Well, i've been trying to get an item force-equipped,
i've created a code to test the equipping by code (equip and equipped inventory is empty on the char i'm testing with)
and it gives only the item, and doesn't equip it.
The code is in maplemap addPlayer().
Code:MapleInventoryManipulator.addById(c, 1002367, quantity); Equip nEquip = (Equip) c.getPlayer().getInventory(MapleInventoryType.EQUIP).findById(1002367); //} nEquip.setPosition((byte)-1); c.getPlayer().equipChanged();



Reply With Quote![[Help] [MoopleDEV] Equipping through code](http://ragezone.com/hyper728.png)

