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/014-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/014-1_Woodland')
-rw-r--r-- | npc/014-1_Woodland/monsters.txt | 30 | ||||
-rw-r--r-- | npc/014-1_Woodland/taro.txt | 4 | ||||
-rw-r--r-- | npc/014-1_Woodland/wedding-officiator.txt | 2 |
3 files changed, 18 insertions, 18 deletions
diff --git a/npc/014-1_Woodland/monsters.txt b/npc/014-1_Woodland/monsters.txt index cbb9e182..9805d037 100644 --- a/npc/014-1_Woodland/monsters.txt +++ b/npc/014-1_Woodland/monsters.txt @@ -1,25 +1,25 @@ -// Map: new_29-1 +// Map: 014-1 // This is West Woodland. // -new_29-1.gat,0,0,0,0 monster Mouboo 1028,5,0,0,Mob29::OnMouboo -new_29-1.gat,0,0,0,0 monster EvilMushroom 1013,15,0,0,Mob29::OnEvilMushroom -new_29-1.gat,0,0,0,0 monster Flower 1014,25,0,0,Mob29::OnFlower -new_29-1.gat,0,0,0,0 monster FireGoblin 1011,20,0,0,Mob29::OnFireGoblin +014-1.gat,0,0,0,0 monster Mouboo 1028,5,0,0,Mob29::OnMouboo +014-1.gat,0,0,0,0 monster EvilMushroom 1013,15,0,0,Mob29::OnEvilMushroom +014-1.gat,0,0,0,0 monster Flower 1014,25,0,0,Mob29::OnFlower +014-1.gat,0,0,0,0 monster FireGoblin 1011,20,0,0,Mob29::OnFireGoblin -new_29-1.gat,0,0,0,0 monster Alizarin 1032,1,0,0,Mob29::OnAlizarin -new_29-1.gat,0,0,0,0 monster Gamboge 1031,1,0,0,Mob29::OnGamboge -new_29-1.gat,0,0,0,0 monster Cobalt 1030,1,0,0,Mob29::OnCobalt -new_29-1.gat,0,0,0,0 monster Mauve 1029,1,0,0,Mob29::OnMauve +014-1.gat,0,0,0,0 monster Alizarin 1032,1,0,0,Mob29::OnAlizarin +014-1.gat,0,0,0,0 monster Gamboge 1031,1,0,0,Mob29::OnGamboge +014-1.gat,0,0,0,0 monster Cobalt 1030,1,0,0,Mob29::OnCobalt +014-1.gat,0,0,0,0 monster Mauve 1029,1,0,0,Mob29::OnMauve -new_29-1.gat,0,0,0,0 monster Alizarin 1032,1,2700000,1800000,Mob29::OnAlizarin -new_29-1.gat,0,0,0,0 monster Gamboge 1031,1,2700000,1800000,Mob29::OnGamboge -new_29-1.gat,0,0,0,0 monster Cobalt 1030,1,2700000,1800000,Mob29::OnCobalt -new_29-1.gat,0,0,0,0 monster Mauve 1029,1,2700000,1800000,Mob29::OnMauve +014-1.gat,0,0,0,0 monster Alizarin 1032,1,2700000,1800000,Mob29::OnAlizarin +014-1.gat,0,0,0,0 monster Gamboge 1031,1,2700000,1800000,Mob29::OnGamboge +014-1.gat,0,0,0,0 monster Cobalt 1030,1,2700000,1800000,Mob29::OnCobalt +014-1.gat,0,0,0,0 monster Mauve 1029,1,2700000,1800000,Mob29::OnMauve -new_29-1.gat,0,0,0,0 monster SilkWorm 1035,4,6000,3000,Mob29::OnSilkWorm +014-1.gat,0,0,0,0 monster SilkWorm 1035,4,6000,3000,Mob29::OnSilkWorm -new_29-1.gat,0,0,0 script Mob29 -1,{ +014-1.gat,0,0,0 script Mob29 -1,{ OnMouboo: set @mobID, 1028; callfunc "MobPoints"; diff --git a/npc/014-1_Woodland/taro.txt b/npc/014-1_Woodland/taro.txt index db6b4551..3ec76163 100644 --- a/npc/014-1_Woodland/taro.txt +++ b/npc/014-1_Woodland/taro.txt @@ -1,7 +1,7 @@ // Woodland Taro -new_29-1.gat,54,43,0 script Taro 114,{ +014-1.gat,54,43,0 script Taro 114,{ if (getequipid(equip_head) == 511 || getequipid(equip_head) == 1206) goto L_Santa; if (getequipid(equip_head) == 633) goto L_Elf; if (getequipid(equip_head) == 628) goto L_NearElf; @@ -69,6 +69,6 @@ L_Tree: close; L_Warp: - warp "new_10-1.gat",56,61; + warp "019-1.gat",56,61; close; } diff --git a/npc/014-1_Woodland/wedding-officiator.txt b/npc/014-1_Woodland/wedding-officiator.txt index 93a27c6d..7a6e606b 100644 --- a/npc/014-1_Woodland/wedding-officiator.txt +++ b/npc/014-1_Woodland/wedding-officiator.txt @@ -1,6 +1,6 @@ // Wedding officiator: Marriages and divorces -new_29-1.gat,31,31,0 script Wedding Officiator 164,{ +014-1.gat,31,31,0 script Wedding Officiator 164,{ set @WEDDING_FEE, 100; set @DIVORCE_FEE_PER_LEVEL, 500; |