diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-04 16:50:04 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-25 13:19:53 +0200 |
commit | 873eb39d57b46f9f53465568ea704f9d3dfd7bba (patch) | |
tree | 06f8ab2227cd71d16fdc323b00e2cec2e66c0e58 | |
parent | 0d71a641487ac45a11e9613133270374d5b530d3 (diff) | |
download | hercules-873eb39d57b46f9f53465568ea704f9d3dfd7bba.tar.gz hercules-873eb39d57b46f9f53465568ea704f9d3dfd7bba.tar.bz2 hercules-873eb39d57b46f9f53465568ea704f9d3dfd7bba.tar.xz hercules-873eb39d57b46f9f53465568ea704f9d3dfd7bba.zip |
Added WoE Teleport Scroll, and fixes its typo
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r-- | db/pre-re/item_db.conf | 5 | ||||
-rw-r--r-- | db/re/item_db.conf | 3 | ||||
-rw-r--r-- | 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; |