Lineage 2 Tower Forum

Full Version: New Change: Nuke->Move "problem"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Now, if "Nuke Attack" is enabled, the Hero move to anything targeted.

Please, add to code:

Code:
if (GetTarget():IsMonster()) and (GetTarget():IsAlikeDeath() == false)

To only move if target is a monster and not dead.

Ty.
fixed, thx for raport
IsEnemy && IsAlikeDeath added
(08-13-2013 02:12 AM)C495 Wrote: [ -> ]fixed, thx for raport
IsEnemy && IsAlikeDeath added

When i will get this fix ? thnks
Reference URL's