diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-08 19:30:07 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-08 19:30:07 +0000 |
commit | 31825ccc2dde034a218d9ad466dd721c40b5651d (patch) | |
tree | 961b976e45988f7f7158d33b3f11a18688f34b1f /npc/pre-re/warps/cities/umbala.txt | |
parent | 22c75b070526de8b103032f5bf13504af81e0095 (diff) | |
download | hercules-31825ccc2dde034a218d9ad466dd721c40b5651d.tar.gz hercules-31825ccc2dde034a218d9ad466dd721c40b5651d.tar.bz2 hercules-31825ccc2dde034a218d9ad466dd721c40b5651d.tar.xz hercules-31825ccc2dde034a218d9ad466dd721c40b5651d.zip |
Okie ladies and gentleman if this commit breaks anything it's jman's and maki's fault, yes, blame them.
Fixing pre-re / re npc support, moving /config/ folder to src root so other servers may also make use of the #define renewal dir and other stuff.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16382 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/pre-re/warps/cities/umbala.txt')
-rw-r--r-- | npc/pre-re/warps/cities/umbala.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/npc/pre-re/warps/cities/umbala.txt b/npc/pre-re/warps/cities/umbala.txt new file mode 100644 index 000000000..fee11e26a --- /dev/null +++ b/npc/pre-re/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 |