Jump to content

Recommended Posts

Posted

@author Crystalia ?? klklklklll

 

from frozen:

 

// Check player status.

if(activeChar.isCastingNow() || activeChar.isMovementDisabled() || activeChar.isMuted() || activeChar.isAlikeDead() || activeChar.isInOlympiadMode() || activeChar.isAwaying())

return false;

 

from sigmo:

 

if(activeChar.isCastingNow() || activeChar.isMovementDisabled() || activeChar.isAway() || activeChar.isMuted() || activeChar.isAlikeDead() || activeChar.isInOlympiadMode())

{

return false;

}

 

maybe in frozen this is not same i dont know..

 

/** character away mode *. */

private boolean _awaying = false;

 

/** The _is away. */

private boolean _isAway = false;

 

[GR]trava kane report st forum afta einai bug se ena project oxi se ola eleos...tetai noobo fix gia to frozen exw kamia 10aria na ta kanoume edw share?? tespa den se krazo aplos egine afto me to karma kai pirame fora kai kanoume share noobofix apla na paroume karma :)[/GR]

Posted

Lol you decided to share such a code after all this days and nights you spend on coding it?

 

Good share ,keep sharing mega-shares like this!

You think you are funny. It's a fix for some projects, many shares exist like this.

 

Go spam in another topic, thanks.

Posted

For god sake , everyone here can share thousand shares like this one, 2 lines doesn't considered as a code !this way  we should make all forum full of craps shares

  • 4 months later...
Posted

Hello everyone, I saw many servers have this bug with anti-target from away.

 

Here is the fix, http://pastebin.com/KLig1jU4

 

Enjoy!

There is already this code is the same.

 

// Check to see if the current player is sitting.

if(activeChar.isSitting())

{

    activeChar.sendMessage("You may not escape when you sitting.");

    return false;

}

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
Reply to this topic...

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