Thread: How to make items invizible on drop for other players?

Results 1 to 3 of 3
  1. #1 How to make items invizible on drop for other players? 
    Registered Member
    Rock_Gyo's Avatar
    Join Date
    Oct 2009
    Posts
    505
    Thanks given
    27
    Thanks received
    35
    Rep Power
    104
    I want to make only some of my items invizible for other players on drop , i mean like defenders or Staff Cape , should be only for the possesor. I want when someone die with a defender for example the person who killed when he take the loot the defender don't appear there , only for the first possesor can appear. Please help me figure it out. I searched and didnt found a guide for this.
    Reply With Quote  
     

  2. #2  
    Renown Programmer
    Method's Avatar
    Join Date
    Feb 2009
    Posts
    1,455
    Thanks given
    0
    Thanks received
    845
    Rep Power
    3019
    just don't send the packet to every player on the server??
    :-)
    Reply With Quote  
     

  3. #3  
    Registered Member
    CTucker's Avatar
    Join Date
    Oct 2008
    Posts
    2,422
    Thanks given
    263
    Thanks received
    281
    Rep Power
    343
    Erm....

    Just make them not loose it on death imo..


    if(playerhasitem(defender)) {
    keepitem(defender, ammount)
    }
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

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