Thread: [HELP] Untradeable items.

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 [HELP] Untradeable items. 
    Banned
    Join Date
    Sep 2012
    Posts
    1,027
    Thanks given
    193
    Thanks received
    123
    Rep Power
    0
    how would I make it so players don't have to run back for their untradable items when they die?

    so when they die they lose all their items except the untradeable items like, they keep wielding them or they go back into the inventory.


    Thanks in advanced!

    Nick
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Oct 2012
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I can do this for you in no time, but it'll cost you.

    EDIT: I take RSGP, Paypal.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Mister Maggot's Avatar
    Join Date
    Dec 2008
    Posts
    7,227
    Thanks given
    3,283
    Thanks received
    2,875
    Rep Power
    5000
    Code:
    for (Item i : itemsOnDeadPlayer)
        if (itemsRetainedOnDeath.contains(i))
            continue;
        else
            removeFromInventory(i);
            dropOnGround(i);
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Sep 2012
    Posts
    1,027
    Thanks given
    193
    Thanks received
    123
    Rep Power
    0
    where did i add this mister maggot? ;]
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Sep 2012
    Posts
    1,027
    Thanks given
    193
    Thanks received
    123
    Rep Power
    0
    if it goes in applydead then i need the rest of the code
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Sep 2012
    Posts
    1,027
    Thanks given
    193
    Thanks received
    123
    Rep Power
    0
    still need this
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Dec 2009
    Posts
    733
    Thanks given
    0
    Thanks received
    85
    Rep Power
    0
    Make a code where when you die, you keep all untradeable items.

    As Maggot said

    for (Item i : itemsOnDeadPlayer)
    if (itemsRetainedOnDeath.contains(i))
    continue;
    else
    removeFromInventory(i);
    dropOnGround(i);
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Oct 2012
    Posts
    79
    Thanks given
    8
    Thanks received
    8
    Rep Power
    20
    Quote Originally Posted by Hellis09 View Post
    I can do this for you in no time, but it'll cost you.

    EDIT: I take RSGP, Paypal.

    Are you serious?
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Sep 2012
    Posts
    1,027
    Thanks given
    193
    Thanks received
    123
    Rep Power
    0
    still need this, and welcome to rune-server togo.
    Reply With Quote  
     

  10. #10  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    You can only bump once per 24 hours.. You've done it like 4...

    Quote Originally Posted by jerryrocks317 View Post
    i am 14 and have my own laptop im on almost 24/7 currently creating rsps lol so please get off my thread lol
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. 667 Untradeable Items
    By USKO in forum Help
    Replies: 3
    Last Post: 07-15-2012, 12:30 AM
  2. [PI] untradeable item ? [HELP]
    By pk str ownz in forum Help
    Replies: 1
    Last Post: 06-27-2011, 05:54 PM
  3. [PI]How to make items untradeable/undropable
    By Shaqattack118. in forum Help
    Replies: 3
    Last Post: 11-22-2010, 09:34 PM
  4. Untradeable items
    By Rolfkip in forum Help
    Replies: 1
    Last Post: 05-03-2009, 09:00 AM
  5. untradeable!
    By Anton in forum Tutorials
    Replies: 5
    Last Post: 04-25-2008, 11:11 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •