From f61e8c4c062129dc17b7cad69c6a48f68f08b347 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Apr 2020 11:03:19 -0300 Subject: Preparatives from client-data, but now server-sided --- db/constants.conf | 1 + db/re/item_db.conf | 18 ++++++++++++++++++ db/re/mob_db.conf | 3 +-- 3 files changed, 20 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index a26faca57..f6618253a 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4014,6 +4014,7 @@ constants_db: { NPC_ICE_CAGE: 253 NPC_INJURIED_GIRL: 254 NPC_BARBARA_CRY: 255 + NPC_KING_ARTHUR: 256 // TMW-BR Non Animated NPCs NPC_SHOPPAKEP: 301 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1457a71eb..a3b3ed0ae 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5319,6 +5319,24 @@ item_db: ( Sell: 7500 Weight: 1 }, +{ + Id: 915 + AegisName: "GuildCoin" + Name: "Guild Coin" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 +}, +{ + Id: 916 + AegisName: "LOFCoin" + Name: "LoF Coin" + Type: "IT_ETC" + Buy: 10000 + Sell: 3500 + Weight: 0 +}, // { Id: 1000 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 9da9bcb78..ef56c41ab 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1548,7 +1548,6 @@ mob_db: ( FrozenYetiTear: 10000 StrangeCoin: 7000 StrangeCoin: 4000 - StrangeCoin: 1000 AnimalBones: 1500 BronzeGift: 1000 SilverGift: 500 @@ -8251,7 +8250,7 @@ mob_db: ( Drops: { FrozenYetiTear: 10000 AnimalBones: 8000 - StrangeCoin: 7000 + StrangeCoin: 4000 BronzeGift: 2000 SilverGift: 1000 MercBoxA: 100 -- cgit v1.2.3-60-g2f50