Thread: [PI] Items on Death [Thanking]

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 [PI] Items on Death [Thanking] 
    Banned

    Join Date
    Sep 2009
    Posts
    904
    Thanks given
    139
    Thanks received
    55
    Rep Power
    0
    Alright, on my server, when you die with certain items like void, and rune defenders, etc, you don't loose them, you can go back and pick them up, i want it so it automatically appears in your inventory so you don't have to go back and pickup.
    Reply With Quote  
     

  2. #2  
    ~! Legit ~!

    Join Date
    Nov 2010
    Posts
    1,973
    Thanks given
    183
    Thanks received
    211
    Rep Power
    237
    id tell u but u scammed me when i added player clipping for u, never got my shit. lol
    EDIT: ontopic: Playerassistant.java
    [email protected]
    Spoiler for My Vouches:
    Quote Originally Posted by mattsforeal View Post
    I paid $5 went first, he fixed my problem and it worked. 100% legit would do it again.
    Quote Originally Posted by Mythic View Post
    Vouch for him, very smooth and fast trade, purchased his last 4m. Have fun with your new membership
    Quote Originally Posted by Harlan View Post
    Vouch, trustworthy guy.
    Quote Originally Posted by iPhisher™ View Post
    Vouch for Super-Man, he is a very legit and trustable guy.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Sep 2009
    Posts
    904
    Thanks given
    139
    Thanks received
    55
    Rep Power
    0
    Quote Originally Posted by D R O View Post
    id tell u but u scammed me when i added player clipping for u, never got my shit. lol
    EDIT: ontopic: Playerassistant.java
    I didn't scam you, I don't see you online anymore, get online, i'll give your items.


    ::

    What in PA?
    Reply With Quote  
     

  4. #4  
    Super Donator

    Batukka's Avatar
    Join Date
    Oct 2011
    Posts
    2,433
    Thanks given
    86
    Thanks received
    342
    Rep Power
    496
    gifelife / Applydead method add like
    Code:
    if(itemid = ####){
    c.getItems().addItem(####, #);
    }
    and make in itemassist.java so thoses items doesn't appear.
    Reply With Quote  
     

  5. #5  
    ~! Legit ~!

    Join Date
    Nov 2010
    Posts
    1,973
    Thanks given
    183
    Thanks received
    211
    Rep Power
    237
    Quote Originally Posted by Jaba View Post
    gifelife / Applydead method add like
    Code:
    if(itemid = ####){
    c.getItems().addItem(####, #);
    }
    and make in itemassist.java so thoses items doesn't appear.
    wrong lol, that doesnt check if the player has item.
    [email protected]
    Spoiler for My Vouches:
    Quote Originally Posted by mattsforeal View Post
    I paid $5 went first, he fixed my problem and it worked. 100% legit would do it again.
    Quote Originally Posted by Mythic View Post
    Vouch for him, very smooth and fast trade, purchased his last 4m. Have fun with your new membership
    Quote Originally Posted by Harlan View Post
    Vouch, trustworthy guy.
    Quote Originally Posted by iPhisher™ View Post
    Vouch for Super-Man, he is a very legit and trustable guy.
    Reply With Quote  
     

  6. #6  
    Super Donator

    Batukka's Avatar
    Join Date
    Oct 2011
    Posts
    2,433
    Thanks given
    86
    Thanks received
    342
    Rep Power
    496
    Quote Originally Posted by D R O View Post
    wrong lol, that doesnt check if the player has item.
    Removed.


    Oh yeah i noticed what u mean lol
    Reply With Quote  
     

  7. #7  
    ~! Legit ~!

    Join Date
    Nov 2010
    Posts
    1,973
    Thanks given
    183
    Thanks received
    211
    Rep Power
    237
    Quote Originally Posted by Jaba View Post
    add just else { return; }
    nope, change the if statement.
    [email protected]
    Spoiler for My Vouches:
    Quote Originally Posted by mattsforeal View Post
    I paid $5 went first, he fixed my problem and it worked. 100% legit would do it again.
    Quote Originally Posted by Mythic View Post
    Vouch for him, very smooth and fast trade, purchased his last 4m. Have fun with your new membership
    Quote Originally Posted by Harlan View Post
    Vouch, trustworthy guy.
    Quote Originally Posted by iPhisher™ View Post
    Vouch for Super-Man, he is a very legit and trustable guy.
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Aug 2011
    Posts
    2,760
    Thanks given
    297
    Thanks received
    534
    Rep Power
    1596
    add something like this in your applydead
    Code:
    		for (final int i : Config.ITEM_TRADEABLE) {
    			if(c.getItems().playerHasItem(itemId, i, itemSlot)) {
                            c.getItems().addItem(1, i);
    
    			}
    		}
    not sure if it's 100% correct
    Quote Originally Posted by Aj View Post
    This is not even a tutorial. It's fail for rep. It's fail for life.
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Sep 2009
    Posts
    904
    Thanks given
    139
    Thanks received
    55
    Rep Power
    0
    10551
    10548,
    10551
    7462
    ,8839
    ,8840,
    8842
    ,11663
    ,11664
    ,11665
    ,10499,
    15000

    I want to make all those items auto-keep , not just firecape.
    Reply With Quote  
     

  10. #10  
    Extreme Donator

    woof woof bish's Avatar
    Join Date
    May 2011
    Age
    26
    Posts
    2,444
    Thanks given
    2,212
    Thanks received
    1,019
    Rep Power
    5000
    Quote Originally Posted by Harman View Post
    10551
    10548,
    10551
    7462
    ,8839
    ,8840,
    8842
    ,11663
    ,11664
    ,11665
    ,10499,
    15000

    I want to make all those items auto-keep , not just firecape.
    Lol then just do the same with all of them.
    Reply With Quote  
     

  11. Thankful user:


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. Items on death better way to sort items!
    By Spooky in forum Snippets
    Replies: 8
    Last Post: 09-05-2011, 02:07 AM
  2. Replies: 1
    Last Post: 11-27-2009, 05:30 AM
  3. Replies: 3
    Last Post: 11-25-2009, 08:00 PM
  4. Replies: 6
    Last Post: 01-03-2009, 07:42 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •