summaryrefslogtreecommitdiff
path: root/npc/functions/siege.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-16 13:12:10 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-16 13:12:10 -0300
commit3c2304f23560e41ea3faddd1916d293dc7494108 (patch)
treeaec05af05ce399bf483b4cfd689c649e20f7210e /npc/functions/siege.txt
parent8866e33299aff4a93c2e769ce29b1519ede21362 (diff)
downloadserverdata-3c2304f23560e41ea3faddd1916d293dc7494108.tar.gz
serverdata-3c2304f23560e41ea3faddd1916d293dc7494108.tar.bz2
serverdata-3c2304f23560e41ea3faddd1916d293dc7494108.tar.xz
serverdata-3c2304f23560e41ea3faddd1916d293dc7494108.zip
Fix bugs: Move Pydisgner and enable him forever (after saving the 1 pt),
fix bugs on wizards, fix bugs on flood (maybe?), fix bugs on siege (global announce)
Diffstat (limited to 'npc/functions/siege.txt')
-rw-r--r--npc/functions/siege.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt
index 78529cbb7..f640472e8 100644
--- a/npc/functions/siege.txt
+++ b/npc/functions/siege.txt
@@ -290,14 +290,14 @@ OnRespawn:
OnLieutenantDeath:
$MK_TEMPVAR+=1;
getitem StrangeCoin, rand(5,10);
- mapannounce(getmap(), l("##2The Monster Lieutenant was defeated by @@!", strcharinfo(0)), bc_map);
+ announce(("##2The Monster Lieutenant was defeated by @@!", strcharinfo(0)), bc_all);
end;
OnColonelDeath:
$MK_TEMPVAR+=10;
getitem StrangeCoin, rand(15,25);
$MOST_HEROIC$=strcharinfo(0);
- mapannounce(getmap(), l("##2The Monster Colonel was defeated by @@!", strcharinfo(0)), bc_map);
+ announce(("##2The Monster Colonel was defeated by @@!", strcharinfo(0)), bc_all);
end;
}