diff options
Diffstat (limited to 'npc/re/warps/cities/eclage.txt')
-rw-r--r-- | npc/re/warps/cities/eclage.txt | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/npc/re/warps/cities/eclage.txt b/npc/re/warps/cities/eclage.txt deleted file mode 100644 index 221c98f22..000000000 --- a/npc/re/warps/cities/eclage.txt +++ /dev/null @@ -1,77 +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) Dastgir -//= Copyright (C) Euphy -//= Copyright (C) Chilly -//= -//= 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/>. -//========================================================================= -//= Eclage Warp Script -//================= Description =========================================== -//= Warp Points for Eclage -//================= Current Version ======================================= -//= 1.1 -//========================================================================= - -// Town Warps -ecl_fild01,207,72,0 warp fild01-1_biffild 1,1,bif_fild02,294,350 -bif_fild02,292,351,0 warp biffild_fild01-1 1,1,ecl_fild01,205,76 -//ecl_fild01,97,320,0 warp eclage_field0003 1,1,eclage,100,28 -eclage,98,26,0 warp eclageS_EclEnter 1,1,ecl_fild01,99,317 -eclage,299,309,0 warp eclageN_in01s 1,1,ecl_in01,47,11 -ecl_in01,47,8,0 warp in01s_eclageN 1,1,eclage,297,307 -ecl_in01,8,67,0 warp in01w_hub1-1 1,1,ecl_hub01,38,94 -ecl_hub01,40,95,0 warp hub1-1_in01w 1,1,ecl_in01,11,67 -ecl_hub01,22,109,0 warp hub1-2_in02-1 1,1,ecl_in02,99,7 -ecl_in02,98,4,0 warp in02-1_hub1-2 1,1,ecl_hub01,23,107 -ecl_in02,80,18,0 warp in02-2_in02-3 1,1,ecl_in02,157,66 -ecl_in02,157,68,0 warp in02-3_in02-2 1,1,ecl_in02,83,18 -ecl_in01,84,68,0 script in01e_hub2-1 WARPNPC,1,1,{ - end; -OnTouch: - if (ep14_2_mylord == 29) { - warp "ecl_hub01",106,31; - } - else { - warp "ecl_hub01",107,107; - } -end; -} -ecl_hub01,107,110,0 warp hub2-1_in01e 1,1,ecl_in01,82,68 -ecl_hub01,127,95,0 warp hub2-2_hub3-1 1,1,ecl_hub01,18,32 -ecl_hub01,18,34,0 script hub3-1_hub2-2 WARPNPC,1,1,{ - end; -OnTouch: - if (ep14_2_mylord == 29) { - warp "ecl_hub01",135,14; - } - else { - warp "ecl_hub01",125,94; - } -end; -} -ecl_hub01,40,14,0 warp hub3-2_in03 1,1,ecl_in03,144,17 -ecl_in03,144,14,0 warp in03_hub3-2 1,1,ecl_hub01,40,11 -ecl_hub01,105,36,0 warp hub4-1_in01e 1,1,ecl_in01,82,68 -ecl_hub01,138,17,0 warp hub4-2_hub3-1 1,1,ecl_hub01,18,32 |