Skip to content

Commit

Permalink
feat: update yasir shop offers
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr committed Feb 6, 2025
1 parent 2a5a0e7 commit b189f34
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions data-otservbr-global/npc/yasir.lua
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,33 @@ npcConfig.shop = {
{ itemName = "young lich worm", clientId = 31590, sell = 25000 },
{ itemName = "zaogun flag", clientId = 10413, sell = 600 },
{ itemName = "zaogun shoulderplates", clientId = 10414, sell = 150 },
{ itemName = "strange substance", clientId = 44740, sell = 810 },
{ itemName = "encrypted notes", clientId = 44739, sell = 620 },
{ itemName = "staff piece", clientId = 44741, sell = 560 },
{ itemName = "idol of the forge", clientId = 44742, sell = 950 },
{ itemName = "bulltaur hoof", clientId = 44737, sell = 540 },
{ itemName = "bulltaur armor scrap", clientId = 44738, sell = 480 },
{ itemName = "bulltaur horn", clientId = 44736, sell = 385 },
{ itemName = "crystal of the Mitmah", clientId = 44439, sell = 280 },
{ itemName = "gold-brocaded cloth", clientId = 40529, sell = 175 },
{ itemName = "broken Mitmah necklace", clientId = 44438, sell = 210 },
{ 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 b189f34

Please sign in to comment.