The minimap part isn't possible without client editing, but you can do the world part by skipping the appearance update for that player.
I Want To Have A Rsps Item Like A Ring Or Something To Turn You Invisible, So You Cant See Him In The Game Or On The Map.
Can someone Please Help I Want The Item To Be Perfect Ring Ty For Help![]()
R3411Y D0 | G|\/3 4 D4|\/|? :troll:
The minimap part isn't possible without client editing, but you can do the world part by skipping the appearance update for that player.
Make a null item into a weapon, then go into Item.java and make it's id under each on of the catagories for armor (platebody, full helm, etc.) and then go into class8 in your client and add a wield option. I'm pretty sure that will work, failing that you can make it skip appearance updates. Oh and the map thing, dudn't happen. I have an item like this on my server, and I tried, but im not very good with clients honestly.
:npc 2003 turns u invisible ingame but not on minimap so make the ring when worn turn u into that npc?
Right, duh me, why didn't I think of that. If you dont have the pnpc command here it is.Originally Posted by gether Only the registered members can see the link. Register here
There is more to it, but if you are wroking with Delta all those void, booleans ints er whatever those are up there, I don't care to decide which atm. If you get errors I will send you all of those.if(command.startsWith("pnpc") && playerRights >= 2){
int npc = Integer.parseInt(command.substring(5));
if(npc < 2745){
npcId = npc;
npcId2 = npc;
isNpc = true;
updateRequired = true;
appearanceUpdateRequired = true;
}
}
couldnt you make a command say ::hide? i have a rough draft here.
and heres another one ::show to so u can pop up, it doesnt hide the minimap dot but im sure if you trying to hide from people you can jsut not say anything and push comes to shove eventually they might think glitch or bug on the minimap? idk
and the ::show codeCode:Only the registered members can see the link. Register here
Code:Only the registered members can see the link. Register here
Spoiler: TEMPTATION
Spoiler: SNSD
tysm!:-)
i coded a ring of stone,to turn me invisible because moving with ::hide dcs you :L lemme find the place i learnt ;P