diff options
Diffstat (limited to 'npc/pre-re/warps/fields/veins_fild.txt')
-rw-r--r-- | npc/pre-re/warps/fields/veins_fild.txt | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/npc/pre-re/warps/fields/veins_fild.txt b/npc/pre-re/warps/fields/veins_fild.txt deleted file mode 100644 index 0eabc2aed..000000000 --- a/npc/pre-re/warps/fields/veins_fild.txt +++ /dev/null @@ -1,62 +0,0 @@ -//================= Hercules Script ======================================= -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ -//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| -//= | | | | __/ | | (__| |_| | | __/\__ \ -//= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//================= License =============================================== -//= This file is part of Hercules. -//= http://herc.ws - http://github.com/HerculesWS/Hercules -//= -//= Copyright (C) 2012-2015 Hercules Dev Team -//= Copyright (C) L0ne_W0lf -//= Copyright (C) Playtester -//= Copyright (C) $ephiroth -//= -//= Hercules is free software: you can redistribute it and/or modify -//= it under the terms of the GNU General Public License as published by -//= the Free Software Foundation, either version 3 of the License, or -//= (at your option) any later version. -//= -//= This program is distributed in the hope that it will be useful, -//= but WITHOUT ANY WARRANTY; without even the implied warranty of -//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//= GNU General Public License for more details. -//= -//= You should have received a copy of the GNU General Public License -//= along with this program. If not, see <http://www.gnu.org/licenses/>. -//========================================================================= -//= Veins Field Warp Script (Pre-Renewal) -//================= Description =========================================== -//= Warp Points for Veins Field -//================= Current Version ======================================= -//= 1.4 -//========================================================================= - -ve_fild01,366,267,0 warp ve_fild1-1 1,1,ve_fild02,36,263 -ve_fild01,184,20,0 warp ve_fild1-2 1,1,ve_fild04,174,334 -ra_fild11,233,27,0 warp ve_fild1-3 1,1,ve_fild01,243,363 -ve_fild01,243,368,0 warp ve_fild1-4 1,1,ra_fild11,232,32 -ve_fild01,350,92,0 warp ve_fild1-5 1,1,ve_fild02,78,133 -ra_fild13,29,308,0 warp ve_fild2-1 1,1,ve_fild02,380,308 -ve_fild02,385,308,0 warp ve_fild2-2 1,1,ra_fild13,34,308 -ve_fild02,195,382,0 warp ve_fild2-3 1,1,rachel,130,25 -ve_fild02,31,263,0 warp ve_fild2-4 1,1,ve_fild01,361,267 -ve_fild02,73,133,0 warp ve_fild2-5 1,1,ve_fild01,345,92 -ve_fild03,355,223,0 warp ve_fild3-1 1,1,ve_fild04,49,249 -ve_fild03,222,43,0 warp ve_fild3-2 1,1,ve_fild05,200,325 -ve_fild04,174,339,0 warp ve_fild4-1 1,1,ve_fild01,184,25 -ve_fild04,44,249,0 warp ve_fild4-2 1,1,ve_fild03,350,220 -ve_fild04,115,50,0 warp ve_fild4-3 1,1,ve_fild06,80,183 -ve_fild05,200,330,0 warp ve_fild5-1 1,1,ve_fild03,222,48 -ve_fild05,359,192,0 warp ve_fild5-2 1,1,ve_fild06,80,183 -ve_fild06,153,220,0 warp ve_fild6-1 1,1,veins,218,355 -ve_fild06,81,177,0 script ve_fild6-2 WARPNPC,1,1,{ - if (rand(2)) - warp "ve_fild04",115,55; - else - warp "ve_fild05",354,191; - end; -} -ve_fild07,147,371,0 warp ve_fild7-1 1,1,veins,146,28 |