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/013-1_Woodland_hills | |
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/013-1_Woodland_hills')
-rw-r--r-- | npc/013-1_Woodland_hills/_warps.txt | 2 | ||||
-rw-r--r-- | npc/013-1_Woodland_hills/monsters.txt | 28 |
2 files changed, 15 insertions, 15 deletions
diff --git a/npc/013-1_Woodland_hills/_warps.txt b/npc/013-1_Woodland_hills/_warps.txt index 6daa4447..b27c118c 100644 --- a/npc/013-1_Woodland_hills/_warps.txt +++ b/npc/013-1_Woodland_hills/_warps.txt @@ -1,6 +1,6 @@ // 013-1 Woodland hills warps 013-1.gat,125,103 warp toCave -1,-1,013-3.gat,34,64 -013-1.gat,20,76 warp ToWoodlandHills -1,2,012-1.gat,149,78 +013-1.gat,20,76 warp ToWoodlandHills -1,2,012-1.gat,148,60 013-1.gat,45,21 warp ToWoodland 1,-1,017-1.gat,46,104 013-1.gat,42,90 warp toHouse -1,-1,013-2.gat,63,41 diff --git a/npc/013-1_Woodland_hills/monsters.txt b/npc/013-1_Woodland_hills/monsters.txt index fe216eae..6d6e8443 100644 --- a/npc/013-1_Woodland_hills/monsters.txt +++ b/npc/013-1_Woodland_hills/monsters.txt @@ -1,24 +1,24 @@ -// Map: new_28-1 +// Map: 013-2 // This is North-East Woodland. // -new_28-1.gat,0,0,0,0 monster Mouboo 1028,5,0,0,Mob28::OnMouboo -new_28-1.gat,0,0,0,0 monster SpikyMushroom 1019,15,0,0,Mob28::OnSpikyMushroom -new_28-1.gat,0,0,0,0 monster Flower 1014,15,0,0,Mob28::OnFlower +013-1.gat,0,0,0,0 monster Mouboo 1028,5,0,0,Mob28::OnMouboo +013-1.gat,0,0,0,0 monster SpikyMushroom 1019,15,0,0,Mob28::OnSpikyMushroom +013-1.gat,0,0,0,0 monster Flower 1014,15,0,0,Mob28::OnFlower -new_28-1.gat,0,0,0,0 monster Alizarin 1032,1,0,0,Mob28::OnAlizarin -new_28-1.gat,0,0,0,0 monster Gamboge 1031,1,0,0,Mob28::OnGamboge -new_28-1.gat,0,0,0,0 monster Cobalt 1030,1,0,0,Mob28::OnCobalt -new_28-1.gat,0,0,0,0 monster Mauve 1029,1,0,0,Mob28::OnMauve +013-1.gat,0,0,0,0 monster Alizarin 1032,1,0,0,Mob28::OnAlizarin +013-1.gat,0,0,0,0 monster Gamboge 1031,1,0,0,Mob28::OnGamboge +013-1.gat,0,0,0,0 monster Cobalt 1030,1,0,0,Mob28::OnCobalt +013-1.gat,0,0,0,0 monster Mauve 1029,1,0,0,Mob28::OnMauve -new_28-1.gat,0,0,0,0 monster Alizarin 1032,2,2700000,1800000,Mob28::OnAlizarin -new_28-1.gat,0,0,0,0 monster Gamboge 1031,2,2700000,1800000,Mob28::OnGamboge -new_28-1.gat,0,0,0,0 monster Cobalt 1030,2,2700000,1800000,Mob28::OnCobalt -new_28-1.gat,0,0,0,0 monster Mauve 1029,2,2700000,1800000,Mob28::OnMauve +013-1.gat,0,0,0,0 monster Alizarin 1032,2,2700000,1800000,Mob28::OnAlizarin +013-1.gat,0,0,0,0 monster Gamboge 1031,2,2700000,1800000,Mob28::OnGamboge +013-1.gat,0,0,0,0 monster Cobalt 1030,2,2700000,1800000,Mob28::OnCobalt +013-1.gat,0,0,0,0 monster Mauve 1029,2,2700000,1800000,Mob28::OnMauve -new_28-1.gat,0,0,0,0 monster SilkWorm 1035,4,6000,3000,Mob28::OnSilkWorm +013-1.gat,0,0,0,0 monster SilkWorm 1035,4,6000,3000,Mob28::OnSilkWorm -new_28-1.gat,0,0,0 script Mob28 -1,{ +013-1.gat,0,0,0 script Mob28 -1,{ OnMouboo: set @mobID, 1028; callfunc "MobPoints"; |