git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5857 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
715da93848
commit
b82c7a7b05
@ -26,6 +26,8 @@ Nexon
|
|||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
|
04/02
|
||||||
|
* Umbala Bungee Jump - Warps you to Niff with 1HP no watter what [Lance]
|
||||||
03/30
|
03/30
|
||||||
* Fixed refiner full price display, thanks to S4Sly [Vicious]
|
* Fixed refiner full price display, thanks to S4Sly [Vicious]
|
||||||
* Training ground giving 5 kafra storage/teleport pass [Vicious]
|
* Training ground giving 5 kafra storage/teleport pass [Vicious]
|
||||||
|
@ -27,7 +27,8 @@
|
|||||||
//= 1.4 - Fixed some wrong item names [Lupus]
|
//= 1.4 - Fixed some wrong item names [Lupus]
|
||||||
//= 1.5 – Spell Checked [massdriller]
|
//= 1.5 – Spell Checked [massdriller]
|
||||||
//= 1.6 - Fixed item names, added a chance to get to Niflheim via Jumping Bungy Area [Lupus]
|
//= 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;
|
end;
|
||||||
|
|
||||||
L4:
|
L4:
|
||||||
//HP99% Damage, warp to Niflheim
|
//1 HP left, warp to Niflheim
|
||||||
mapannounce "umbala.gat","Bungy Jumping Area: " + strcharinfo(0) + " : No-o!",8;
|
mapannounce "umbala.gat","Bungy Jumping Area: " + strcharinfo(0) + " : No-o!",8;
|
||||||
percentheal -99,0;
|
heal -HP+1,0;
|
||||||
warp "nif_in.gat",69,15;
|
warp "nif_in.gat",69,15;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user