diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-26 00:29:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-26 00:29:00 -0300 |
commit | c512eebefec7859d85578477e42479abf58280b4 (patch) | |
tree | 8dae440d953b6c34ace177f8dbad98a29c456997 | |
parent | 93e46ffe5fec40115ffcf4eef41a8bd4047bd0f7 (diff) | |
download | serverdata-c512eebefec7859d85578477e42479abf58280b4.tar.gz serverdata-c512eebefec7859d85578477e42479abf58280b4.tar.bz2 serverdata-c512eebefec7859d85578477e42479abf58280b4.tar.xz serverdata-c512eebefec7859d85578477e42479abf58280b4.zip |
Hopefully fix coin shops
-rw-r--r-- | db/constants.conf | 3 | ||||
-rw-r--r-- | npc/001-1/rewards.txt | 2 | ||||
-rw-r--r-- | 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$); |