From 8832adba3ec9df0f7f890154f69f0993b8d1d8e5 Mon Sep 17 00:00:00 2001 From: daegaladh Date: Wed, 1 Aug 2012 04:29:56 +0000 Subject: 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 --- npc/warps/cities/umbala.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 npc/warps/cities/umbala.txt (limited to 'npc/warps/cities/umbala.txt') diff --git a/npc/warps/cities/umbala.txt b/npc/warps/cities/umbala.txt new file mode 100644 index 000000000..fee11e26a --- /dev/null +++ b/npc/warps/cities/umbala.txt @@ -0,0 +1,38 @@ +//===== 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 -- cgit v1.2.3-70-g09d2