Skip to content

Commit

Permalink
fix: monster speed (opentibiabr#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospess0a authored Nov 4, 2023
1 parent 1ad50f0 commit b1f9fb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion data/items/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3690,7 +3690,7 @@
</item>
<item id="2126" article="an" name="energy field">
<attribute key="type" value="magicfield"/>
<attribute key="field" value="poison">
<attribute key="field" value="energy">
<attribute key="ticks" value="5000"/>
<attribute key="damage" value="100"/>
<attribute key="start" value="5"/>
Expand Down

0 comments on commit b1f9fb2

Please sign in to comment.