Thread: Can't equip items with high IDs?

Results 1 to 7 of 7
  1. #1 Can't equip items with high IDs? 
    Learner

    Kaiser Btw's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    I downloaded the Vindication source the other day and added 725 items, and I found a weird glitch, pretty much everything after the torva/virtus ids and all that (Around 20135) can't be worn, equipped or anything. It's really weird, I checked around ItemAssistant, ItemHandler, Item and I can't find anything. I have in Item.java all the fullBody Mask stuff put in so it's not that but I can't find out what's up.
    Reply With Quote  
     

  2. #2  
    Learner

    Kaiser Btw's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    bump
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Apr 2013
    Posts
    108
    Thanks given
    11
    Thanks received
    3
    Rep Power
    0
    Open ItemAssistant.java and manually add the item ID's and put them into the right slot:
    Code:
    case XXXX: //Item ID
    targetSlot = X; // Depending on the slot you want it in
    break;
    Code:
    0 = hat
    1 = cape
    2 = amulets
    3 = weapons
    4 = body (chestplates, etc etc)
    5 = shield 
    7 = legs
    9 = gloves
    10 = boots
    12 = rings
    If you are using Allstar/Delta etc, There should be Item.java all the way to Item4.java, use Item4.java to make the items equipable.
    Reply With Quote  
     

  4. #4  
    Apocraphy Owner/Dev

    o Snaappp's Avatar
    Join Date
    Nov 2012
    Posts
    657
    Thanks given
    9
    Thanks received
    85
    Rep Power
    81
    Quote Originally Posted by Taco View Post
    Open ItemAssistant.java and manually add the item ID's and put them into the right slot:
    Code:
    case XXXX: //Item ID
    targetSlot = X; // Depending on the slot you want it in
    break;
    Code:
    0 = hat
    1 = cape
    2 = amulets
    3 = weapons
    4 = body (chestplates, etc etc)
    5 = shield 
    7 = legs
    9 = gloves
    10 = boots
    12 = rings
    That part isnt 100% correct, some bases have different #'s for slots.
    Add me on skype: rspsdesigner
    ill see if i can help ya.

    Last Known As oGusher

    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Apr 2013
    Posts
    108
    Thanks given
    11
    Thanks received
    3
    Rep Power
    0
    Quote Originally Posted by oGusher View Post
    That part isnt 100% correct, some bases have different #'s for slots.
    Add me on skype: rspsdesigner
    ill see if i can help ya.
    Good point, thanks for pointing that out
    Reply With Quote  
     

  6. #6  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Steve Smith View Post
    I downloaded the Vindication source the other day and added 725 items, and I found a weird glitch, pretty much everything after the torva/virtus ids and all that (Around 20135) can't be worn, equipped or anything. It's really weird, I checked around ItemAssistant, ItemHandler, Item and I can't find anything. I have in Item.java all the fullBody Mask stuff put in so it's not that but I can't find out what's up.
    try extending this in config

    Code:
    public static final int ITEM_LIMIT = 25000; // item ID limit.
    Reply With Quote  
     

  7. #7  
    Learner

    Kaiser Btw's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    Quote Originally Posted by Taco View Post
    Open ItemAssistant.java and manually add the item ID's and put them into the right slot:
    Code:
    case XXXX: //Item ID
    targetSlot = X; // Depending on the slot you want it in
    break;
    Code:
    0 = hat
    1 = cape
    2 = amulets
    3 = weapons
    4 = body (chestplates, etc etc)
    5 = shield 
    7 = legs
    9 = gloves
    10 = boots
    12 = rings
    If you are using Allstar/Delta etc, There should be Item.java all the way to Item4.java, use Item4.java to make the items equipable.
    Thanks, you made me remember I was missing a part of my wearItem method!
    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. Replies: 4
    Last Post: 06-03-2013, 11:35 PM
  2. Replies: 1
    Last Post: 02-26-2012, 01:46 AM
  3. [PI] Can't equip items-.-?
    By Cheese Smoke in forum Help
    Replies: 0
    Last Post: 01-19-2012, 09:34 PM
  4. Replies: 4
    Last Post: 10-29-2011, 10:49 PM
  5. [z508] Hmm - equipping items with commands?
    By ShadyStyl3 in forum Help
    Replies: 3
    Last Post: 04-09-2010, 06:21 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
  •