From 75732c9f26870604b0ef7c58c5af5e53fd268ca6 Mon Sep 17 00:00:00 2001 From: Playtester Date: Mon, 20 Apr 2009 18:49:51 +0000 Subject: * Various script updates - Removed the Acorn repeatable quest (got removed on iRO) - Re-enabled Umbala bungee jumping (bugreport:2978) - Fixed a reward in monster race (bugreport:2990) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13682 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/cities/umbala.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'npc/cities/umbala.txt') diff --git a/npc/cities/umbala.txt b/npc/cities/umbala.txt index 4a7329d0b..a6da88fd0 100644 --- a/npc/cities/umbala.txt +++ b/npc/cities/umbala.txt @@ -22,7 +22,6 @@ //= 1.9 - Moved Umbala Event, Create Essence/Dismantle Stone, and Skeletal Gate to npc/quests/quests_umbala.txt [Evera] //= 2.0 - Removed duplicates, max NPC name length is 23, so Utan Tribe Young Adult#1, the 1 is skipped [Toms] //= 2.1 - Updated to Aegis 10.3 standards. [L0ne_W0lf] -//= - Disabled warping to Niflheim from the bungee jump, uncomment to reenable. //============================================================ comodo,170,137,7 script La Ed#um 84,{ @@ -1021,10 +1020,10 @@ OnTouch: mapannounce "umbala","Bungee Jump: "+strcharinfo(0)+" : Wooooooaaaaaaaaaaaaaahhhhhhhhhhhh~~~~~~!",bc_map; end; case 3: - //if (rand(1,2) == 2) { - // percentheal -99,0; - // warp "nif_in",69,15; - //} + if (rand(1,2) == 2) { + percentheal -99,0; + warp "nif_in",69,15; + } end; } } -- cgit v1.2.3-70-g09d2