summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2025-01-30 00:32:40 -0300
committerJesusaves <cpntb1@ymail.com>2025-01-30 00:32:40 -0300
commit67d9156928132a6253bec6d03a6e63b6cbb96543 (patch)
tree1e682b85fa5cdf00384a8387517934a556cb317f
parent6177ebbecb198917f7ca6b4eb46f1006c3313235 (diff)
downloadserverdata-67d9156928132a6253bec6d03a6e63b6cbb96543.tar.gz
serverdata-67d9156928132a6253bec6d03a6e63b6cbb96543.tar.bz2
serverdata-67d9156928132a6253bec6d03a6e63b6cbb96543.tar.xz
serverdata-67d9156928132a6253bec6d03a6e63b6cbb96543.zip
Update the items which Merchant Guild may ask.
-rw-r--r--npc/functions/bank.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/bank.txt b/npc/functions/bank.txt
index 6459eed36..b079e6445 100644
--- a/npc/functions/bank.txt
+++ b/npc/functions/bank.txt
@@ -469,8 +469,8 @@ function script MerchantQuest {
break;
// Purchase goods
case 3:
- // TODO: List with items which are sold
- .@item=any(YellowDye, Knife, InfantryHelmet, LeatherGloves, SilkRobe, CroconutBox, FishBox);
+ // Most can be bought or found in Candor, Tulimshar, Nivalis or LoF
+ .@item=any(YellowDye, Knife, InfantryHelmet, LeatherGloves, SilkRobe, CroconutBox, FishBox, Coal, IronIngot, Aquada, Ruby, Diamond, Beer, ShortSword, LeatherShirt, ShortBow, ArrowAmmoBox, LOFCoin, TrainingWand, DesertHat, LousyMoccasins);
mesc l("The merchant guild needs %s! Purchase it and deliver at the nearest merchant guild member!", getitemlink(.@item));
next;
mesc l("Accept request?");