Kurokami Posted February 6, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 12/06/15 Last Seen: December 15, 2021 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 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 594 Joined: 10/26/11 Last Seen: June 2, 2018 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`+'"+.@amt+"' WHERE `char_id`='"+.@char_id+"'"; Quote Link to comment Share on other sites More sharing options...
0 benching Posted February 6, 2016 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 350 Reputation: 43 Joined: 09/07/12 Last Seen: August 30, 2019 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 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 12/06/15 Last Seen: December 15, 2021 Author Share Posted February 10, 2016 Thanks guys Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.