diff options
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: |