Jump to content

[Share]Target Bug FIX


IPXS

Recommended Posts

Many peoples don't know how to fix this bug.

 

Use scrol or /unstuck command and rr = untarget.

I made fix.

gameserver/clientpackets/RequestRestart.java
Add this code:

if (player.isCastingNow())  
  {  
          player.abortCast(); 
  } 

       if (player.isTeleporting()) 
  { 
          player.sendMessage("Sorry you can't logout while use teleport."); 
        return; 
  }

 

Not oldes fix.Enjoy If you have this bug in your server.

Link to comment
Share on other sites

LOL Its next way....

roflmao failed fix :D

this way the client will wait for more packets.. and actionfailed will just let him go ;)

use it.. not so hard to remember a player.sendPacket(new ActionFailed()); huh? (actually its static packet on IL+ xD)

Link to comment
Share on other sites

roflmao failed fix :D

this way the client will wait for more packets.. and actionfailed will just let him go ;)

use it.. not so hard to remember a player.sendPacket(new ActionFailed()); huh? (actually its static packet on IL+ xD)

Actually kidzor never meant to add the packet there (at isTeleporting() ), because it's not needed.

 

That guy found another way to fix it while by adding an actionFailed() he could avoid his problems.

Link to comment
Share on other sites

Is an another method is a good one man.

 

Gj keep sharing ;]

 

+1 from me we dont flame we just sugguest you some another method dont need to be worrie about it ;]

karma for few things?

lol

Link to comment
Share on other sites

karma for few things?

lol

 

So what?

 

Report me!!!

 

kiddo grow up i personaly dont give karma for lines omagaded

 

i just courage people to share more things.

 

 

I am sure that he found the code in a timeline

=Anyway ty for the share.

 

have you any proov for that you are saying? if not JUST SHUT IT UP!!!

Link to comment
Share on other sites

So what?

 

Report me!!!

 

kiddo grow up i personaly dont give karma for lines omagad

i just courage people to share more things.

why to report you?

i'm just saying why you gave him karma for such 5-6 lines.

if you want to courage people with this method,so let's do it.

we can karma people for 5-6 lines

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...