victorfa1 Posted October 7, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 126 Reputation: 1 Joined: 09/14/12 Last Seen: February 10, 2015 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted October 7, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 7, 2012 use a GM Character .... #cash <name> <amount> you can also do it in SQL / NPC / etc...... Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted October 7, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share 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 Link to comment Share on other sites More sharing options...
Jezu Posted October 7, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share 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 Link to comment Share on other sites More sharing options...
slackerekcah Posted December 11, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 4 Reputation: 0 Joined: 11/09/12 Last Seen: December 12, 2012 Share 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 Link to comment Share on other sites More sharing options...
Jezu Posted December 12, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.