Thread: [PI] Donator Items?

Results 1 to 5 of 5
  1. #1 [PI] Donator Items? 
    Registered Member
    Join Date
    Mar 2009
    Posts
    40
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I want to make a few items for Donators only.
    I am using Soulsplit source(based of PI i think..)
    does anyone know what to do?:trollface:
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2009
    Posts
    608
    Thanks given
    1
    Thanks received
    17
    Rep Power
    6
    Under WearItem.java or something like that:
    if (c.isDonator == 0) {
    return false;
    }
    If you get an error about return false;, use return;
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2009
    Posts
    40
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by jakehop22 View Post
    Under WearItem.java or something like that:
    Code:
    if (c.isDonator == 0) {
    return false;
    }
    If you get an error about return false;, use return;
    I dont get it. So where do i type like the item 11694(AGS) for donators?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2010
    Posts
    408
    Thanks given
    19
    Thanks received
    7
    Rep Power
    1
    can you tell me where to put that quote?
    Reply With Quote  
     

  5. #5  
    Extreme Donator


    Join Date
    Nov 2009
    Posts
    1,421
    Thanks given
    559
    Thanks received
    266
    Rep Power
    236
    Soulsplit already has items added for donator req in itemAssistant, just look at them and add.
    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
  •