From b1f9fb2e531e1747d17489e98782ba8b6ca5136b Mon Sep 17 00:00:00 2001 From: Karin Date: Fri, 3 Nov 2023 23:05:11 -0300 Subject: [PATCH] fix: monster speed (#1734) --- .../monster/quests/the_inquisition/eye_of_the_seven.lua | 2 +- data-otservbr-global/scripts/spells/healing/mass_healing.lua | 1 - data/items/items.xml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/data-otservbr-global/monster/quests/the_inquisition/eye_of_the_seven.lua b/data-otservbr-global/monster/quests/the_inquisition/eye_of_the_seven.lua index 4a409d1a8ee..492e09217ea 100644 --- a/data-otservbr-global/monster/quests/the_inquisition/eye_of_the_seven.lua +++ b/data-otservbr-global/monster/quests/the_inquisition/eye_of_the_seven.lua @@ -17,7 +17,7 @@ monster.health = 120 monster.maxHealth = 120 monster.race = "venom" monster.corpse = 6036 -monster.speed = 40 +monster.speed = 0 monster.manaCost = 0 monster.changeTarget = { diff --git a/data-otservbr-global/scripts/spells/healing/mass_healing.lua b/data-otservbr-global/scripts/spells/healing/mass_healing.lua index 880c08cb666..ac412dd370d 100644 --- a/data-otservbr-global/scripts/spells/healing/mass_healing.lua +++ b/data-otservbr-global/scripts/spells/healing/mass_healing.lua @@ -58,7 +58,6 @@ spell:cooldown(2 * 1000) spell:groupCooldown(1 * 1000) spell:level(36) spell:mana(150) -spell:isAggressive(false) spell:isPremium(true) spell:isAggressive(false) spell:needLearn(false) diff --git a/data/items/items.xml b/data/items/items.xml index ec4ab6f9bbb..c46348b55b7 100644 --- a/data/items/items.xml +++ b/data/items/items.xml @@ -3690,7 +3690,7 @@ - +