From 873eb39d57b46f9f53465568ea704f9d3dfd7bba Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 4 Jun 2015 16:50:04 +0530 Subject: Added WoE Teleport Scroll, and fixes its typo Signed-off-by: Haru --- db/pre-re/item_db.conf | 5 +++-- db/re/item_db.conf | 3 ++- npc/other/CashShop_Functions.txt | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index bd7a699fa..ab7adae4e 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -67549,10 +67549,11 @@ item_db: ( { Id: 12444 AegisName: "F_Dun_Tele_Scroll1" - Name: "F Dun Tele Scroll1" + Name: "WoE Teleport Scroll1" Type: 2 Buy: 0 Weight: 10 + Script: <" callfunc "F_CashSiegeTele"; "> }, { Id: 12445 @@ -87771,7 +87772,7 @@ item_db: ( Nouse: { sitting: true } - Script: <" callfunc "F_CashSeigeTele"; "> + Script: <" callfunc "F_CashSiegeTele"; "> }, { Id: 14592 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index dc9562f43..0b06a61db 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -83610,6 +83610,7 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Script: <" callfunc "F_CashSiegeTele"; "> }, { Id: 12445 @@ -112298,7 +112299,7 @@ item_db: ( Nouse: { sitting: true } - Script: <" callfunc "F_CashSeigeTele"; "> + Script: <" callfunc "F_CashSiegeTele"; "> }, { Id: 14592 diff --git a/npc/other/CashShop_Functions.txt b/npc/other/CashShop_Functions.txt index f71245ad6..f87b191b3 100644 --- a/npc/other/CashShop_Functions.txt +++ b/npc/other/CashShop_Functions.txt @@ -233,7 +233,7 @@ function script F_CashTele { //============================================================ // - Warp player to selected guild castle. // - No arguments. -function script F_CashSeigeTele { +function script F_CashSiegeTele { switch(select("Neuschwanstein (aldeg_cas01):Hohenschwangau (aldeg_cas02):Nuernberg (aldeg_cas03):Wuerzburg (aldeg_cas04):Rothenburg (aldeg_cas05):Repherion (gefg_cas01):Eeyorbriggar (gefg_cas02):Yesnelph (gefg_cas03):Bergel (gefg_cas04):Mersetzdeitz (gefg_cas05):Bright Arbor (payg_cas01):Sacred Altar (payg_cas02):Holy Shadow (payg_cas03):Scarlet Palace (payg_cas04):Bamboo Grove Hill (payg_cas05):Kriemhild (prtg_cas01):Swanhild (prtg_cas02):Fadhgridh (prtg_cas03):Skoegul (prtg_cas04):Gondul (prtg_cas05)")) { case 1: warp "alde_gld",48,91; end; case 2: warp "alde_gld",103,245; end; -- cgit v1.2.3-60-g2f50