Skip to content

Commit

Permalink
update shop offers
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr committed Feb 6, 2025
1 parent 77c06c8 commit 260f6a9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data-otservbr-global/npc/yasir.lua
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,20 @@ npcConfig.shop = {
{ itemName = "ritual tooth", clientId = 40528, sell = 135 },
{ itemName = "broken Mitmah chestplate", clientId = 44727, sell = 85000 },
{ itemName = "splintered Mitmah gem", clientId = 44728, sell = 225000 },
{ itemName = "taiyaki ice cream", clientId = 48273, sell = 6750 },
{ itemName = "wad of fairy floss", clientId = 48544, sell = 2910 },
{ itemName = "wafer paper flower", clientId = 48251, sell = 2350 },
{ itemName = "resinous fish fin", clientId = 48509, sell = 1250 },
{ itemName = "resin parasite", clientId = 48511, sell = 1450 },
{ itemName = "root tentacle", clientId = 48516, sell = 300000 },
{ itemName = "fish eye", clientId = 48517, sell = 500000 },
{ itemName = "amber souvenir", clientId = 48508, sell = 850 },
{ itemName = "beijinho", clientId = 48253, sell = 2780 },
{ itemName = "brigadeiro", clientId = 48252, sell = 2640 },
{ itemName = "churro heart", clientId = 48254, sell = 2680 },
{ itemName = "lime tart", clientId = 48255, sell = 1870 },
{ itemName = "pastry dragon", clientId = 48256, sell = 95000 },
{ itemName = "demon root", clientId = 48510, sell = 950 },
}
-- On buy npc shop message
npcType.onBuyItem = function(npc, player, itemId, subType, amount, ignore, inBackpacks, totalCost)
Expand Down

0 comments on commit 260f6a9

Please sign in to comment.