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;

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..