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/re/warps/cities/umbala.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/re/warps/cities/umbala.txt')
-rw-r--r-- | npc/re/warps/cities/umbala.txt | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/npc/re/warps/cities/umbala.txt b/npc/re/warps/cities/umbala.txt deleted file mode 100644 index fee11e26a..000000000 --- a/npc/re/warps/cities/umbala.txt +++ /dev/null @@ -1,38 +0,0 @@ -//===== rAthena Script ======================================= -//= Umbala Warp Script -//===== By: ================================================== -//= Darkchild (1.0v A) -//= Athena (1.0v B) -//= 1.1 (Akaru) -//= Nana (1.2) -//===== Current Version: ===================================== -//= 1.2 -//===== Compatible With: ===================================== -//= Any Athena Version; RO Episode 6+ -//===== Description: ========================================= -//= [Aegis COnversion] -//= Warp Points for Umbala -//===== Additional Comments: ================================= -//= 1.3 Rescripted to Aegis 10.3 Standards. [L0nE_W0lf] -//============================================================ - -umbala,68,253,0 warp um_chief1-1 1,1,um_in,38,113 -um_in,38,110,0 warp um_chief1-2 1,1,umbala,66,250 -umbala,138,129,0 warp um_tool1-1 1,1,um_in,99,114 -um_in,99,111,0 warp um_tool1-2 1,1,umbala,136,127 -umbala,125,157,0 warp um_weapon1-1 1,1,um_in,155,114 -um_in,155,111,0 warp um_weapon1-2 1,1,umbala,126,154 -umbala,94,186,0 warp um_houseA1-1 1,1,um_in,141,42 -um_in,141,39,0 warp um_houseA1-2 1,1,umbala,94,183 -umbala,100,203,0 warp um_houseA2-1 1,1,um_in,163,69 -um_in,166,69,0 warp um_houseA2-2 1,1,umbala,102,205 -umbala,107,130,0 warp um_houseB1-1 1,1,um_in,99,66 -um_in,99,63,0 warp um_houseB1-2 1,1,umbala,108,127 -umbala,220,189,0 script um_shaman1-1 45,1,1,{ -OnTouch: - if (event_umbala == 7) { - warp "um_in",32,71; - } - end; -} -um_in,29,71,0 warp um_shaman2-1 1,1,umbala,217,186 |