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/amatsu.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/amatsu.txt')
-rw-r--r-- | npc/warps/cities/amatsu.txt | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/npc/warps/cities/amatsu.txt b/npc/warps/cities/amatsu.txt new file mode 100644 index 000000000..8614869d3 --- /dev/null +++ b/npc/warps/cities/amatsu.txt @@ -0,0 +1,53 @@ +//===== rAthena Script ======================================= +//= Amatsu Warps Script +//===== By: ================================================== +//= Athena (1.0) +//= Nana (1.1) +//===== Current Version: ===================================== +//= 1.7 +//===== Compatible With: ===================================== +//= Any Athena Version; RO Episode 6+ +//===== Description: ========================================= +//= [Aegis COnversion] +//= Warp Points for Amatsu +//===== Additional Comments: ================================= +//= 1.7 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= Renamed warps for ease-of-reading. +//============================================================ + +amatsu,177,138,0 warp ama_house1-1 1,1,ama_in01,28,176 +ama_in01,31,176,0 warp ama_house1-2 1,1,amatsu,180,138 +amatsu,248,160,0 warp ama_house2-1 1,1,ama_in01,79,178 +ama_in01,76,178,0 warp ama_house2-2 1,1,amatsu,245,160 +amatsu,168,182,0 warp ama_warrior1-1 1,1,ama_in01,34,99 +ama_in01,34,96,0 warp ama_warrior1-2 1,1,amatsu,168,179 +amatsu,52,148,0 warp ama_deluxe1-1 1,1,ama_in01,88,97 +ama_in01,88,94,0 warp ama_deluxe1-2 1,1,amatsu,52,145 +amatsu,94,117,0 warp ama_tools1-1 1,1,ama_in01,30,24 +ama_in01,33,24,0 warp ama_tools1-2 1,1,amatsu,97,117 +amatsu,132,117,0 warp ama_weapon1-1 1,1,ama_in01,89,23 +ama_in01,86,23,0 warp ama_weapon1-2 1,1,amatsu,129,117 +amatsu,217,116,0 warp ama_tavern1-1 1,1,ama_in01,162,25 +ama_in01,157,25,0 warp ama_tavern1-2 1,1,amatsu,214,116 +ama_in01,166,73,0 warp ama_inn1-1 1,1,ama_in01,162,31 +ama_in01,162,34,0 warp ama_inn1-2 1,1,ama_in01,166,77 + +amatsu,85,235,0 warp ama_castle1-1 1,1,ama_in02,223,45 +ama_in02,226,45,0 warp ama_castle1-2 1,1,amatsu,88,235 +ama_in02,65,37,0 warp ama_castle2-1 1,1,ama_in02,195,41 +ama_in02,195,44,0 warp ama_castle2-2 1,1,ama_in02,65,40 +ama_in02,59,141,0 warp ama_castle3-1 1,1,ama_in02,56,41 +ama_in02,56,44,0 warp ama_castle3-2 1,1,ama_in02,59,144 +ama_in02,215,149,0 warp ama_castle4-1 1,1,ama_in02,59,156 +ama_in02,59,160,0 warp ama_castle4-2 1,1,ama_in02,215,152 +ama_in02,126,164,0 warp ama_castle5-1 1,1,ama_in02,219,161 +ama_in02,222,161,0 warp ama_castle5-2 1,1,ama_in02,129,164 + +//============================================================ +// Old changelog +//============================================================ +//= 1.3 Fixed a warp-back [erKURITA] +//= 1.4 Added Ninja's Warps. Thanks to RockmanEXE for the info. [erKURITA] +//= 1.5 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] +//= 1.6 Moved Job Quest related warps to proper file. [L0ne_W0lf] +//============================================================ |