victorfa1 Posted October 7, 2012 Posted October 7, 2012 How do i add cash points to someone? is #cash charname ammount? or i need to log in the player account to do it? or can i do it via MySQL? Quote
Emistry Posted October 7, 2012 Posted October 7, 2012 use a GM Character .... #cash <name> <amount> you can also do it in SQL / NPC / etc...... Quote
Bin4ry Posted October 7, 2012 Posted October 7, 2012 (edited) #cash "<character name>" <amount> You only have to put "" if the character name has space in between. Edited October 7, 2012 by darristan 1 Quote
Jezu Posted October 7, 2012 Posted October 7, 2012 You can also add a cash points thru phpmyadmin go to `global_reg_value` then click 'Insert' for String = #CASHPOINTS for Account ID = Account Id that you want to be put a cash points and amount. 1 Quote
slackerekcah Posted December 11, 2012 Posted December 11, 2012 You can also add a cash points thru phpmyadmin go to `global_reg_value` then click 'Insert' for String = #CASHPOINTS for Account ID = Account Id that you want to be put a cash points and amount. Example please ? and which is to leave it blank ? Quote
Jezu Posted December 12, 2012 Posted December 12, 2012 (edited) You can also add a cash points thru phpmyadmin go to `global_reg_value` then click 'Insert' for String = #CASHPOINTS for Account ID = Account Id that you want to be put a cash points and amount. Example please ? and which is to leave it blank ? Yep, leave it all blank, just this 3 only. string box : #CASHPOINTS account_id: the account id you want to get cash points value: the value of cash points Edited December 12, 2012 by Jezu Quote
Question
victorfa1
How do i add cash points to someone? is #cash charname ammount? or i need to log in the player account to do it?
or can i do it via MySQL?
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.