[DiscordArchive] Maybe something whacky with:
[DiscordArchive] Maybe something whacky with:
Archived author: Kitzunu • Posted: 2019-11-28T17:15:21.598000+00:00
Original source
Maybe something whacky with:
price = pProto->BuyPrice * count; //it should not exceed MAX_MONEY_AMOUNT
`?
Archived author: Deleted User • Posted: 2019-11-28T17:15:34.772000+00:00
Original source
first i must check dbc data
Archived author: Kitzunu • Posted: 2019-11-28T17:16:20.595000+00:00
Original source
I think DBC is fine, for example item 44835 has Buyprice = 10 Buycount = 5
Archived author: Kitzunu • Posted: 2019-11-28T17:17:00.545000+00:00
Original source
afaik that price matches to what it was/is in retail
Archived author: Deleted User • Posted: 2019-11-28T17:19:12.544000+00:00
Original source
testing a fix
Archived author: Deleted User • Posted: 2019-11-28T17:20:41.238000+00:00
Original source
ok i fixed it but i think need indepth testing
Archived author: Kitzunu • Posted: 2019-11-28T17:20:57.309000+00:00
Original source
I tried to do price = pProto->BuyPrice but that caused another problem of if you shift click to buy more than 1 set of something (forexample if you mass buy 2 stacks) it would not calculate the extra money
Archived author: Deleted User • Posted: 2019-11-28T17:21:46.580000+00:00
Original source
patch.diff
Archived author: Deleted User • Posted: 2019-11-28T17:22:06.298000+00:00
Original source
test that
Archived author: Kitzunu • Posted: 2019-11-28T17:22:24.276000+00:00
Original source
okay, give me a couple of minutes