Thread: [PI] Can someone make some items only allowed to be worn by donators?[PI]

Results 1 to 4 of 4
  1. #1 [PI] Can someone make some items only allowed to be worn by donators?[PI] 
    Member
    Join Date
    Mar 2011
    Posts
    12
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    BaseI
    Problem:Want donor only items
    Errors(Compiling Errors):none
    Other Information/Media(Pictures, etc): Can someone help me through T.V making some items only worn by donors?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2009
    Posts
    845
    Thanks given
    44
    Thanks received
    39
    Rep Power
    29
    itemassistant, guide released.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Sep 2010
    Posts
    609
    Thanks given
    5
    Thanks received
    15
    Rep Power
    0
    itemassistance example code
    case 15027://dragon clawz
    c.isdonater = 1;
    hope this helps (:
    Reply With Quote  
     

  4. #4  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    28
    Posts
    4,758
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    add this in wearItem method in itemassistant.java
    Code:
    if ((wearID == ### || wearID == ###) && (c.isDonator < 1)) {
    					c.sendMessage("This is a donator only item.");
    					return false;
    				}
    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

Similar Threads

  1. deposit worn items directly to bank
    By Mickt3 in forum Help
    Replies: 25
    Last Post: 07-06-2011, 04:57 AM
  2. [PI] Deposit Worn Items
    By Alexander in forum Help
    Replies: 0
    Last Post: 09-12-2010, 05:25 AM
  3. Replies: 5
    Last Post: 01-19-2010, 01:15 AM
  4. Deposit worn items?
    By LastResortpkz in forum Snippets
    Replies: 13
    Last Post: 10-25-2009, 02:23 AM
  5. Deleting worn items
    By Swifty in forum Help
    Replies: 12
    Last Post: 07-07-2009, 11:22 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
  •