diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-09-28 12:46:20 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-09-28 12:47:05 -0600 |
commit | 17d81f0be98164bff4010e6661c40f629c2980c5 (patch) | |
tree | 375423f2c9a6ae249715842d9c2de203accfb4b9 /npc/001-4_Omars_house | |
parent | 12c7d7f2b5811e371a05fbc45cdbba5ea9bea834 (diff) | |
download | serverdata-17d81f0be98164bff4010e6661c40f629c2980c5.tar.gz serverdata-17d81f0be98164bff4010e6661c40f629c2980c5.tar.bz2 serverdata-17d81f0be98164bff4010e6661c40f629c2980c5.tar.xz serverdata-17d81f0be98164bff4010e6661c40f629c2980c5.zip |
Reduce map 001-4
Diffstat (limited to 'npc/001-4_Omars_house')
-rw-r--r-- | npc/001-4_Omars_house/_import.txt | 3 | ||||
-rw-r--r-- | npc/001-4_Omars_house/_warps.txt | 4 | ||||
-rw-r--r-- | npc/001-4_Omars_house/dedication.txt | 2 | ||||
-rw-r--r-- | npc/001-4_Omars_house/omar.txt | 4 |
4 files changed, 7 insertions, 6 deletions
diff --git a/npc/001-4_Omars_house/_import.txt b/npc/001-4_Omars_house/_import.txt index 2a2d618c..6810c05c 100644 --- a/npc/001-4_Omars_house/_import.txt +++ b/npc/001-4_Omars_house/_import.txt @@ -1,4 +1,5 @@ map: 001-4.gat +npc: npc/001-4_Omars_house/_mobs.txt npc: npc/001-4_Omars_house/_warps.txt -npc: npc/001-4_Omars_house/omar.txt npc: npc/001-4_Omars_house/dedication.txt +npc: npc/001-4_Omars_house/omar.txt diff --git a/npc/001-4_Omars_house/_warps.txt b/npc/001-4_Omars_house/_warps.txt index 2f29349e..0e3b0f9b 100644 --- a/npc/001-4_Omars_house/_warps.txt +++ b/npc/001-4_Omars_house/_warps.txt @@ -1,3 +1,3 @@ -// 001-4 Omar's house warps +// 001-4 Omars house warps -001-4.gat,71,73 warp ToOutdoor -1,-1,001-1.gat,75,42 +001-4.gat,26,34 warp toOutdoor -1,-1,001-1.gat,75,42 diff --git a/npc/001-4_Omars_house/dedication.txt b/npc/001-4_Omars_house/dedication.txt index edb0e388..4b240b11 100644 --- a/npc/001-4_Omars_house/dedication.txt +++ b/npc/001-4_Omars_house/dedication.txt @@ -1,6 +1,6 @@ // Dedication to Irene Christina -001-4.gat,76,68,0 script #IreneDedication 127,{ +001-4.gat,31,29,0 script #IreneDedication 127,{ mes "~ Irene Christina ~"; mes "The song in this house is dedicated to Irene."; mes ""; diff --git a/npc/001-4_Omars_house/omar.txt b/npc/001-4_Omars_house/omar.txt index a6ac2277..aedf1806 100644 --- a/npc/001-4_Omars_house/omar.txt +++ b/npc/001-4_Omars_house/omar.txt @@ -23,7 +23,7 @@ function script KadiyaSubquestConsts { } -001-4.gat,70,60,0 script Omar 162,{ +001-4.gat,25,21,0 script Omar 162,{ callfunc "ElanoreFix"; callfunc "KadiyaSubquestConsts"; @@ -184,7 +184,7 @@ S_update_var: } -001-4.gat,76,59,0 script _______Kadiya 174,{ +001-4.gat,31,20,0 script _______Kadiya 174,{ callfunc "ElanoreFix"; set @Q_MASK, NIBBLE_3_MASK; set @Q_SHIFT, NIBBLE_3_SHIFT; |