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)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...