|
|
So basically people are making their client send a wearitem packet in trade and it causes a dupe so here's an easy fix.
WearItem.java
find
and make itCode:ItemAssistant.wearItem(c, c.wearId, c.wearSlot);
or if your Itemassistant isn't staticCode:if (!c.inTrade) { ItemAssistant.wearItem(c, c.wearId, c.wearSlot); }
find
an make itCode:c.getItems().wearItem(c.wearId, c.wearSlot);
Code:if (!c.inTrade) { c.getItems().wearItem(c.wearId, c.wearSlot); }
Nice nice. Good job
good job and thanks!

Good job bro
| « Loading Configuration Files Through URL (Good for somethings.) | [474] NPC Attack, Block, Death Emotions (Huge) » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |