Interrupt summon skill casting when unsummoning.
This commit is contained in:
parent
f73130fdb7
commit
cc4e27390a
@ -424,6 +424,12 @@ public abstract class L2Summon extends L2Playable
|
||||
getAI().stopAITask(); // Calls stopFollow as well.
|
||||
}
|
||||
|
||||
// Cancel running skill casters.
|
||||
for (SkillCaster skillCaster : getSkillCasters())
|
||||
{
|
||||
skillCaster.stopCasting(true);
|
||||
}
|
||||
|
||||
stopAllEffects();
|
||||
stopHpMpRegeneration();
|
||||
|
||||
|
@ -424,6 +424,12 @@ public abstract class L2Summon extends L2Playable
|
||||
getAI().stopAITask(); // Calls stopFollow as well.
|
||||
}
|
||||
|
||||
// Cancel running skill casters.
|
||||
for (SkillCaster skillCaster : getSkillCasters())
|
||||
{
|
||||
skillCaster.stopCasting(true);
|
||||
}
|
||||
|
||||
stopAllEffects();
|
||||
stopHpMpRegeneration();
|
||||
|
||||
|
@ -424,6 +424,12 @@ public abstract class L2Summon extends L2Playable
|
||||
getAI().stopAITask(); // Calls stopFollow as well.
|
||||
}
|
||||
|
||||
// Cancel running skill casters.
|
||||
for (SkillCaster skillCaster : getSkillCasters())
|
||||
{
|
||||
skillCaster.stopCasting(true);
|
||||
}
|
||||
|
||||
stopAllEffects();
|
||||
stopHpMpRegeneration();
|
||||
|
||||
|
@ -424,6 +424,12 @@ public abstract class L2Summon extends L2Playable
|
||||
getAI().stopAITask(); // Calls stopFollow as well.
|
||||
}
|
||||
|
||||
// Cancel running skill casters.
|
||||
for (SkillCaster skillCaster : getSkillCasters())
|
||||
{
|
||||
skillCaster.stopCasting(true);
|
||||
}
|
||||
|
||||
stopAllEffects();
|
||||
stopHpMpRegeneration();
|
||||
|
||||
|
@ -424,6 +424,12 @@ public abstract class L2Summon extends L2Playable
|
||||
getAI().stopAITask(); // Calls stopFollow as well.
|
||||
}
|
||||
|
||||
// Cancel running skill casters.
|
||||
for (SkillCaster skillCaster : getSkillCasters())
|
||||
{
|
||||
skillCaster.stopCasting(true);
|
||||
}
|
||||
|
||||
stopAllEffects();
|
||||
stopHpMpRegeneration();
|
||||
|
||||
|
@ -424,6 +424,12 @@ public abstract class L2Summon extends L2Playable
|
||||
getAI().stopAITask(); // Calls stopFollow as well.
|
||||
}
|
||||
|
||||
// Cancel running skill casters.
|
||||
for (SkillCaster skillCaster : getSkillCasters())
|
||||
{
|
||||
skillCaster.stopCasting(true);
|
||||
}
|
||||
|
||||
stopAllEffects();
|
||||
stopHpMpRegeneration();
|
||||
|
||||
|
@ -424,6 +424,12 @@ public abstract class L2Summon extends L2Playable
|
||||
getAI().stopAITask(); // Calls stopFollow as well.
|
||||
}
|
||||
|
||||
// Cancel running skill casters.
|
||||
for (SkillCaster skillCaster : getSkillCasters())
|
||||
{
|
||||
skillCaster.stopCasting(true);
|
||||
}
|
||||
|
||||
stopAllEffects();
|
||||
stopHpMpRegeneration();
|
||||
|
||||
|
@ -424,6 +424,12 @@ public abstract class L2Summon extends L2Playable
|
||||
getAI().stopAITask(); // Calls stopFollow as well.
|
||||
}
|
||||
|
||||
// Cancel running skill casters.
|
||||
for (SkillCaster skillCaster : getSkillCasters())
|
||||
{
|
||||
skillCaster.stopCasting(true);
|
||||
}
|
||||
|
||||
stopAllEffects();
|
||||
stopHpMpRegeneration();
|
||||
|
||||
|
@ -424,6 +424,12 @@ public abstract class L2Summon extends L2Playable
|
||||
getAI().stopAITask(); // Calls stopFollow as well.
|
||||
}
|
||||
|
||||
// Cancel running skill casters.
|
||||
for (SkillCaster skillCaster : getSkillCasters())
|
||||
{
|
||||
skillCaster.stopCasting(true);
|
||||
}
|
||||
|
||||
stopAllEffects();
|
||||
stopHpMpRegeneration();
|
||||
|
||||
|
@ -424,6 +424,12 @@ public abstract class L2Summon extends L2Playable
|
||||
getAI().stopAITask(); // Calls stopFollow as well.
|
||||
}
|
||||
|
||||
// Cancel running skill casters.
|
||||
for (SkillCaster skillCaster : getSkillCasters())
|
||||
{
|
||||
skillCaster.stopCasting(true);
|
||||
}
|
||||
|
||||
stopAllEffects();
|
||||
stopHpMpRegeneration();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user