Jump to content

Question

Recommended Posts

  • 0
Posted

Την έχω βάλει έκανα το force geodata true και το geodata 2 αλλά έκανε κανονικά wallpray.

 

filos einai axristi i geodata auti tsampa asxolise ...

  • 0
Posted

Άλλος τρόπος υπάρχει;

 

μόνο να βάλεις ένα radius για το pray και να το κάνει μόνο αν είναι δίπλα στο npc.
  • 0
Posted

μόνο να βάλεις ένα radius για το pray και να το κάνει μόνο αν είναι δίπλα στο npc.

Πως μπορώ να το κάνω ;
  • 0
Posted

Πήγαινε εδώ,

 

com.l2jfrozen.gameserver.handler.skillhandlers - TakeCastle.java;

 

Μετά κάνε search:

		else if(!Util.checkIfInRange(200, player, player.getTarget(), true))
		sm.addString("You are not in range of the flagpole.");

 

Εκεί που λέει 200 κάνε το 50 ή 100 και δοκίμασε.

  • 0
Posted

Πήγαινε εδώ,

 

com.l2jfrozen.gameserver.handler.skillhandlers - TakeCastle.java;

 

Μετά κάνε search:

		else if(!Util.checkIfInRange(200, player, player.getTarget(), true))
		sm.addString("You are not in range of the flagpole.");

 

Εκεί που λέει 200 κάνε το 50 ή 100 και δοκίμασε.

 

If u had a clew about packets u would know that this is just a tempfix and its easily bypassed, if you dont have geodata even with radius 10 u can wallpray, because client xyz != server xyz. If you have fail geodata ur server-side xyz is still moving when u are walling, but the client doesnt accept it (cause you cant cheat the client-side geodata easily).

 

In other words ur codes checks server side xyz, but in order to start pray the server thinks that you are ALREADY on the flagpole radius so u make the same useless check again with ur code.

 

Tnx Lock It

 

gg wp

 

Edit: Additionally getTarget() sucks since u can trick it by targeting smth else

  • 0
Posted

If u had a clew about packets u would know that this is just a tempfix and its easily bypassed, if you dont have geodata even with radius 10 u can wallpray, because client xyz != server xyz. If you have fail geodata ur server-side xyz is still moving when u are walling, but the client doesnt accept it (cause you cant cheat the client-side geodata easily).

 

In other words ur codes checks server side xyz, but in order to start pray the server thinks that you are ALREADY on the flagpole radius so u make the same useless check again with ur code.

 

gg wp

 

Edit: Additionally getTarget() sucks since u can trick it by targeting smth else

Ήταν μια απλή λύση που μπορούσα να δώσω.

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