on the market in direwolf when you try to list something and your on the screen where you give the item an amount and a price 2-9 keys don't work properly. as when i click on one of those numbers the price skyrocket or the amount goes to a stack. one example is when i click 9 the price goes to 10001 instead of 10. this i have tried on a couple of different items and got another player to try it out to and in both cases this happens.
First time I noticed it was Tuesday but I thought it just was my client and if I waited a day it would be fixed but that isn't the case
Managed to recreate this issue really simply, price starts at 1 MyM's then you press the 9 key and it jumps to 10,001 MyM's
Easy fix, make sure you have number lock on. Otherwise it will perform the function printed on the key instead of the number. Edit... f.y.i. 10,001 is the max selling price.
It's actually not a bug, with the last update a config option got added for it: Code: '1': 1 '2': 5 '3': 10 '4': 50 '5': 100 '6': 500 '7': 1000 '8': 5000 '9': 10000 So if you press 1 it adds but if you press 3 it adds 10...
are you able to change the config back so thats its 1=1 2=2 3=3 etc... as that makes a lot more sense?