diff options
Diffstat (limited to 'npc/012-1_Woodland_Hills/monsters.txt')
-rw-r--r-- | npc/012-1_Woodland_Hills/monsters.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/012-1_Woodland_Hills/monsters.txt b/npc/012-1_Woodland_Hills/monsters.txt index cc95281f..8b7c5c1b 100644 --- a/npc/012-1_Woodland_Hills/monsters.txt +++ b/npc/012-1_Woodland_Hills/monsters.txt @@ -1,18 +1,18 @@ -// Map: new_26-1 +// Map: 012-1 // This is North Woodland. // -new_26-1.gat,0,0,0,0 monster Mouboo 1028,25,0,0,Mob26::OnMouboo -new_26-1.gat,0,0,0,0 monster SpikyMushroom 1019,30,0,0,Mob26::OnSpikyMushroom +012-1.gat,0,0,0,0 monster Mouboo 1028,25,0,0,Mob26::OnMouboo +012-1.gat,0,0,0,0 monster SpikyMushroom 1019,30,0,0,Mob26::OnSpikyMushroom -new_26-1.gat,0,0,0,0 monster Alizarin 1032,1,2700000,1800000,Mob26::OnAlizarin -new_26-1.gat,0,0,0,0 monster Gamboge 1031,1,2700000,1800000,Mob26::OnGamboge -new_26-1.gat,0,0,0,0 monster Cobalt 1030,1,2700000,1800000,Mob26::OnCobalt -new_26-1.gat,0,0,0,0 monster Mauve 1029,1,2700000,1800000,Mob26::OnMauve +012-1.gat,0,0,0,0 monster Alizarin 1032,1,2700000,1800000,Mob26::OnAlizarin +012-1.gat,0,0,0,0 monster Gamboge 1031,1,2700000,1800000,Mob26::OnGamboge +012-1.gat,0,0,0,0 monster Cobalt 1030,1,2700000,1800000,Mob26::OnCobalt +012-1.gat,0,0,0,0 monster Mauve 1029,1,2700000,1800000,Mob26::OnMauve -new_26-1.gat,0,0,0,0 monster SilkWorm 1035,5,6000,3000,Mob26::OnSilkWorm +012-1.gat,0,0,0,0 monster SilkWorm 1035,5,6000,3000,Mob26::OnSilkWorm -new_26-1.gat,0,0,0 script Mob26 -1,{ +012-1.gat,0,0,0 script Mob26 -1,{ OnMouboo: set @mobID, 1028; callfunc "MobPoints"; |