Kurokami Posted February 6, 2016 Share Posted February 6, 2016 Hi, How can I set the permanent player variable without the use of SQL? ex. I want to give Zeny to an offline player Quote Link to comment Share on other sites More sharing options...
0 Brian Posted February 7, 2016 Share Posted February 7, 2016 Here's an example of how you could edit the zeny of an offline player: zeny_transfer.txt query_sql "UPDATE `char` SET `zeny`=`zeny`+'"[email protected]+"' WHERE `char_id`='"[email protected]_id+"'"; Quote Link to comment Share on other sites More sharing options...
0 benching Posted February 6, 2016 Share Posted February 6, 2016 (edited) every data you could have, comes from database,what you want is impossible. Edited February 6, 2016 by benching Quote Link to comment Share on other sites More sharing options...
0 Kurokami Posted February 10, 2016 Author Share Posted February 10, 2016 Thanks guys Quote Link to comment Share on other sites More sharing options...
Hi,
How can I set the permanent player variable without the use of SQL?
ex.
I want to give Zeny to an offline player
Link to comment
Share on other sites