diff options
Diffstat (limited to 'npc/013-1_Woodland_hills/_mobs.txt')
-rw-r--r-- | npc/013-1_Woodland_hills/_mobs.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/013-1_Woodland_hills/_mobs.txt b/npc/013-1_Woodland_hills/_mobs.txt index 2bbd5e70..849a5018 100644 --- a/npc/013-1_Woodland_hills/_mobs.txt +++ b/npc/013-1_Woodland_hills/_mobs.txt @@ -1,6 +1,6 @@ // 013-1 Woodland hills mobs -013-1.gat,0,0,0,0 monster PinkFlower 1014,13,0,100,Mob013-1::On1014 +013-1.gat,0,0,0,0 monster Flower 1014,13,0,100,Mob013-1::On1014 013-1.gat,0,0,0,0 monster SpikyMushroom 1019,12,0,100,Mob013-1::On1019 013-1.gat,0,0,0,0 monster Mouboo 1028,5,0,100,Mob013-1::On1028 013-1.gat,0,0,0,0 monster Mauve 1029,1,270,180,Mob013-1::On1029 @@ -14,6 +14,7 @@ 013-1.gat,0,0,0,0 monster SilkWorm 1035,4,60000,30000,Mob013-1::On1035 013-1.gat,0,0,0,0 monster Clover 1037,2,0,1000,Mob013-1::On1037 013-1.gat,0,0,0,0 monster Squirrel 1038,25,30,20,Mob013-1::On1038 +013-1.gat,0,0,0,0 monster Butterfly 1055,10,30,20,Mob013-1::On1055 013-1.gat,0,0,0 script Mob013-1 -1,{ @@ -67,5 +68,10 @@ On1038: callfunc "MobPoints"; break; +On1055: + set @mobID, 1055; + callfunc "MobPoints"; + break; + end; } |