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/cities/niflheim.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/cities/niflheim.txt')
-rw-r--r-- | npc/warps/cities/niflheim.txt | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/npc/warps/cities/niflheim.txt b/npc/warps/cities/niflheim.txt new file mode 100644 index 000000000..62bc29ad2 --- /dev/null +++ b/npc/warps/cities/niflheim.txt @@ -0,0 +1,53 @@ +//===== rAthena Script ======================================= +//= Niflheim Warp Script +//===== By: ================================================== +//= PKGINGO (1.0) +//===== Current Version: ===================================== +//= 1.2 +//===== Compatible With: ===================================== +//= Any Athena Version; RO Episode 6+ +//===== Description: ========================================= +//= Warp Points for Niflheim +//===== Additional Comments: ================================= +//= Extracted from Vidar -> Athena +//= V1.1: Added Inn and House warps needed for the Piano +//= Quest. [Skotlex +//= 1.2 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] +//============================================================ + +//Niflheim Fields +nif_fild01,345,323,0 warp nwarp7 1,1,nif_fild02,23,312 +nif_fild02,21,312,0 warp nwarp8 1,1,nif_fild01,343,322 +nif_fild02,379,235,0 warp nwarp9 1,1,niflheim,20,153 +niflheim,18,151,0 warp nwarp10 1,1,nif_fild02,376,235 + +//Niflheim Town + +//Weapon shop +niflheim,220,169,0 warp nwarp11 1,1,nif_in,14,88 +nif_in,11,88,0 warp nwarp12 1,1,niflheim,218,170 + +//Item shop: 134,12 +niflheim,219,199,0 warp nwarp13 1,1,nif_in,136,14 +nif_in,134,12,0 warp nwarp14 1,1,niflheim,218,197 + +//House +niflheim,190,241,0 warp nwarp19a 1,1,nif_in,81,77 +nif_in,78,74,0 warp nwarp20a 1,1,niflheim,187,241 + +//Inn +niflheim,189,211,0 warp nwarp21a 1,1,nif_in,20,14 +nif_in,23,12,0 warp nwarp22a 1,1,niflheim,189,207 +nif_in,34,34,0 warp nwarp23 1,1,nif_in,88,31 +nif_in,88,29,0 warp nwarp24 1,1,nif_in,34,31 + +//House on the hill +niflheim,255,194,0 warp nwarp15 1,1,nif_in,20,156 +nif_in,18,154,0 warp nwarp16 1,1,niflheim,254,192 +nif_in,65,168,0 warp nwarp17 1,1,nif_in,141,174 +nif_in,140,171,0 warp nwarp18 1,1,nif_in,65,165 + +niflheim,165,162,0 warp nwarp19 1,1,nif_in,156,80 +nif_in,169,82,0 warp nwarp20 1,1,nif_in,189,105 +nif_in,186,105,0 warp nwarp21 1,1,nif_in,167,82 +nif_in,154,78,0 warp nwarp22 1,1,niflheim,167,161 |