diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:50 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-22 03:45:50 -0700 |
commit | 8cae569d85aba62c966fcb657bac794b2f30b0d2 (patch) | |
tree | 04e42e2a0ddfa0869401c98e672ba347cc91776c /npc/011-1_Woodland | |
parent | f2aa58baabb81281323c146d355a1317628afa4f (diff) | |
download | serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.gz serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.bz2 serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.tar.xz serverdata-8cae569d85aba62c966fcb657bac794b2f30b0d2.zip |
Map name/warp/monster location fixes
Diffstat (limited to 'npc/011-1_Woodland')
-rw-r--r-- | npc/011-1_Woodland/alchemist.txt | 2 | ||||
-rw-r--r-- | npc/011-1_Woodland/monsters.txt | 12 | ||||
-rw-r--r-- | npc/011-1_Woodland/oscar.txt | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/npc/011-1_Woodland/alchemist.txt b/npc/011-1_Woodland/alchemist.txt index ed6582fa..08ba6e41 100644 --- a/npc/011-1_Woodland/alchemist.txt +++ b/npc/011-1_Woodland/alchemist.txt @@ -1,5 +1,5 @@ // This NPC makes potions and dyes -new_9-1.gat,117,77,0 script Rauk 103,{ +011-1.gat,117,77,0 script Rauk 103,{ // Setzer quest/monster oil quest participation set @SETZER_INITIAL, 0; diff --git a/npc/011-1_Woodland/monsters.txt b/npc/011-1_Woodland/monsters.txt index 52f1bc74..60a0688e 100644 --- a/npc/011-1_Woodland/monsters.txt +++ b/npc/011-1_Woodland/monsters.txt @@ -1,15 +1,15 @@ -// Map: new_9-1 +// Map: 011-1 // This is Central Woodland. // -new_9-1.gat,0,0,0,0 monster EvilMushroom 1013,25,0,0,Mob9::OnEvilMushroom -new_9-1.gat,0,0,0,0 monster Flower 1014,40,0,0,Mob9::OnFlower +011-1.gat,0,0,0,0 monster EvilMushroom 1013,25,0,0,Mob9::OnEvilMushroom +011-1.gat,0,0,0,0 monster Flower 1014,40,0,0,Mob9::OnFlower -new_9-1.gat,0,0,0,0 monster Alizarin 1032,1,2700000,1800000,Mob9::OnAlizarin +011-1.gat,0,0,0,0 monster Alizarin 1032,1,2700000,1800000,Mob9::OnAlizarin -new_9-1.gat,0,0,0,0 monster SilkWorm 1035,2,60000,30000,Mob9::OnSilkWorm +011-1.gat,0,0,0,0 monster SilkWorm 1035,2,60000,30000,Mob9::OnSilkWorm -new_9-1.gat,0,0,0 script Mob9 -1,{ +011-1.gat,0,0,0 script Mob9 -1,{ OnEvilMushroom: set @mobID, 1013; callfunc "MobPoints"; diff --git a/npc/011-1_Woodland/oscar.txt b/npc/011-1_Woodland/oscar.txt index f33e0e47..20f9a7b5 100644 --- a/npc/011-1_Woodland/oscar.txt +++ b/npc/011-1_Woodland/oscar.txt @@ -1 +1 @@ -new_9-1.gat,87,34,0 shop Oscar 142,535:25,657:40
\ No newline at end of file +011-1.gat,87,34,0 shop Oscar 142,535:25,657:40
\ No newline at end of file |