diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/warps/cities/rachel.txt | 4 | ||||
-rw-r--r-- | npc/warps/cities/veins.txt | 4 | ||||
-rw-r--r-- | npc/warps/fields/veins_fild.txt | 16 |
4 files changed, 12 insertions, 14 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index c365eeba1..228bc50f0 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/04/12 + * Fixed up some Veins warps [Playtester] 2007/04/11 * Added official donation items in Rachel Sanctuary quest [Playtester] - chances are guessed but safe to use diff --git a/npc/warps/cities/rachel.txt b/npc/warps/cities/rachel.txt index 6aff38dba..664c5295b 100644 --- a/npc/warps/cities/rachel.txt +++ b/npc/warps/cities/rachel.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= erKURITA & RockmanEXE //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= @@ -12,6 +12,7 @@ //= 1.0 Added the official warps and commented out the //= "custom duplicates" for future checkout. Special thanks //= to RockmanEXE who provided all the info. [erKURITA] +//= 1.1 Added warp to Veins Field [Playtester] //============================================================ //| Official warps under this comment. Needs separation though... @@ -45,6 +46,7 @@ ra_in01,192,152,0 warp rachel26 1,1,rachel,90,193 rachel,90,189,0 warp rachel27 1,1,ra_in01,192,148 rachel,25,125,0 warp rachel28 1,1,ra_fild11,353,226 rachel,273,125,0 warp rachel29 1,1,ra_fild12,41,225 +rachel,130,20,0 warp rachel30 1,1,ve_fild02,196,379 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~ Custom warps starts here ~~~~~~~~~~~~~~~~~~~ diff --git a/npc/warps/cities/veins.txt b/npc/warps/cities/veins.txt index 7560b3600..e5e7dd1a1 100644 --- a/npc/warps/cities/veins.txt +++ b/npc/warps/cities/veins.txt @@ -3,16 +3,16 @@ //===== By: ================================================== //= $ephiroth //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= //= Warp Points for Veins //===== Additional Comments: ================================= //= 1.0 Initial version [$ephiroth] +//= 1.1 Removed Rachel City warp [Playtester] //============================================================ //= Veins City ================================================ veins,218,361,0 warp veinswarp0501 1,1,ve_fild06,152,221 veins,146,24,0 warp veinswarp0502 1,1,ve_fild07,148,370 -rachel,130,20,0 warp veinswarp0503 1,1,ve_fild02,196,379
\ No newline at end of file diff --git a/npc/warps/fields/veins_fild.txt b/npc/warps/fields/veins_fild.txt index b1d753f02..c2e0b99fa 100644 --- a/npc/warps/fields/veins_fild.txt +++ b/npc/warps/fields/veins_fild.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= $ephiroth //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= Any Athena Version //===== Description: ========================================= @@ -11,6 +11,7 @@ //===== Additional Comments: ================================= //= 1.0 Initial version [$ephiroth] //= 1.1 Updated more warps [$ephiroth] +//= 1.2 Removed some unofficial warps [Playtester] //============================================================ //= Beins Field (ve_fild) ==================================== @@ -22,7 +23,7 @@ ve_fild01,243,369,0 warp veinswarp5005 1,1,ra_fild11,232,29 ra_fild11,232,26,0 warp veinswarp5006 1,1,ve_fild01,243,366 ve_fild01,367,263,0 warp veinswarp5007 1,1,ve_fild02,33,259 ve_fild02,30,259,0 warp veinswarp5008 1,1,ve_fild01,364,263 -ve_fild01,351,95,0 warp veinswarp5009 1,1,ve_fild02,76,133 +ve_fild01,351,95,0 warp veinswarp5009 1,1,ve_fild02,76,133 ve_fild02,73,133,0 warp veinswarp5010 1,1,ve_fild01,348,95 ve_fild01,185,19,0 warp veinswarp5011 1,1,ve_fild04,174,337 ve_fild04,174,340,0 warp veinswarp5012 1,1,ve_fild01,185,22 @@ -32,12 +33,5 @@ ve_fild03,355,222,0 warp veinswarp5015 1,1,ve_fild04,46,249 ve_fild04,43,249,0 warp veinswarp5016 1,1,ve_fild03,353,221 ve_fild03,222,42,0 warp veinswarp5017 1,1,ve_fild05,204,330 ve_fild05,206,331,0 warp veinswarp5018 1,1,ve_fild03,222,45 -ve_fild04,115,50,0 warp veinswarp5019 1,1,ve_fild06,78,183 -ve_fild05,359,192,0 warp veinswarp5020 1,1,ve_fild06,78,183 -ve_fild06,88,176,0 script #veinswarp5021 45,1,1,{ - if(rand(2)) - warp "ve_fild04",115,55; - else - warp "ve_fild05",354,192; - end; -}
\ No newline at end of file +ve_fild05,359,192,0 warp veinswarp5019 1,1,ve_fild06,78,183 +ve_fild06,88,176,0 warp veinswarp5020 1,1,ve_fild05,354,192 |