diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-06-10 19:56:53 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-06-10 19:56:53 +0200 |
commit | ec951e424dada5dd31078099ec2214c6f3d3eb6c (patch) | |
tree | e41492ab2ba63b845877eeeb4a3c96e26788f1f2 /world/map/npc/013-1 | |
parent | 7f4410f9d5dce2884368a4b1d01139abd2e65fd5 (diff) | |
download | serverdata-ec951e424dada5dd31078099ec2214c6f3d3eb6c.tar.gz serverdata-ec951e424dada5dd31078099ec2214c6f3d3eb6c.tar.bz2 serverdata-ec951e424dada5dd31078099ec2214c6f3d3eb6c.tar.xz serverdata-ec951e424dada5dd31078099ec2214c6f3d3eb6c.zip |
Expand debug function of Orum and Waric quest to tell current quest state.
Remove debug message in FlowerPentagramCount function.
Diffstat (limited to 'world/map/npc/013-1')
-rw-r--r-- | world/map/npc/013-1/flowerpentagram.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/world/map/npc/013-1/flowerpentagram.txt b/world/map/npc/013-1/flowerpentagram.txt index 01d51233..0ee7e47b 100644 --- a/world/map/npc/013-1/flowerpentagram.txt +++ b/world/map/npc/013-1/flowerpentagram.txt @@ -98,6 +98,5 @@ function|script|FlowerPentagramCount|{ mobcount("013-1.gat", "#FlowerPentagram::OnAScorpionDeath") + mobcount("013-1.gat", "#FlowerPentagram::OnBScorpionDeath") + 8; // the mobcount function has an offset of -1, so we add 8 to have the actual amount of monsters - announce "$@Flower_Pentagram_Mobcount: " + $@Flower_Pentagram_Mobcount, 0; // TODO: remove debug announce return; } |