diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-05-04 14:27:26 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-05-04 14:27:26 +0200 |
commit | eada7f973e7bdb1a107da94b436530e9ceec8c2c (patch) | |
tree | eb66ce79f63fc2f58d82e845d0be8423b0a152c5 /world/map/npc/048-2/slimes.txt | |
parent | 3d6b053777dcb0a6daa1c136a1c3eedd56ed78c3 (diff) | |
download | serverdata-eada7f973e7bdb1a107da94b436530e9ceec8c2c.tar.gz serverdata-eada7f973e7bdb1a107da94b436530e9ceec8c2c.tar.bz2 serverdata-eada7f973e7bdb1a107da94b436530e9ceec8c2c.tar.xz serverdata-eada7f973e7bdb1a107da94b436530e9ceec8c2c.zip |
Make the Blue sage slime subquest more verbose.
- Message when a spawn is triggered.
- Add function that counts the number of cleard nests.
- Helper who starts the subquest gives hints on how many nests are cleared.
Diffstat (limited to 'world/map/npc/048-2/slimes.txt')
-rw-r--r-- | world/map/npc/048-2/slimes.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/world/map/npc/048-2/slimes.txt b/world/map/npc/048-2/slimes.txt index e61ac962..ce0b6df0 100644 --- a/world/map/npc/048-2/slimes.txt +++ b/world/map/npc/048-2/slimes.txt @@ -53,6 +53,7 @@ OnSpawn: goto L_Clean; set $@BlueSageSlime0_Spawn, $@BlueSageSlime0_Amount; areamonster "048-2.gat", 178, 92, 184, 98, "", 1093, $@BlueSageSlime0_Spawn, "#Slime0::OnSlimeDeath"; + message strcharinfo(0), "You notice a group of slimes emerging from the debris among the shelves."; end; OnSlimeDeath: @@ -139,6 +140,7 @@ OnSpawn: goto L_Clean; set $@BlueSageSlime1_Spawn, $@BlueSageSlime1_Amount; areamonster "048-2.gat", 161, 120, 167, 126, "", 1093, $@BlueSageSlime1_Spawn, "#Slime1::OnSlimeDeath"; + message strcharinfo(0), "You notice a group of slimes emerging from the debris among the shelves."; end; OnSlimeDeath: @@ -225,6 +227,7 @@ OnSpawn: goto L_Clean; set $@BlueSageSlime2_Spawn, $@BlueSageSlime2_Amount; areamonster "048-2.gat", 195, 112, 201, 118, "", 1093, $@BlueSageSlime2_Spawn, "#Slime2::OnSlimeDeath"; + message strcharinfo(0), "You notice a group of slimes emerging from the debris among the shelves."; end; OnSlimeDeath: @@ -311,6 +314,7 @@ OnSpawn: goto L_Clean; set $@BlueSageSlime3_Spawn, $@BlueSageSlime3_Amount; areamonster "048-2.gat", 164, 76, 170, 82, "", 1093, $@BlueSageSlime3_Spawn, "#Slime3::OnSlimeDeath"; + message strcharinfo(0), "You notice a group of slimes emerging from the debris among the shelves."; end; OnSlimeDeath: @@ -397,6 +401,7 @@ OnSpawn: goto L_Clean; set $@BlueSageSlime4_Spawn, $@BlueSageSlime4_Amount; areamonster "048-2.gat", 189, 83, 195, 89, "", 1091, $@BlueSageSlime4_Spawn, "#Slime4::OnSlimeDeath"; + message strcharinfo(0), "You notice a group of slimes emerging from the debris among the shelves."; end; OnSlimeDeath: @@ -483,6 +488,7 @@ OnSpawn: goto L_Clean; set $@BlueSageSlime5_Spawn, $@BlueSageSlime5_Amount; areamonster "048-2.gat", 180, 107, 186, 113, "", 1091, $@BlueSageSlime5_Spawn, "#Slime5::OnSlimeDeath"; + message strcharinfo(0), "You notice a group of slimes emerging from the debris among the shelves."; end; OnSlimeDeath: @@ -569,6 +575,7 @@ OnSpawn: goto L_Clean; set $@BlueSageSlime6_Spawn, $@BlueSageSlime6_Amount; areamonster "048-2.gat", 161, 99, 167, 105, "", 1091, $@BlueSageSlime6_Spawn, "#Slime6::OnSlimeDeath"; + message strcharinfo(0), "You notice a group of slimes emerging from the debris among the shelves."; end; OnSlimeDeath: |