Thread: Equipment Bonuses Interface

Results 1 to 3 of 3
  1. #1 Equipment Bonuses Interface 
    Registered Member
    Join Date
    Apr 2013
    Posts
    47
    Thanks given
    4
    Thanks received
    3
    Rep Power
    13
    Does anyone have the componentIds for the item slots? Its really irritating to have to close the interface to unequip things..

    Thanks in advance!
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    System.out.println(componentId);
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2013
    Posts
    47
    Thanks given
    4
    Thanks received
    3
    Rep Power
    13
    Code:
    		} else if (interfaceId == 667) {
    		    if (componentId == 14) {
    			if (slotId >= 14)
    			    return;
    			Item item = player.getEquipment().getItem(slotId);
    			if (item == null)
    			    return;
    			if (packetId == 3)
    			    player.getPackets().sendGameMessage(ItemExamines.getExamine(item));
    			else if (packetId == 216) {
    			    sendRemove(player, slotId);
    			    ButtonHandler.refreshEquipBonuses(player);
    			}
    		    } else if (componentId == 46 && player.getTemporaryAttributtes().remove("Banking") != null) {
    			player.getBank().openBank();
    		    }
    }
    This is what i have for my interface 667, that's the correct one, right?
    It has a part in there to remove the item, but it doesn't seem to work, any hints?
    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. Equipment Bonus Interface Help
    By chewy099 in forum Help
    Replies: 1
    Last Post: 03-29-2014, 12:21 PM
  2. Equipment Bonus Interface Help
    By chewy099 in forum Help
    Replies: 0
    Last Post: 03-29-2014, 05:02 AM
  3. Equipment Bonus Interface
    By Zmancool in forum Requests
    Replies: 3
    Last Post: 01-29-2011, 08:21 AM
  4. my equipment bonus interface (525)
    By Silicity in forum Show-off
    Replies: 8
    Last Post: 02-17-2009, 07:00 AM
  5. how to change equipment bonuses
    By nameless762 in forum Tutorials
    Replies: 5
    Last Post: 04-17-2008, 08:45 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
  •