Jump to content
  • 0

[Request]Trade exploit


Question

3 answers to this question

Recommended Posts

  • 0
Posted

hello i need fix code for trade exploit like

 

L2jbrasil rev 955

lol, i have tried this  bug on l2jbrasil latest rev, but it doesn't work. anyway take the fix:(it already has it but...) http://www.maxcheaters.com/forum/index.php?topic=49180.0

  • 0
Posted

This can help you.

 

Index: /trunk/Game/java/net/sf/l2j/gameserver/clientpackets/AddTradeItem.java
===================================================================
--- /trunk/Game/java/net/sf/l2j/gameserver/clientpackets/AddTradeItem.java (revision 8)
+++ /trunk/Game/java/net/sf/l2j/gameserver/clientpackets/AddTradeItem.java (revision 150)
@@ -80,4 +80,10 @@
         }

+        if (trade.isConfirmed() || trade.getPartner().getActiveTradeList().isConfirmed())
+        {
+        	player.sendMessage("You may no longer adjust items in the trade because the trade has been confirmed.");
+        	return;
+        }
+
         if (Config.GM_DISABLE_TRANSACTION && player.getAccessLevel() >= Config.GM_TRANSACTION_MIN
             && player.getAccessLevel() <= Config.GM_TRANSACTION_MAX)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock