summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-29 09:51:25 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-29 09:51:25 -0300
commit7b1f6f59b0781188c967b896a62c6ecc05df84e4 (patch)
tree721f458678fff29eb11cac4b5c5f07d4dbd69ba1 /npc/012-1
parent597c464873405244d5b2d00e46532b0cff93a5c3 (diff)
downloadserverdata-7b1f6f59b0781188c967b896a62c6ecc05df84e4.tar.gz
serverdata-7b1f6f59b0781188c967b896a62c6ecc05df84e4.tar.bz2
serverdata-7b1f6f59b0781188c967b896a62c6ecc05df84e4.tar.xz
serverdata-7b1f6f59b0781188c967b896a62c6ecc05df84e4.zip
Fix pipeline and other minor improvements
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/guards.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index c9db38be7..449ae0dc0 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -655,7 +655,7 @@ OnMKSiege:
addmapmask "014-3", MASK_MATTACK;
changemusic "012-1", any("mythica.ogg", "eric_matyas_ghouls.ogg", "misuse.ogg", "Arabesque.ogg");
disablenpc("Mana Stone");
- $@SIEGE_HURNS=rand(0,10);
+ $@SIEGE_HURNS=rand(1,10);
pvpon("012-1");
pvpon("014-3");
announce(("##1WARNING! WARNING! Siege starting at Hurnscald!!"), bc_all);
@@ -737,6 +737,7 @@ OnTimer180000:
end;
OnTimer240000:
+ debugmes "24k";
areamonster("012-1", 20, 20, getmapinfo(MAPINFO_SIZE_X)-20, getmapinfo(MAPINFO_SIZE_Y)-20, strmobinfo(1, SlimeBlast), 1090, 25);
areamonster("012-1", 20, 20, getmapinfo(MAPINFO_SIZE_X)-20, getmapinfo(MAPINFO_SIZE_Y)-20, ("Black Scorpion"), BlackScorpion, 1, "#HurnscaldSiege::OnBlackScorpion2Death");
areamonster("012-1", 20, 20, getmapinfo(MAPINFO_SIZE_X)-20, getmapinfo(MAPINFO_SIZE_Y)-20, strmobinfo(1, ManaGhost), 1068, 2, "#HurnscaldSiege::OnManaGhostDeath");