diff options
Diffstat (limited to 'npc/017-1_Woodland_hills/_mobs.txt')
-rw-r--r-- | npc/017-1_Woodland_hills/_mobs.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/017-1_Woodland_hills/_mobs.txt b/npc/017-1_Woodland_hills/_mobs.txt index e8b7f270..fe695470 100644 --- a/npc/017-1_Woodland_hills/_mobs.txt +++ b/npc/017-1_Woodland_hills/_mobs.txt @@ -1,6 +1,9 @@ // 017-1 Woodland hills mobs 017-1.gat,0,0,0,0 monster Clover 1037,2,0,1000,Mob017-1::On1037 +017-1.gat,28,27,19,11 monster GambogeHerb 2033,1,0,25000,Mob017-1::On2033 +017-1.gat,90,23,76,8 monster Loghead 2027,3,5000,60000,Mob017-1::On2027 +017-1.gat,31,47,18,11 monster Loghead 2027,3,5000,60000,Mob017-1::On2027 017-1.gat,0,0,0 script Mob017-1 -1,{ @@ -9,5 +12,15 @@ On1037: callfunc "MobPoints"; break; +On2027: + set @mobID, 2027; + callfunc "MobPoints"; + break; + +On2033: + set @mobID, 2033; + callfunc "MobPoints"; + break; + end; } |