Kincy Posted January 24, 2023 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 07/27/16 Last Seen: January 25, 2023 Share Posted January 24, 2023 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, 2023 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted January 26, 2023 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...
Question
Kincy
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
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.