diff --git a/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_1.0_Ertheia/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_2.5_Underground/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_3.0_Helios/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_4.0_GrandCrusade/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_5.0_Salvation/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_5.5_EtinasFate/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_6.0_Fafurion/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_7.0_PreludeOfWar/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_8.0_Homunculus/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_8.0_Homunculus/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_8.0_Homunculus/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_8.0_Homunculus/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_9.0_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_9.0_ReturnOfTheQueenAnt/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 06b262f62b..713e9dcb30 100644 --- a/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_CT_2.4_Epilogue/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -549,7 +549,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(target); if (hating == 0) { - npc.addDamageHate(target, 0, 1); + npc.addDamageHate(target, 0, 0); } } return; @@ -565,7 +565,7 @@ public class AttackableAI extends CreatureAI if (npc.getHating(target) == 0) { - npc.addDamageHate(target, 0, 1); + npc.addDamageHate(target, 0, 0); } } }); diff --git a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 06b262f62b..713e9dcb30 100644 --- a/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_CT_2.6_HighFive/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -549,7 +549,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(target); if (hating == 0) { - npc.addDamageHate(target, 0, 1); + npc.addDamageHate(target, 0, 0); } } return; @@ -565,7 +565,7 @@ public class AttackableAI extends CreatureAI if (npc.getHating(target) == 0) { - npc.addDamageHate(target, 0, 1); + npc.addDamageHate(target, 0, 0); } } }); diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_Classic_2.1_Zaken/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_Classic_2.2_Antharas/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_Classic_2.3_SevenSigns/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_Classic_2.4_SecretOfEmpire/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_Classic_3.0_TheKamael/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 8c8acb4484..0ed3cf8f02 100644 --- a/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_Classic_Interlude/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) { diff --git a/L2J_Mobius_Essence_5.0_Sylph/java/org/l2jmobius/gameserver/ai/AttackableAI.java b/L2J_Mobius_Essence_5.0_Sylph/java/org/l2jmobius/gameserver/ai/AttackableAI.java index 48ba8de11a..5483eeb49e 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/java/org/l2jmobius/gameserver/ai/AttackableAI.java +++ b/L2J_Mobius_Essence_5.0_Sylph/java/org/l2jmobius/gameserver/ai/AttackableAI.java @@ -398,7 +398,7 @@ public class AttackableAI extends CreatureAI final int hating = npc.getHating(t); if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } } } @@ -416,7 +416,7 @@ public class AttackableAI extends CreatureAI // Add the attacker to the Attackable _aggroList with 0 damage and 1 hate if (hating == 0) { - npc.addDamageHate(t, 0, 1); + npc.addDamageHate(t, 0, 0); } if (npc instanceof GuardInstance) {