diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-01 04:29:56 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-01 04:29:56 +0000 |
commit | 8832adba3ec9df0f7f890154f69f0993b8d1d8e5 (patch) | |
tree | 0e73afe6a780abf29fe035301f1354f24762da7a /npc/warps/dungeons/juperos.txt | |
parent | fa533907d49c7e288be33efb55fcb094f8e48591 (diff) | |
download | hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.tar.gz hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.tar.bz2 hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.tar.xz hercules-8832adba3ec9df0f7f890154f69f0993b8d1d8e5.zip |
Full npc folder reorganization. (I hope I didn't break anything D:)
-Now common scripts goes to the main npc folder, and pre-re-only/re-only ones goes to their respective folders.
-NPCs with practically the same script but little differences have been left in the main folder and uses the command checkre() for the differences.
-For those NPCs with different coordinates but same script, the script has been left in the main folder but the NPCs splitted as duplicates.
-All pre-renewal files has been reverted back to their pre-renewal behavior.
TODO:
-Correct pre-re quest rewards.
-Check for pre-re/re differences in mapflags.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16545 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps/dungeons/juperos.txt')
-rw-r--r-- | npc/warps/dungeons/juperos.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/npc/warps/dungeons/juperos.txt b/npc/warps/dungeons/juperos.txt new file mode 100644 index 000000000..900b79d86 --- /dev/null +++ b/npc/warps/dungeons/juperos.txt @@ -0,0 +1,33 @@ +//===== rAthena Script ======================================= +//= Juperos Dungeon Warp Script +//===== By: ================================================== +//= Muad-Dib (1.0) +//===== Current Version: ===================================== +//= 1.7 +//===== Compatible With: ===================================== +//= rAthena with independant npctimer support; RO Episode 8+ +//===== Description: ========================================= +//= Warp Points for Juperos Dungeon +//===== Additional Comments: ================================= +//= 1.0 Converted by Dr.Evil [Lupus] +//= 1.1 More temp warps to Juperos by Justin84 [Lupus] +//= 1.2 Justin84's fixed elevator scripts +//= 1.3 Fixed getting stuck when player relogs in. [Lance] +//= 1.4 Added attachnpctimer to the initnpctimer calls. [Skotlex] +//= 1.5 Implemented a part of the Juperos quest [MasterOfMuppets] +//= 1.6 Removed area1 and area2 warps. These are event warps. [L0ne_W0lf] +//= Added static warps for gate -> area1/2/elevator. +//= 1.6a COrrected new warps [L0ne_W0lf] +//= 1.7 Removed duplicated quest warp portal [Brainstorm] +//============================================================ + +yuno_fild07,207,175,0 warp jupwrp01 1,1,jupe_cave,143,52 +jupe_cave,148,52,0 warp jupwrp02 1,1,yuno_fild07,212,175 +jupe_cave,26,52,0 warp jupwrp03 1,1,juperos_01,53,247 +juperos_01,50,250,0 warp jupwrp04 1,1,jupe_cave,29,52 + +jupe_gate,28,145,0 warp gate#left1 2,4,jupe_area1,100,222 +jupe_area1,103,222,0 warp gate#left2 2,4,jupe_gate,31,145 +jupe_gate,71,145,0 warp gate#right1 2,4,jupe_area2,63,222 +jupe_area2,60,222,0 warp gate#right2 2,4,jupe_gate,68,145 +jupe_gate,49,55,0 warp gate#ele 4,2,jupe_ele_r,49,30 |