|
@@ -93,13 +93,13 @@ public final class RequestMagicSkillUse extends L2GameClientPacket
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- activeChar.useMagic(skill, _ctrlPressed, _shiftPressed);
|
|
|
|
-
|
|
|
|
// Stop if use self-buff (except if on AirShip or Boat).
|
|
// Stop if use self-buff (except if on AirShip or Boat).
|
|
if ((skill.isContinuous() && !skill.isDebuff() && (skill.getTargetType() == L2TargetType.SELF)) && (!activeChar.isInAirShip() || !activeChar.isInBoat()))
|
|
if ((skill.isContinuous() && !skill.isDebuff() && (skill.getTargetType() == L2TargetType.SELF)) && (!activeChar.isInAirShip() || !activeChar.isInBoat()))
|
|
{
|
|
{
|
|
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, activeChar.getLocation());
|
|
activeChar.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, activeChar.getLocation());
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ activeChar.useMagic(skill, _ctrlPressed, _shiftPressed);
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|