summaryrefslogtreecommitdiff
path: root/npc/re/warps/other
diff options
context:
space:
mode:
Diffstat (limited to 'npc/re/warps/other')
-rw-r--r--npc/re/warps/other/arena.txt40
-rw-r--r--npc/re/warps/other/dimensional_gap.txt79
-rw-r--r--npc/re/warps/other/jobquests.txt61
-rw-r--r--npc/re/warps/other/paradise.txt45
-rw-r--r--npc/re/warps/other/s_workshop.txt51
-rw-r--r--npc/re/warps/other/sign.txt56
6 files changed, 0 insertions, 332 deletions
diff --git a/npc/re/warps/other/arena.txt b/npc/re/warps/other/arena.txt
deleted file mode 100644
index b06fb68d1..000000000
--- a/npc/re/warps/other/arena.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-//================= Hercules Script =======================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2012-2020 Hercules Dev Team
-//= Copyright (C) Euphy
-//=
-//= 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/>.
-//=========================================================================
-//= Arena Warps (Renewal)
-//================= Description ===========================================
-//= Warp Points related to Izlude Arena.
-//================= Current Version =======================================
-//= 1.0
-//=========================================================================
-
-izlude,213,161,0 warp welcome_arena 1,1,arena_room,100,30
-izlude_a,213,161,0 warp welcome_arena_a 1,1,arena_room,100,30
-izlude_b,213,161,0 warp welcome_arena_b 1,1,arena_room,100,30
-izlude_c,213,161,0 warp welcome_arena_c 1,1,arena_room,100,30
-izlude_d,213,161,0 warp welcome_arena_d 1,1,arena_room,100,30
-arena_room,99,24,0 warp bye_arena 2,2,izlude,209,161
diff --git a/npc/re/warps/other/dimensional_gap.txt b/npc/re/warps/other/dimensional_gap.txt
deleted file mode 100644
index 41ff9fa00..000000000
--- a/npc/re/warps/other/dimensional_gap.txt
+++ /dev/null
@@ -1,79 +0,0 @@
-//================= Hercules Script =======================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2016-2020 Hercules Dev Team
-//= Copyright (C) Ridley
-//= Copyright (C) Nova
-//=
-//= 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/>.
-//=========================================================================
-//= Dimensonal Gap warp script (Renewal)
-//================= Description ===========================================
-//= Warps for Dimensional Gap
-//================= Current Version =======================================
-//= 1.0
-//=========================================================================
-
-mid_camp,210,292,4 script Transport Device#01 PORTAL,{
- mes("Do you wish to enter the Dimensional Gap?");
- next();
- if (select("Yes", "No") == 1) {
- warp("dali", 141, 82);
- end;
- }
- close();
-}
-
-moc_fild22b,222,200,4 script Transport Device#02 PORTAL,{
- mes("Do you wish to enter the Dimensional Gap?");
- next();
- if (select("Yes", "No") == 1) {
- warp("dali", 119, 56);
- end;
- }
- close();
-}
-
-bif_fild01,318,159,4 script Transport Device#03 PORTAL,{
- mes("Do you wish to enter the Dimensional Gap?");
- next();
- if (select("Yes", "No") == 1) {
- warp("dali", 43, 92);
- end;
- }
- close();
-}
-
-dic_fild02,241,31,4 script Transport Device#04 PORTAL,{
- mes("Do you wish to enter the Dimensional Gap?");
- next();
- if (select("Yes", "No") == 1) {
- warp("dali", 41, 134);
- end;
- }
- close();
-}
-
-dali,149,82,0 warp dg001 2,2,mid_camp,210,289
-dali,122,48,0 warp dg002 2,2,moc_fild22b,227,200
-dali,38,87,0 warp dg003 2,2,bif_fild01,318,155
-dali,34,139,0 warp dg004 2,2,dic_fild02,237,32
diff --git a/npc/re/warps/other/jobquests.txt b/npc/re/warps/other/jobquests.txt
deleted file mode 100644
index e72c79b81..000000000
--- a/npc/re/warps/other/jobquests.txt
+++ /dev/null
@@ -1,61 +0,0 @@
-//================= Hercules Script =======================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2012-2020 Hercules Dev Team
-//= Copyright (C) Euphy
-//= Copyright (C) Athena
-//=
-//= 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/>.
-//=========================================================================
-//= Job Quest Warp Script (Renewal)
-//================= Description ===========================================
-//= Warp Points for Job Quest Maps
-//================= Current Version =======================================
-//= 2.3
-//=========================================================================
-
-//== Exit Warps ============================================
-job_knt,89,98,0 warp knt_out 1,1,prt_in,77,99
-job_wiz,49,154,0 warp wiz_out 1,1,gef_tower,108,29
-job_sage,55,154,0 warp sage_out 1,1,yuno_in03,169,171
-
-//== Arch Bishop ===========================================
-job3_arch01,29,24,0 warp #archout 1,1,odin_tem02,282,263
-
-//== Guillotine Cross ======================================
-veins,257,256,0 warp #gate_to_guil01 1,1,job3_guil01,9,93
-job3_guil01,6,93,0 warp #gate_to_guil02 1,1,veins,254,255
-job3_guil01,18,48,0 warp #gate_to_guil03 1,1,job3_guil01,68,91
-job3_guil01,67,95,0 warp #gate_to_guil04 1,1,job3_guil01,18,53
-job3_guil01,65,50,0 warp #gate_to_guil06 1,1,job3_guil01,83,77
-job3_guil01,11,4,0 warp #gate_to_guil08 1,1,job3_guil01,51,50
-job3_guil01,79,27,0 warp #gate_to_guil10 1,1,job3_guil01,51,50
-job3_guil01,143,61,0 warp #gate_to_guil11 1,1,job3_guil01,51,50
-
-//== Geneticist ============================================
-lighthalzen,52,132,0 warp #lighttogen 1,1,job3_gen01,45,50
-job3_gen01,49,49,0 warp #gentolight 1,1,lighthalzen,54,132
-job3_gen01,7,59,0 warp #from1to2gen 1,1,job3_gen01,72,52
-job3_gen01,71,56,0 warp #from2to1gen 1,1,job3_gen01,11,60
-
-//== Shadow Chaser =========================================
-job3_sha01,71,19,0 warp shadowc1 1,1,tha_t01,149,224
diff --git a/npc/re/warps/other/paradise.txt b/npc/re/warps/other/paradise.txt
deleted file mode 100644
index 0536eb096..000000000
--- a/npc/re/warps/other/paradise.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-//================= Hercules Script =======================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2012-2020 Hercules Dev Team
-//= 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/>.
-//=========================================================================
-//= Paradise Group Warp Script
-//================= Description ===========================================
-//= Warp Points for Paradise Group
-//================= Current Version =======================================
-//= 1.0
-//=========================================================================
-
-moc_para01,57,27,0 warp #warp_2_pub 1,1,moc_para01,162,26
-moc_para01,158,26,0 warp #warp_2_din_1 1,1,moc_para01,55,27
-moc_para01,48,16,0 warp #warp_2_2f 1,1,moc_para01,48,164
-moc_para01,47,161,0 warp #warp_2_1f 1,1,moc_para01,47,18
-moc_para01,107,12,0 warp #warp_2_din_2 1,1,moc_para01,47,37
-moc_para01,100,27,0 warp #warp_2_gym 1,1,moc_para01,47,85
-moc_para01,49,86,0 warp #warp_2_pass_1 1,1,moc_para01,103,27
-moc_para01,113,32,0 warp #warp_2_ware 1,1,moc_para01,105,92
-moc_para01,102,92,0 warp #warp_2_pass_2 1,1,moc_para01,109,33
-moc_para01,41,187,0 warp #warp_2_room2 1,1,moc_para01,179,93
-moc_para01,179,90,0 warp #warp_2_2fhall_3 1,1,moc_para01,41,185
diff --git a/npc/re/warps/other/s_workshop.txt b/npc/re/warps/other/s_workshop.txt
deleted file mode 100644
index 5eeb7eae5..000000000
--- a/npc/re/warps/other/s_workshop.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-//================= Hercules Script =======================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2012-2020 Hercules Dev Team
-//= 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/>.
-//=========================================================================
-//= Warp Points for Shadow Workshop
-//================= Description ===========================================
-//= Warp Points for Shadow Workshop
-//================= Current Version =======================================
-//= 1.1
-//=========================================================================
-
-rachel,180,115,0 warp s_atelier0001 1,1,s_atelier,131,72
-s_atelier,131,75,0 warp s_atelier0002 1,1,rachel,180,118
-s_atelier,117,71,0 warp s_atelier0003 1,1,s_atelier,169,72
-s_atelier,166,72,0 warp s_atelier0004 1,1,s_atelier,117,68
-prontera,272,108,0 warp s_atelier0005 1,1,s_atelier,13,119
-s_atelier,9,119,0 warp s_atelier0006 1,1,prontera,269,108
-s_atelier,31,128,0 warp s_atelier0007 1,1,s_atelier,76,125
-s_atelier,76,128,0 warp s_atelier0008 1,1,s_atelier,28,128
-s_atelier,19,79,0 warp s_atelier0009 1,1,lighthalzen,41,58
-lighthalzen,41,52,0 warp s_atelier0010 1,1,s_atelier,18,72
-s_atelier,32,65,0 warp s_atelier0011 1,1,s_atelier,80,59
-s_atelier,80,66,0 warp s_atelier0012 1,1,s_atelier,32,56
-s_atelier,109,129,0 warp s_atelier0013 1,1,s_atelier,159,125
-s_atelier,160,130,0 warp s_atelier0014 1,1,s_atelier,114,129
-yuno,278,66,0 warp s_atelier0015 1,1,s_atelier,111,122
-s_atelier,107,122,0 warp s_atelier0016 1,1,yuno,274,66
diff --git a/npc/re/warps/other/sign.txt b/npc/re/warps/other/sign.txt
deleted file mode 100644
index b650c41b3..000000000
--- a/npc/re/warps/other/sign.txt
+++ /dev/null
@@ -1,56 +0,0 @@
-//================= Hercules Script =======================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//================= License ===============================================
-//= This file is part of Hercules.
-//= http://herc.ws - http://github.com/HerculesWS/Hercules
-//=
-//= Copyright (C) 2012-2020 Hercules Dev Team
-//= Copyright (C) Kisuka
-//= Copyright (C) MasterOfMuppets
-//=
-//= 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/>.
-//=========================================================================
-//= Sign Quest Warps (Renewal)
-//================= Description ===========================================
-//= Warp Points related to the Sign Quest
-//================= Current Version =======================================
-//= 1.4
-//=========================================================================
-
-cmd_in01,17,34,0 warp sign01 1,1,comodo,187,164
-
-geffen,140,99,0 warp sign02 1,1,geffen_in,165,50
-geffen_in,165,54,0 warp sign02a 1,1,geffen,138,104
-
-himinn,49,6,0 warp sign03 1,1,gef_fild07,179,241
-
-himinn,49,67,0 warp sign04 1,1,himinn,49,75
-himinn,49,72,0 warp sign04a 1,1,himinn,49,63
-
-um_in,33,18,0 warp sign05 1,1,um_in,89,11
-um_in,89,9,0 warp sign05a 1,1,um_in,33,16
-
-umbala,107,118,0 warp sign06 1,1,um_in,15,20
-um_in,11,18,0 warp sign06a 1,1,umbala,111,121
-
-que_sign01,113,132,0 warp sign07 1,1,nif_in,117,173
-
-que_sign01,45,15,0 warp sign08 1,1,niflheim,146,245
-
-que_sign02,22,313,0 warp sign09 1,1,niflheim,30,156