Kurokami Posted February 6, 2016 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
0 Brian Posted February 7, 2016 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`+'"+.@amt+"' WHERE `char_id`='"+.@char_id+"'"; Quote
0 benching Posted February 6, 2016 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
Question
Kurokami
Hi,
How can I set the permanent player variable without the use of SQL?
ex.
I want to give Zeny to an offline player
3 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.