diff options
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/guards.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index 24a0652da..f34e5f406 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -59,14 +59,6 @@ L_MKControl: } close; -// Respawn monster from $@SIEGE_TMPMOBS memory -OnRespawn: - getmapxy(.@m$,.@x,.@y,0); - siege_spawn(.@m$, any_of($@SIEGE_TMPMOBS), 1, .name$+"::OnRespawn"); - if (rand(10000) <= $coinsrate+($@SIEGE_HURNS*50)) - makeitem StrangeCoin, 1, .@m$, .@x, .@y; - end; - OnMKSiege: $@SIEGE_HALIN=rand(1,10); OnStartSiege: |