Updated the dungeon teleport scroll menu.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13068 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
4b57918f24
commit
f307b56ef2
@ -1,5 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2008/08/11
|
||||||
|
* Rev. 13068 Updated the dungeon teleport scroll menu. [L0ne_W0lf]
|
||||||
2008/08/10
|
2008/08/10
|
||||||
* Rev. 13065 Updated Cashshop functions. [L0ne_W0lf]
|
* Rev. 13065 Updated Cashshop functions. [L0ne_W0lf]
|
||||||
* Fixed: several typos (bugreport:2029 bugreport:2023) [Yommy]
|
* Fixed: several typos (bugreport:2029 bugreport:2023) [Yommy]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.1
|
//= 1.2
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -18,6 +18,7 @@
|
|||||||
//= 1.1 Updated Dungeon Teleport Scroll. [L0ne_W0lf]
|
//= 1.1 Updated Dungeon Teleport Scroll. [L0ne_W0lf]
|
||||||
//= Added Town Teleport Scroll Function
|
//= Added Town Teleport Scroll Function
|
||||||
//= Added Seige Teleport Scroll Function
|
//= Added Seige Teleport Scroll Function
|
||||||
|
//= 1.2 Updated the dungeon teleport scroll menu. [L0ne_w0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Kafra Card
|
// Kafra Card
|
||||||
@ -78,7 +79,7 @@ function script F_CashReset {
|
|||||||
// due to lack of information.
|
// due to lack of information.
|
||||||
// - No arguments.
|
// - No arguments.
|
||||||
function script F_CashDungeon {
|
function script F_CashDungeon {
|
||||||
switch(select("Nogg Road:Mjolnir Dead Pit:Umbala Dungeon:Payon Caves:Toy Factory:Glast Heim Prison:Louyang Dungeon:Kunlun Dungeon:Izlude Undersea Tunnel:Turtle Island:Clocktower 3F:Clocktower B3F:Glast Heim Sewers 2F:Sphinx Dungeon 4F:Pyramid Dungeon 4F:Prontera Culverts 3F:Amatsu Dungeon 1F:Somatology Laboratory 1F:Ayotaya Dungeon 2F"))
|
switch(select("Nogg Road:Mjolnir Dead Pit:Umbala Dungeon:Einbroch Mine Dungeon:Payon Dungeon:Toy Dungeon:Glast Heim Underprison:Louyang Dungeon:Hermit's Checkers:Izlude Dungeon:Turtle Island Dungeon:Clock Tower B3f:Clock Tower 3f:Glast Heim Culvert 2f:Sphinx Dungeon 4f:Inside Pyramid 4f:Prontera Culvert 3f:Amatsu Dungeon 1f (Tatami Maze):Somatology Laboratory 1st floor:Ayothya Ancient Shrine 2nd floor"))
|
||||||
{
|
{
|
||||||
case 1: warp "mag_dun01",125,71; end; // Nogg Road
|
case 1: warp "mag_dun01",125,71; end; // Nogg Road
|
||||||
case 2: warp "mjo_dun02",80,297; end; // Mjolnir Dead Pit
|
case 2: warp "mjo_dun02",80,297; end; // Mjolnir Dead Pit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user