diff options
Diffstat (limited to 'npc/007-1_Woodland/_mobs.txt')
-rw-r--r-- | npc/007-1_Woodland/_mobs.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/007-1_Woodland/_mobs.txt b/npc/007-1_Woodland/_mobs.txt index b4653078..bc5aa9d1 100644 --- a/npc/007-1_Woodland/_mobs.txt +++ b/npc/007-1_Woodland/_mobs.txt @@ -1,7 +1,8 @@ // 007-1 Woodland mobs -007-1.gat,119,66,9,9 monster Fluffy 1020,1,0,0,Mob007-1::On1020 -007-1.gat,96,35,9,9 monster Sleep Flower 1014,1,0,0,Mob007-1::On1014 +007-1.gat,53,46,67,53 monster Flower 1014,15,0,0,Mob007-1::On1014 +007-1.gat,105,57,53,74 monster Fluffy 1020,20,0,0,Mob007-1::On1020 +007-1.gat,105,48,55,51 monster Spiky Mushroom 1019,10,0,0,Mob007-1::On1019 007-1.gat,0,0,0 script Mob007-1 -1,{ @@ -10,6 +11,11 @@ On1014: callfunc "MobPoints"; break; +On1019: + set @mobID, 1019; + callfunc "MobPoints"; + break; + On1020: set @mobID, 1020; callfunc "MobPoints"; |