Cash Shop Price Limits

Newbie Spellweaver
Joined
May 12, 2017
Messages
58
Reaction score
17
I went through editing cash shop and edited some prices and discovered you cant price any item above 50 million or so. it will return an error "cash related : db error" on client side. did someone experienced this error?
 
Joined
Apr 28, 2005
Messages
6,953
Reaction score
2,420
50 million? that's a lot of credits...

Maybe try running SQL profiler and seeing what queries run when you re-produce the error, then try executing it manually in MSSQL. If its a DB level error you'll see the error after the query / stored proc is ran for it.

Personally I'd just scale your numbers back a bit... =)
 
Upvote 0
Newbie Spellweaver
Joined
May 12, 2017
Messages
58
Reaction score
17
actually i figured it out. the limit to cash shop can handle is 999,999

put 1,000,000 price on any item it will return db error
 
Upvote 0