Skip to content

Commit

Permalink
fix spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Sep 10, 2024
1 parent 4195798 commit a231525
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ function cleansedSanity.onUse(player, item, fromPosition, target, toPosition, is
SoulWarQuest.kvSoulWar:set("cleansed-sanity-action", currentTime + timeToIncreaseDefense)
target:getPosition():sendMagicEffect(CONST_ME_DRAWBLOOD)
item:remove()
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Use the item again within " .. timeToIncreaseDefense .. " seconds, or the monster's defense will increase by 2 every " .. timeToIncreaseDefense .. " seconds.")
player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Use the item again within " .. timeToIncreaseDefense .. " seconds, or the monster's defense will increase every " .. timeToIncreaseDefense .. " seconds.")
local boss = Creature("Goshnar's Megalomania")
if boss then
local mtype = boss:getType()
Expand Down
9 changes: 9 additions & 0 deletions data-otservbr-global/world/otservbr-monster.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34097,6 +34097,9 @@
<monster centerx="32552" centery="31862" centerz="7" radius="1">
<monster name="Deer" x="-1" y="0" z="7" spawntime="90" />
</monster>
<monster centerx="33855" centery="31862" centerz="7" radius="1">
<monster name="Dreadful Harvester" x="0" y="0" z="7" spawntime="60" />
</monster>
<monster centerx="32641" centery="31863" centerz="7" radius="2">
<monster name="Deer" x="0" y="2" z="7" spawntime="90" />
</monster>
Expand Down Expand Up @@ -34129,6 +34132,9 @@
<monster centerx="32575" centery="31866" centerz="7" radius="1">
<monster name="Deer" x="1" y="-1" z="7" spawntime="90" />
</monster>
<monster centerx="33855" centery="31866" centerz="7" radius="1">
<monster name="Mean Maw" x="0" y="0" z="7" spawntime="10" />
</monster>
<monster centerx="32042" centery="31867" centerz="7" radius="3">
<monster name="Dawnfly" x="1" y="2" z="7" spawntime="90" />
<monster name="Troll-Trained Salamander" x="3" y="2" z="7" spawntime="90" />
Expand Down Expand Up @@ -34214,6 +34220,9 @@
<monster name="Deer" x="1" y="-2" z="7" spawntime="90" />
<monster name="Deer" x="0" y="2" z="7" spawntime="90" />
</monster>
<monster centerx="33851" centery="31870" centerz="7" radius="1">
<monster name="Poor Soul" x="0" y="0" z="7" spawntime="10" />
</monster>
<monster centerx="32088" centery="31871" centerz="7" radius="1">
<monster name="Deer" x="0" y="0" z="7" spawntime="90" />
</monster>
Expand Down

0 comments on commit a231525

Please sign in to comment.