[Modding] change the price of items in the stores

04/01/2020 13:46 redbull2905#1
Hi, I have a little problem. I currently create resistors by adding the zts and all but the problem is that when I want to sell this item which I defined at 5000,000 but it shows me 2315 golds. I would like it to be displayed 5000,000. Could you tell me what the .NOS file is and what needs to be changed

[Only registered and activated users can see links. Click Here To Register...]
04/01/2020 14:58 Irelia<3#2
@[Only registered and activated users can see links. Click Here To Register...] you must parse the new item with a parser :) with your .NOS Modded Content.
04/02/2020 15:10 redbull2905#3
We cannot do it directly by modifying a .NOS file ?
04/02/2020 15:15 fantasy942#4
Quote:
Originally Posted by redbull2905 View Post
We cannot do it directly by modifying a .NOS file ?
[Only registered and activated users can see links. Click Here To Register...]

On this example, 5000 is the price that u see on the item desc.
04/02/2020 16:16 redbull2905#5
I already know for here

[Only registered and activated users can see links. Click Here To Register...]

I speak for here

[Only registered and activated users can see links. Click Here To Register...]
04/02/2020 16:50 Irelia<3#6
@[Only registered and activated users can see links. Click Here To Register...]2905

#NSlangData [_code_lang_list (ztsXXXe)] <------ in the language datafile
search: 3.000.000

#i think#
04/02/2020 17:20 Bejine#7
Selling price is 5% of the RMB description price.
You have low dignity on your character, so the price is even lower than 5%.
Only item with "Sell item" types have their shop price the same as the RMB one.
It's hardcoded in the client.
You could change it on the server side so when you sell you will get the full price, but it will still show 5% in the equipment window.