Hi
I'm looking for this list. I know that (usually) the selling price is a third of the buying price. In particular, I'm interested in excellent and set items, for example:
Vicious's Dragon Pants -> 12.000
Warrior's Leather Helm -> 100
I suppose that the selling price of enhanced items is computed from the base price, for example:
Vicious's Dragon Pants +4 +Luck +16 -> f(12.000, 4, luck, 16)
Warrior's Leather Helm +10 +8 -> f(100, 10, noluck, 8)
where f is the formula I'm also looking for.
I can't find this information on any client or server file. Maybe it's hardcoded on a .exe
Of course, I can build the list from the game but it'll take a lot of time and I don't have a running server to edit items and take notes of their prices.
[FONT=noto, Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif]I really appreciate any help you can provide.[/FONT]
I'm looking for this list. I know that (usually) the selling price is a third of the buying price. In particular, I'm interested in excellent and set items, for example:
Vicious's Dragon Pants -> 12.000
Warrior's Leather Helm -> 100
I suppose that the selling price of enhanced items is computed from the base price, for example:
Vicious's Dragon Pants +4 +Luck +16 -> f(12.000, 4, luck, 16)
Warrior's Leather Helm +10 +8 -> f(100, 10, noluck, 8)
where f is the formula I'm also looking for.
I can't find this information on any client or server file. Maybe it's hardcoded on a .exe
Of course, I can build the list from the game but it'll take a lot of time and I don't have a running server to edit items and take notes of their prices.
[FONT=noto, Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif]I really appreciate any help you can provide.[/FONT]