[Help]See inside

There's a table there... I think it's dbo.GoodsListInfo There's a column there that says "Cash", with allowed values of "True" or "False" (boolean). Change all of them to "False" so you won't have to deal with cash...

this is the only method I know. sorry.
 
There's a table there... I think it's dbo.GoodsListInfo There's a column there that says "Cash", with allowed values of "True" or "False" (boolean). Change all of them to "False" so you won't have to deal with cash...

this is the only method I know. sorry.
Offtopic- Do i know u..?
Second i like ur style u have Figured out stuff allready. Second yes its Dbo.goodslistinfo. u can edit the cash to GP if thats what u wish to do insteed of Cash. Else u can get the Cash Working like i did but that u will have to figure out yourself ;D
 
Offtopic:
I do not know if you know me.

Anyway, if you're dearly serious, you can code yourself a program that directly accesses your account file. Could be possible with Visual.Net++
 
Ah.
Try making a column under the dbo.users table, named "Cash", value: int, not null. Put in a value there, any amount. try and see if it will work.
 
are you trying to make it usable to the public? if it's just you (or those with access to the SQL database) you could just use the table, the goodsinfo I think, the one with the long list of Item ID's, find the one you want and add them to your inventory in the other goods table.

if you want to have this public and in game, then I'm not sure yet, I'm trying to do that also. lol
 
Back