From 1defb7651d4c0da15ecfb50d4a885a0d5da5ce4d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 29 Apr 2019 12:17:44 -0300 Subject: Fix bug --- npc/003-1/lieutenantdausen.txt | 2 +- npc/012-1/guards.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index edb800e39..7906bf13b 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -143,7 +143,7 @@ OnGuardDeath: // Respawn monster from $@SIEGE_TMPMOBS memory OnRespawn: - getmapxy(.@m$,.@x,.@y,3); + getmapxy(.@m$,.@x,.@y,0); siege_spawn(.@m$, any_of($@SIEGE_TMPMOBS), 1, .name$+"::OnRespawn"); if (rand(10000) <= $coinsrate+($@SIEGE_TULIM*50)) makeitem StrangeCoin, 1, .@m$, .@x, .@y; diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 835b9cf00..e009ac253 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -604,7 +604,7 @@ OnInit: // Respawn monster from $@SIEGE_TMPMOBS memory OnRespawn: - getmapxy(.@m$,.@x,.@y,3); + getmapxy(.@m$,.@x,.@y,0); siege_spawn(.@m$, any_of($@SIEGE_TMPMOBS), 1, "#HurnscaldSiege::OnRespawn"); if (rand(10000) <= $coinsrate+($@SIEGE_HURNS*50)) makeitem StrangeCoin, 1, .@m$, .@x, .@y; -- cgit v1.2.3-60-g2f50