Hello and welcome to our community! Is this your first visit?
Register
Results 1 to 8 of 8
  1. #1
    Bronze Member H4X0R's Avatar
    Join Date
    Nov 2010
    Posts
    2
    Time on
    2 h 17 m
    Thanked 0 times
    in 0 posts
    Mentioned
    0 times
    RS events
    0

    Question How To Make A RSPS Item That Turns You Invisible To Game And Map

    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:

  2. #2
    RSPS Veteran
    Join Date
    Jun 2010
    Posts
    1,123
    Time on
    29 d 1 h 48 m
    Thanked 8 times
    in 7 posts
    Mentioned
    0 times
    RS events
    0
    The minimap part isn't possible without client editing, but you can do the world part by skipping the appearance update for that player.

  3. #3
    Steel Member
    Join Date
    Jul 2010
    Posts
    132
    Time on
    1 d 12 h 41 m
    Thanked 0 times
    in 0 posts
    Mentioned
    0 times
    RS events
    0
    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.

  4. #4
    Steel Member gether's Avatar
    Join Date
    Jun 2010
    Location
    C.A.
    Posts
    205
    Time on
    1 d 13 h 43 m
    Thanked 0 times
    in 0 posts
    Mentioned
    0 times
    RS events
    0
    :npc 2003 turns u invisible ingame but not on minimap so make the ring when worn turn u into that npc?

  5. #5
    Steel Member
    Join Date
    Jul 2010
    Posts
    132
    Time on
    1 d 12 h 41 m
    Thanked 0 times
    in 0 posts
    Mentioned
    0 times
    RS events
    0
    Quote Originally Posted by gether Only the registered members can see the link. Register here
    :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.
    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;
    }
    }
    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.

  6. #6
    Steel Member DrMastershake's Avatar
    Join Date
    Jun 2011
    Location
    cloud 9
    Posts
    141
    Time on
    3 d 2 h 26 m
    Thanked 4 times
    in 4 posts
    Mentioned
    0 times
    RS events
    0
    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
    Code:
    Only the registered members can see the link. Register here
    and the ::show code
    Code:
    Only the registered members can see the link. Register here
    Spoiler: TEMPTATION 

    Spoiler: SNSD 

  7. #7
    Bronze Member
    Join Date
    Apr 2012
    Posts
    4
    Time on
    1 h 8 m
    Thanked 0 times
    in 0 posts
    Mentioned
    0 times
    RS events
    0
    tysm! :-)

  8. #8
    Bronze Member
    Join Date
    Apr 2012
    Posts
    4
    Time on
    1 h 8 m
    Thanked 0 times
    in 0 posts
    Mentioned
    0 times
    RS events
    0
    i coded a ring of stone,to turn me invisible because moving with ::hide dcs you :L lemme find the place i learnt ;P


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •