diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-11 20:08:39 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-11 20:08:39 +0000 |
commit | df465e487ceca690ecae9854b76693a3d9358fa4 (patch) | |
tree | 2eb4bac706df11483284e3b734282dc158630f68 /npc/warps/fields/veins_fild.txt | |
parent | 5ca093dad2f2d213f7cd7d057c351dddf382a958 (diff) | |
download | hercules-df465e487ceca690ecae9854b76693a3d9358fa4.tar.gz hercules-df465e487ceca690ecae9854b76693a3d9358fa4.tar.bz2 hercules-df465e487ceca690ecae9854b76693a3d9358fa4.tar.xz hercules-df465e487ceca690ecae9854b76693a3d9358fa4.zip |
Update to the new locations, adds more warps (thor_camp)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9643 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/fields/veins_fild.txt')
-rw-r--r-- | npc/warps/fields/veins_fild.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/npc/warps/fields/veins_fild.txt b/npc/warps/fields/veins_fild.txt index c7584e29a..75c1390f5 100644 --- a/npc/warps/fields/veins_fild.txt +++ b/npc/warps/fields/veins_fild.txt @@ -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
\ No newline at end of file +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; |