summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-20 02:59:50 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-20 02:59:50 -0200
commit06a78b572711e952474962aa76ed976d2e164a52 (patch)
tree3bad8c556dab5bf3945d95d87884b73311dad107
parent4eac57bf613555236a124ced094fd382d48f479e (diff)
downloadserverdata-06a78b572711e952474962aa76ed976d2e164a52.tar.gz
serverdata-06a78b572711e952474962aa76ed976d2e164a52.tar.bz2
serverdata-06a78b572711e952474962aa76ed976d2e164a52.tar.xz
serverdata-06a78b572711e952474962aa76ed976d2e164a52.zip
Currently, only withdraw conditions are implemented at HH
-rw-r--r--db/re/item_db.conf10
-rw-r--r--npc/018-2-1/warps.txt2
2 files changed, 11 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 95ff523c3..4119e0015 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -4514,6 +4514,16 @@ item_db: (
Sell: 60
Weight: 25
},
+{
+ Id: 887
+ AegisName: "HeroCoin"
+ Name: "Hero Coin"
+ Type: "IT_ETC"
+ Buy: 100000
+ Sell: 0
+ Weight: 0
+ ViewSprite: 887
+},
// <!-- Necklaces -->
{
Id: 1000
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt
index ac07586c1..3ac498b4f 100644
--- a/npc/018-2-1/warps.txt
+++ b/npc/018-2-1/warps.txt
@@ -91,7 +91,7 @@ OnTouch:
mes l("It is NOT designed for noobs. It is for the pain-seeking pro adventurers who laugh at death, and see danger as fun.");
next;
mesn;
- mes l("The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.", getitemlink(StrangeCoin));
+ mes l("The monsters on each Heroes Hold Dungeon will drop @@, a coin which can only be found here.", getitemlink(HeroCoin));
next;
mesn;
mes l("Use these coins to exchange for stuff. But beware: Each dungeon difficulty will increase the coin drop in a order of magnitude.");