diff options
-rw-r--r-- | db/re/item_db.conf | 10 | ||||
-rw-r--r-- | npc/018-2-1/warps.txt | 2 |
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."); |