~Sens Posted August 15, 2012 Posted August 15, 2012 hello guys. anyone can tell me how i can make augment weapons to trade ??
0 EdenEternal Posted August 16, 2012 Posted August 16, 2012 Go to com.l2jfrozen.gameserver.network.clientpackets.AddTradeItem.java find if (item.isAugmented()) return; Delete it then go to com.l2jfrozen.gameserver.model.TradeList.java find and delete if(oldItem.getAugmentation() != null) { String msg = "Transaction failed. Augmented items may not be exchanged."; _owner.sendMessage(msg); player.sendMessage(msg); msg = null; return false; } That should work but i'm not sure
0 ~Sens Posted August 16, 2012 Author Posted August 16, 2012 eh doesn't work :( anyone know how i can do it ??
0 vampir Posted August 16, 2012 Posted August 16, 2012 so u didnt remove all checks, find more with isAugmented() also, as far as i know augmentations on items cannot be viewed while trading items.
0 DONALD TRUMP 2016 Posted August 17, 2012 Posted August 17, 2012 so u didnt remove all checks, find more with isAugmented() also, as far as i know augmentations on items cannot be viewed while trading items. Yah you can't see the augment while trading or selling it so it opens up more scam possibility and stuff so I guess it's a downside to it .__. (missing packet?)
Question
~Sens
hello guys.
anyone can tell me how i can make augment weapons to trade ??
4 answers to this question
Recommended Posts