Thread: Pi help

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Pi help 
    Registered Member
    Join Date
    Oct 2009
    Posts
    150
    Thanks given
    36
    Thanks received
    2
    Rep Power
    1
    trying to add new items to server and don't know how to make it go you weapons the defult is helm help?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Dec 2008
    Posts
    2,191
    Thanks given
    664
    Thanks received
    559
    Rep Power
    2641
    Quote Originally Posted by P_E_E_P View Post
    trying to add new items to server and don't know how to make it go you weapons the defult is helm help?
    Try making sense with your post because i do not understand what you are asking.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2010
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    He is trying to add a new item to his server and make it a weapon, but it is going into the helm slot.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2010
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2010
    Posts
    739
    Thanks given
    32
    Thanks received
    51
    Rep Power
    35
    the equipment editor often doesn't work properly for me.
    open itemassis and add this
    Code:
    if (wearID == **** || wearID == **** || wearID == **** || wearID == ****) {
    					targetSlot = 3;
    				}
    Add your weapon item id's
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jul 2010
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by 666is1337 View Post
    the equipment editor often doesn't work properly for me.
    open itemassis and add this
    Code:
    if (wearID == **** || wearID == **** || wearID == **** || wearID == ****) {
    					targetSlot = 3;
    				}
    Add your weapon item id's
    Are you sure your using it properly? It's worked fine for me every time I've had to use it.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Aug 2010
    Posts
    739
    Thanks given
    32
    Thanks received
    51
    Rep Power
    35
    Meh.. might have done something wrong.. like not saving. The above one is sure to work though.
    Reply With Quote  
     

  8. #8  
    Extreme Donator


    Join Date
    Nov 2009
    Posts
    1,421
    Thanks given
    559
    Thanks received
    266
    Rep Power
    236
    For the equipment editor to work... Put it in data/data.

    Type the id you want to change.

    Click Load.
    Change the slot to what you want.
    Click Change
    Click Save.

    If you want to go to legs you need to add them as gloves. Unsure about other spots not being right.
    Reply With Quote  
     

  9. #9  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    Quote Originally Posted by Rapidshare View Post
    For the equipment editor to work... Put it in data/data.

    Type the id you want to change.

    Click Load.
    Change the slot to what you want.
    Click Change
    Click Save.

    If you want to go to legs you need to add them as gloves. Unsure about other spots not being right.
    if he wants them to go into the legs spot he needs to save them in the legs spot... And he needs to add them in item.java are u sure you know anything about PI?
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Aug 2010
    Posts
    739
    Thanks given
    32
    Thanks received
    51
    Rep Power
    35
    Quote Originally Posted by animeking1120 View Post
    if he wants them to go into the legs spot he needs to save them in the legs spot... And he needs to add them in item.cfg are u sure you know anything about PI?
    mhm, adding it in itemassistant with the targetslot system will guarantee it goes to the right slot. as the equipment editor does not work 100%. you however, don't know, as you don't add where the item goes in item.cfg
    [SPOIL]
    Quote Originally Posted by Archon Server View Post
    What do you mean compile?
    Quote Originally Posted by Hughes View Post
    I don't know the program i need to open a CLASS file since every time i try to open one in notepad it brings up random symbols.

    Quote Originally Posted by Flux View Post
    Quote Originally Posted by Tyluur View Post
    your better
    my better
    [/SPOIL]
    Reply With Quote  
     

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

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