diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-10 16:33:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-10 16:33:13 -0300 |
commit | eae5b0255b6f895abbdfa26127983d99fd479c18 (patch) | |
tree | 7f3453c6f4c48790dabef66a94e316201c1eea43 /npc/029-0/warps.txt | |
parent | 02c59c1901843ff369325be9ac8b9f58c25dcce6 (diff) | |
download | serverdata-eae5b0255b6f895abbdfa26127983d99fd479c18.tar.gz serverdata-eae5b0255b6f895abbdfa26127983d99fd479c18.tar.bz2 serverdata-eae5b0255b6f895abbdfa26127983d99fd479c18.tar.xz serverdata-eae5b0255b6f895abbdfa26127983d99fd479c18.zip |
[FoS] Fix several stuffs including exploits, add monster population of Artis.
This is not a coincidence, you'll understand in Migglemire.
Diffstat (limited to 'npc/029-0/warps.txt')
-rw-r--r-- | npc/029-0/warps.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/029-0/warps.txt b/npc/029-0/warps.txt index deda3f8ae..714560b98 100644 --- a/npc/029-0/warps.txt +++ b/npc/029-0/warps.txt @@ -9,8 +9,10 @@ // FiresOfSteam_Warp(ID) function script FiresOfSteam_Warp { - if ($FIRESOFSTEAM < getarg(0)) + if ($FIRESOFSTEAM < getarg(0)) { + dispbottom l("Monsters remaining: %s", fnum(mobcount(getmap(), "all"))); end; + } if ($FIRESOFSTEAM > getarg(0)) return true; if ($FIRESOFSTEAM_CD > gettimetick(2)) { |