Jump to content
  • 0

Target/Trade Exploits, Please help !!!


Question

Posted

1. One player Trickster on class when enters the game nobody can target him...He even can't target himself

He becomes targetable!!!

So he takes it advantage on pvp...

I need a fast solution if it exists please answer my as soon as possible!!!

This is not /unstuck (soe) exploit. This exploit using phx... Please help me !!!

 

2. In my Server i wanted to sell my hd +25 ,one dude said that he will give me a lot of gold coins [good offer] and i said ok .He traded me ,i've putten my hd +25 in trade window and he cancel then he invited me to party and said wait i have gc at wh ,he ran to wh and BOOM i saw how he picked up my hd from the ground ,after restart my hd dissapeared and i saw him carrying it .... Please how to fix it  please?

2 answers to this question

Recommended Posts

  • 0
Posted

Here is the fix :

 

 

Index: TradeList.java
===================================================================
--- TradeList.java	(révision 4422)
+++ TradeList.java	(révision 4423)
@@ -1020,6 +1020,11 @@
				if (oldItem == null)
					continue;
			}
+			if (oldItem.getItemId() != item.getItemId())
+			{
+				Util.handleIllegalPlayerAction(player, player+" is cheating with sell items", Config.DEFAULT_PUNISH);
+				return false;
+			}

			if (!oldItem.isTradeable())
				continue;

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...