summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-02 00:48:43 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-02 00:48:43 +0000
commitda394bc04da4c5dceda33f2f2874c5f902513d1e (patch)
tree8ab588d8b9db6c430b391ea30b2130c1908ccc48
parentd913e1ac5c1a6ccd96732fa6f9f4123e1f5f3dbd (diff)
downloadhercules-da394bc04da4c5dceda33f2f2874c5f902513d1e.tar.gz
hercules-da394bc04da4c5dceda33f2f2874c5f902513d1e.tar.bz2
hercules-da394bc04da4c5dceda33f2f2874c5f902513d1e.tar.xz
hercules-da394bc04da4c5dceda33f2f2874c5f902513d1e.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5857 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/cities/umbala.txt7
2 files changed, 6 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index a9af6ec94..c84def7c9 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -26,6 +26,8 @@ Nexon
== Changelog ==
Date Added
+04/02
+ * Umbala Bungee Jump - Warps you to Niff with 1HP no watter what [Lance]
03/30
* Fixed refiner full price display, thanks to S4Sly [Vicious]
* Training ground giving 5 kafra storage/teleport pass [Vicious]
diff --git a/npc/cities/umbala.txt b/npc/cities/umbala.txt
index 50331487b..fd4df7962 100644
--- a/npc/cities/umbala.txt
+++ b/npc/cities/umbala.txt
@@ -27,7 +27,8 @@
//= 1.4 - Fixed some wrong item names [Lupus]
//= 1.5 – Spell Checked [massdriller]
//= 1.6 - Fixed item names, added a chance to get to Niflheim via Jumping Bungy Area [Lupus]
-//= 1.7 Fixed bugs and exploits [Lupus]
+//= 1.7 - Fixed bugs and exploits [Lupus]
+//= 1.8 - Warps you to Niff with 1HP [Lance]
//============================================================
@@ -1663,9 +1664,9 @@ L3:
end;
L4:
-//HP99% Damage, warp to Niflheim
+//1 HP left, warp to Niflheim
mapannounce "umbala.gat","Bungy Jumping Area: " + strcharinfo(0) + " : No-o!",8;
- percentheal -99,0;
+ heal -HP+1,0;
warp "nif_in.gat",69,15;
end;
}