Kincy Posted January 24 Share Posted January 24 Hello dear friends of rAthena, I have a question, how do I edit the values in (zeny) of the sale of all items in the NPC. For example, I'd like to make items that would be worth 200,000 zeny on the NPC start being worth 300 zeny. Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted January 26 Share Posted January 26 if the shop is reading the buy/sell (default) value from item_db, then edit the item_db info # Buy Buying price. When not specified, becomes double the sell price. (Default: 0) # Sell Selling price. When not specified, becomes half the buy price. (Default: 0) if the shop is readying the buy/sell value from the npc script, then edit the amount in the npc script if its value is -1, meant it read the default value from item_db Quote Link to comment Share on other sites More sharing options...
Hello dear friends of rAthena, I have a question, how do I edit the values in (zeny) of the sale of all items in the NPC.
For example, I'd like to make items that would be worth 200,000 zeny on the NPC start being worth 300 zeny.
Link to comment
Share on other sites