Fixed up some Veins warps

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10210 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2007-04-11 10:05:14 +00:00
parent d404a449a1
commit d6bb7e0643
4 changed files with 12 additions and 14 deletions

View File

@ -1,5 +1,7 @@
Date Added Date Added
====== ======
2007/04/12
* Fixed up some Veins warps [Playtester]
2007/04/11 2007/04/11
* Added official donation items in Rachel Sanctuary quest [Playtester] * Added official donation items in Rachel Sanctuary quest [Playtester]
- chances are guessed but safe to use - chances are guessed but safe to use

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= erKURITA & RockmanEXE //= erKURITA & RockmanEXE
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.0 //= 1.1
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= Any Athena Version //= Any Athena Version
//===== Description: ========================================= //===== Description: =========================================
@ -12,6 +12,7 @@
//= 1.0 Added the official warps and commented out the //= 1.0 Added the official warps and commented out the
//= "custom duplicates" for future checkout. Special thanks //= "custom duplicates" for future checkout. Special thanks
//= to RockmanEXE who provided all the info. [erKURITA] //= to RockmanEXE who provided all the info. [erKURITA]
//= 1.1 Added warp to Veins Field [Playtester]
//============================================================ //============================================================
//| Official warps under this comment. Needs separation though... //| 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,90,189,0 warp rachel27 1,1,ra_in01,192,148
rachel,25,125,0 warp rachel28 1,1,ra_fild11,353,226 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,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 ~~~~~~~~~~~~~~~~~~~ //~~~~~~~~~~~~~~~~~~~ Custom warps starts here ~~~~~~~~~~~~~~~~~~~

View File

@ -3,16 +3,16 @@
//===== By: ================================================== //===== By: ==================================================
//= $ephiroth //= $ephiroth
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.0 //= 1.1
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= Any Athena Version //= Any Athena Version
//===== Description: ========================================= //===== Description: =========================================
//= Warp Points for Veins //= Warp Points for Veins
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= 1.0 Initial version [$ephiroth] //= 1.0 Initial version [$ephiroth]
//= 1.1 Removed Rachel City warp [Playtester]
//============================================================ //============================================================
//= Veins City ================================================ //= Veins City ================================================
veins,218,361,0 warp veinswarp0501 1,1,ve_fild06,152,221 veins,218,361,0 warp veinswarp0501 1,1,ve_fild06,152,221
veins,146,24,0 warp veinswarp0502 1,1,ve_fild07,148,370 veins,146,24,0 warp veinswarp0502 1,1,ve_fild07,148,370
rachel,130,20,0 warp veinswarp0503 1,1,ve_fild02,196,379

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= $ephiroth //= $ephiroth
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.1 //= 1.2
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= Any Athena Version //= Any Athena Version
//===== Description: ========================================= //===== Description: =========================================
@ -11,6 +11,7 @@
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= 1.0 Initial version [$ephiroth] //= 1.0 Initial version [$ephiroth]
//= 1.1 Updated more warps [$ephiroth] //= 1.1 Updated more warps [$ephiroth]
//= 1.2 Removed some unofficial warps [Playtester]
//============================================================ //============================================================
//= Beins Field (ve_fild) ==================================== //= Beins Field (ve_fild) ====================================
@ -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_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_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_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 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 warp veinswarp5020 1,1,ve_fild05,354,192
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;
}