Update to the new locations, adds more warps (thor_camp)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9643 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2007-01-11 20:08:39 +00:00
parent 8d7a0bd454
commit 4194ea17da
3 changed files with 21 additions and 9 deletions

View File

@ -34,6 +34,8 @@ KarLaeda
Date Added
======
2007/01/11
* Update to the new locations, adds more warps (thor_camp) [ultramage]
2007/01/09
* Updated some functions calls that where using the wrong number of
arguments with checkcart,checkfalcon,checkriding,getgmlevel,

View File

@ -3,7 +3,7 @@
//===== By: ==================================================
//= $ephiroth
//===== Current Version: =====================================
//= 1.0
//= 1.2
//===== Compatible With: =====================================
//= Any Athena Version
//===== Description: =========================================
@ -11,11 +11,14 @@
//===== Additional Comments: =================================
//= 1.0 Initial version [$ephiroth]
//= 1.1 Updated warps, according to Japan site [$ephiroth]
//= 1.2 Updated more warps to thor_camp [$ephiroth]
//============================================================
//= Thor's Volcano Dungeon====================================
thor_v01.gat,21,223,0 warp thor00 1,1,ve_fild03.gat,168,238
thor_v01.gat,202,34,0 warp thor01 1,1,thor_v02.gat,190,57
thor_v02.gat,191,55,0 warp thor02 1,1,thor_v01.gat,199,34
thor_v02.gat,72,206,0 warp thor03 1,1,thor_v03.gat,31,272
thor_v03.gat,28,272,0 warp thor04 1,1,thor_v02.gat,74,205
thor_v01.gat,21,223,0 warp veinswarp0504 1,1,ve_fild03.gat,168,238
thor_v01.gat,202,34,0 warp veinswarp4001 1,1,thor_v02.gat,74,205
thor_v02.gat,72,206,0 warp veinswarp4002 1,1,thor_v01.gat,199,34
thor_v02.gat,191,55,0 warp veinswarp4003 1,1,thor_v03.gat,31,272
thor_v03.gat,28,272,0 warp veinswarp4004 1,1,thor_v02.gat,190,57
thor_v02.gat,143,78,0 warp veinswarp4005 1,1,thor_camp.gat,284,289
thor_camp.gat,288,289,0 warp veinswarp4006 1,1,thor_v02.gat,146,86

View File

@ -3,13 +3,14 @@
//===== By: ==================================================
//= $ephiroth
//===== Current Version: =====================================
//= 1.0
//= 1.1
//===== Compatible With: =====================================
//= Any Athena Version
//===== Description: =========================================
//= Warp Points for Veins Field
//===== Additional Comments: =================================
//= 1.0 Initial version [$ephiroth]
//= 1.1 Updated more warps [$ephiroth]
//============================================================
//= Beins Field (ve_fild) ====================================
@ -31,5 +32,11 @@ ve_fild03.gat,355,222,0 warp veinswarp5015 1,1,ve_fild04.gat,46,249
ve_fild04.gat,43,249,0 warp veinswarp5016 1,1,ve_fild03.gat,353,221
ve_fild03.gat,222,42,0 warp veinswarp5017 1,1,ve_fild05.gat,204,330
ve_fild05.gat,206,331,0 warp veinswarp5018 1,1,ve_fild03.gat,222,45
ve_fild04.gat,115,49,0 warp veinswarp5019 1,1,ve_fild06.gat,84,179
ve_fild06.gat,84,176,0 warp veinswarp5020 1,1,ve_fild04.gat,115,52
ve_fild04.gat,115,50,0 warp veinswarp5019 1,1,ve_fild06.gat,78,183
ve_fild05.gat,359,192,0 warp veinswarp5020 1,1,ve_fild06.gat,78,183
ve_fild06.gat,88,176,0 script #veinswarp5021 45,1,1,{
if(rand(2))
warp "ve_fild04.gat",115,55;
else
warp "ve_fild05.gat",354,192;
end;