Thread: How do i make a certain item by looseable?

Results 1 to 4 of 4
  1. #1 How do i make a certain item not be lost if i die with them? 
    Registered Member
    Mojave's Avatar
    Join Date
    Jul 2008
    Posts
    751
    Thanks given
    1
    Thanks received
    39
    Rep Power
    134
    How do i make a certain item like dragon claws like if i die with them how do i make it how i don't loose them,yes i know how to make it in which rights loose it or not,thanks

    -Mojave
    Reply With Quote  
     

  2. #2  
    Registered Member
    Mojave's Avatar
    Join Date
    Jul 2008
    Posts
    751
    Thanks given
    1
    Thanks received
    39
    Rep Power
    134
    bump,how do i make it how dragon claws cannot be looted when a donator dies with them,please?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Mojave's Avatar
    Join Date
    Jul 2008
    Posts
    751
    Thanks given
    1
    Thanks received
    39
    Rep Power
    134
    er,bump how do i make d claws not be loosable by donators?
    Reply With Quote  
     

  4. #4  
    `Zenzie
    Guest
    Normally in
    Code:
    Public void youdied() {
    or something


    Code:
    if((item > 0) && (item < 10000) || item!= ClawsId && playerRights == DonatorId) {
    remove(item, r);
    }
    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
  •