Hey guys, I can't figure out how to edit the Price of items
Let's say I want to edit :
Rainbow Axe Forge = 24,000 Sell = 10,957
Here's a few other number
Bone Axe 150 245
Iron Axe 560 522
Silver Axe 2,000 1,210
Stone Axe 7,980 3,987
I've changed every 10957 in the iso (2ACD, and in little-indian CD2A) both didn't work.
I tried doing 10957 x 2 , sometime it uses 1/2 the value, I can't remember where I've seen it for money but I think it's related to Newgame+ (just like enemy's HP do) didn't work either,
I also found out in the script to buy the Masterhammer for 10000 (2710) or (1027), the value was actually (10A7) , so I looked for (CDAA)
if 2710 -> 1027 -> 10A7
2ACD -> CD2A -> CDAA
Still no luck changing every CDAA in game (lots of visual glitch but price didn't changed) xP
Scanning through
0197.smith_shop_goods_list.out Y 5698 Y 5698
0198.smith_shop_costs_list.out Y 5700 Y 5700
I made these lists
https://drive.google.com/open?id=1_VndbWN-sTNuI2W2UVszkzdhJH-bhJU0I Found that the number of mats it cost to forge the corresponding Item, will affect the Forge Price but Not the Sell Price. (I listed the mats price in the Weapon Forge Cost)
The way it calculates the price of an Item is using the (let's call it) "Main" mats and multiplies it buy the number of total mats. (Sorry sounds dump at first) but here's an example :
If I make an item cost 10x Bones and 1x Rainbow Shell to forge, the price will be the same as 11 Rainbow Shell (11 x 2400 = 26400)
I'll keep looking around
0197.smith_shop_goods_list.out
0198.smith_shop_costs_list.out
I think it should be somewhere there.
I have all the Element Shop listed, it's very easy to edit Element price
but sadly it is not build the same way as blacksmith's Shop >.<
Ideally I'd like to change everything (Forge/Sell)
If anyone knows something about this don't hesitate to let us know : ) thx!