Fixed transformations for Blade, Punishment, Wailing of Splendor.
Contributed by andrei.
This commit is contained in:
@@ -51,10 +51,14 @@ public class PolymorphingOnAttack extends AbstractNpcAI
|
||||
MOBSPAWNS.put(21271, Arrays.asList(21272, 66, 10, 1)); // Cave Ant -> Cave Ant Soldier
|
||||
MOBSPAWNS.put(21272, Arrays.asList(21273, 33, 5, 2)); // Cave Ant Soldier -> Cave Noble Ant
|
||||
MOBSPAWNS.put(21521, Arrays.asList(21522, 100, 30, -1)); // Claws of Splendor
|
||||
MOBSPAWNS.put(21524, Arrays.asList(21525, 100, 30, -1)); // Blade of Splendor
|
||||
MOBSPAWNS.put(21527, Arrays.asList(21528, 100, 30, -1)); // Anger of Splendor
|
||||
MOBSPAWNS.put(21531, Arrays.asList(21658, 100, 30, -1)); // Punishment of Splendor
|
||||
MOBSPAWNS.put(21533, Arrays.asList(21534, 100, 30, -1)); // Alliance of Splendor
|
||||
MOBSPAWNS.put(21537, Arrays.asList(21538, 100, 30, -1)); // Fang of Splendor
|
||||
MOBSPAWNS.put(21539, Arrays.asList(21540, 100, 30, -1)); // Wailing of Splendor
|
||||
}
|
||||
|
||||
protected static final NpcStringId[][] MOBTEXTS =
|
||||
{
|
||||
new NpcStringId[]
|
||||
|
||||
@@ -2279,9 +2279,9 @@
|
||||
<param name="MoveAroundSocial" value="90" />
|
||||
<param name="MoveAroundSocial1" value="74" />
|
||||
<param name="MoveAroundSocial2" value="90" />
|
||||
<param name="OtherSelf" value="21525" /> <!-- Blade of Splendor -->
|
||||
<param name="OtherSelfAI" value="brilliant_blade_1" />
|
||||
<param name="IsMainForm" value="1" />
|
||||
<param name="IsChange" value="1" />
|
||||
<param name="silhouette" value="21525" /> <!-- Blade of Splendor -->
|
||||
<param name="szAI" value="brilliant_blade_1" />
|
||||
<param name="SoulShot" value="200" />
|
||||
<param name="SoulShotRate" value="5" />
|
||||
<param name="SpiritShot" value="100" />
|
||||
@@ -2388,7 +2388,6 @@
|
||||
<param name="MoveAroundSocial" value="90" />
|
||||
<param name="MoveAroundSocial1" value="74" />
|
||||
<param name="MoveAroundSocial2" value="90" />
|
||||
<param name="IsMainForm" value="0" />
|
||||
<param name="SoulShot" value="200" />
|
||||
<param name="SoulShotRate" value="5" />
|
||||
<param name="SpiritShot" value="100" />
|
||||
@@ -3022,9 +3021,9 @@
|
||||
<param name="MoveAroundSocial" value="110" />
|
||||
<param name="MoveAroundSocial1" value="74" />
|
||||
<param name="MoveAroundSocial2" value="110" />
|
||||
<param name="OtherSelf" value="21658" /> <!-- Punishment of Splendor -->
|
||||
<param name="OtherSelfAI" value="brilliant_vengeance_1" />
|
||||
<param name="IsMainForm" value="1" />
|
||||
<param name="IsChange" value="1" />
|
||||
<param name="silhouette" value="21658" /> <!-- Punishment of Splendor -->
|
||||
<param name="szAI" value="brilliant_vengeance_1" />
|
||||
<param name="SoulShot" value="200" />
|
||||
<param name="SoulShotRate" value="5" />
|
||||
<param name="SpiritShot" value="100" />
|
||||
@@ -3861,9 +3860,9 @@
|
||||
<param name="MoveAroundSocial" value="90" />
|
||||
<param name="MoveAroundSocial1" value="74" />
|
||||
<param name="MoveAroundSocial2" value="90" />
|
||||
<param name="OtherSelf" value="21540" /> <!-- Wailing of Splendor -->
|
||||
<param name="OtherSelfAI" value="brilliant_anguish_1" />
|
||||
<param name="IsMainForm" value="1" />
|
||||
<param name="IsChange" value="1" />
|
||||
<param name="silhouette" value="21540" /> <!-- Wailing of Splendor -->
|
||||
<param name="szAI" value="brilliant_anguish_1" />
|
||||
<param name="SoulShot" value="200" />
|
||||
<param name="SoulShotRate" value="5" />
|
||||
<param name="SpiritShot" value="100" />
|
||||
@@ -3972,7 +3971,6 @@
|
||||
<param name="MoveAroundSocial" value="90" />
|
||||
<param name="MoveAroundSocial1" value="74" />
|
||||
<param name="MoveAroundSocial2" value="90" />
|
||||
<param name="IsMainForm" value="0" />
|
||||
<param name="SoulShot" value="200" />
|
||||
<param name="SoulShotRate" value="5" />
|
||||
<param name="SpiritShot" value="100" />
|
||||
|
||||
@@ -5040,7 +5040,6 @@
|
||||
<param name="MoveAroundSocial" value="110" />
|
||||
<param name="MoveAroundSocial1" value="74" />
|
||||
<param name="MoveAroundSocial2" value="110" />
|
||||
<param name="IsMainForm" value="0" />
|
||||
<param name="SoulShot" value="200" />
|
||||
<param name="SoulShotRate" value="5" />
|
||||
<param name="SpiritShot" value="100" />
|
||||
|
||||
Reference in New Issue
Block a user