From c512eebefec7859d85578477e42479abf58280b4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 26 Mar 2018 00:29:00 -0300 Subject: Hopefully fix coin shops --- db/constants.conf | 3 +++ npc/001-1/rewards.txt | 2 +- npc/003-1/ninathetraveler.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/db/constants.conf b/db/constants.conf index 3ae56b371..a79267fef 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4004,6 +4004,9 @@ constants_db: { NPC_M_SHOPKEEPER: 811 NPC_F_SHOPKEEPER: 812 + NPC_M_COINKEEPER: 813 + NPC_F_COINKEEPER: 814 + NPC_SAVE_POINT: 901 NPC_LEFT_HAMMOCK: 904 NPC_RIGHT_HAMMOCK: 905 diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 447bbefb1..3da27504f 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -4,7 +4,7 @@ // Description: // Trades Strange Coins for useful items -001-1,243,26,0 script Aeros Trader NPC_M_SHOPKEEPER,{ +001-1,243,26,0 script Aeros Trader NPC_M_COINKEEPER,{ mesn; mesq l("Oh, hello there! Welcome to the Mana Plain Of Existence!"); next; diff --git a/npc/003-1/ninathetraveler.txt b/npc/003-1/ninathetraveler.txt index 628922c38..3a9ef7dd3 100644 --- a/npc/003-1/ninathetraveler.txt +++ b/npc/003-1/ninathetraveler.txt @@ -4,7 +4,7 @@ // Description: // The Travelers travel around the world telling stories. -003-1,56,143,0 script Nina The Traveler NPC_FEMALE,{ +003-1,56,143,0 script Nina The Traveler NPC_F_COINKEEPER,{ mesn; if (strcharinfo(0) == $MOST_HEROIC$) mesq l("Wow! Are you @@? Everyone, in every city, talks about you!", $MOST_HEROIC$); -- cgit v1.2.3-70-g09d2