Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Req] Reset Gold Inventory/Locket Script please

Joined
Aug 15, 2012
Messages
765
Reaction score
135
Use RanGame1
SELECT ChaInfo
SET ChaMoney = '0'

Use RanGame1
SELECT UserInven
SET UserMoney = '0'

Re-check database for variable name im not sure with this variable names.
 
Upvote 0
Experienced Elementalist
Joined
Mar 23, 2013
Messages
244
Reaction score
6
Use RanGame1
SELECT ChaInfo
SET ChaMoney = '0'

Use RanGame1
SELECT UserInven
SET UserMoney = '0'

Re-check database for variable name im not sure with this variable names.

Msg 102, Level 15, State 1, Line 3Incorrect syntax near '='.Msg 102, Level 15, State 1, Line 7Incorrect syntax near '='.
 
Upvote 0
Back
Top