diff options
Diffstat (limited to 'npc/015-1_Woodland')
-rw-r--r-- | npc/015-1_Woodland/alice.txt | 2 | ||||
-rw-r--r-- | npc/015-1_Woodland/monsters.txt | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/npc/015-1_Woodland/alice.txt b/npc/015-1_Woodland/alice.txt index e35f4802..b9ce5831 100644 --- a/npc/015-1_Woodland/alice.txt +++ b/npc/015-1_Woodland/alice.txt @@ -6,7 +6,7 @@ //################################################################################# -new_31-1.gat,52,53,0 script Alice 106, { +015-1.gat,52,53,0 script Alice 106, { mes "[Alice]"; mes "\"Greeting, fellow wanderer."; mes "Are you collecting herbs, too?\""; diff --git a/npc/015-1_Woodland/monsters.txt b/npc/015-1_Woodland/monsters.txt index 0ce818c1..4984f101 100644 --- a/npc/015-1_Woodland/monsters.txt +++ b/npc/015-1_Woodland/monsters.txt @@ -1,17 +1,17 @@ -// Map: new_31-1 +// Map: 015-1 // This is South-West Woodland. // -new_31-1.gat,0,0,0,0 monster LogHead 1025,40,0,0,Mob31::OnLogHead -new_31-1.gat,0,0,0,0 monster SpikyMushroom 1019,20,0,0,Mob31::OnSpikyMushroom -new_31-1.gat,0,0,0,0 monster Flower 1014,20,0,0,Mob31::OnFlower +015-1.gat,0,0,0,0 monster LogHead 1025,40,0,0,Mob31::OnLogHead +015-1.gat,0,0,0,0 monster SpikyMushroom 1019,20,0,0,Mob31::OnSpikyMushroom +015-1.gat,0,0,0,0 monster Flower 1014,20,0,0,Mob31::OnFlower -new_31-1.gat,0,0,0,0 monster Gamboge 1031,3,0,0,Mob31::OnGamboge -new_31-1.gat,0,0,0,0 monster Alizarin 1032,3,0,0,Mob31::OnAlizarin +015-1.gat,0,0,0,0 monster Gamboge 1031,3,0,0,Mob31::OnGamboge +015-1.gat,0,0,0,0 monster Alizarin 1032,3,0,0,Mob31::OnAlizarin -new_31-1.gat,0,0,0,0 monster SilkWorm 1035,7,15000,7000,Mob31::onSilkWorm +015-1.gat,0,0,0,0 monster SilkWorm 1035,7,15000,7000,Mob31::onSilkWorm -new_31-1.gat,0,0,0 script Mob31 -1,{ +015-1.gat,0,0,0 script Mob31 -1,{ OnLogHead: set @mobID, 1025; callfunc "MobPoints"; |