Kakaroto Posted May 31, 2017 Posted May 31, 2017 Hello, is it possible to change the position of the members of a guild using an npc? If so, could someone please provide this one for me, please? Thank you very much for helping me. Quote
0 Kakaroto Posted June 1, 2017 Author Posted June 1, 2017 12 hours ago, Poring King said: i think no but not so sure Who can help with this? Quote
0 Technoken Posted June 1, 2017 Posted June 1, 2017 You can do it via sql query query_sql( "UPDATE `guild_member` SET `position` = "+.@position+" WHERE `char_id` = "+.@char_id+" LIMIT 1" ); Hmm. But why would you use an npc based while guild leaders can change the guild member positions via guild tab(alt + g) ? Quote
Question
Kakaroto
Hello, is it possible to change the position of the members of a guild using an npc? If so, could someone please provide this one for me, please?
Thank you very much for helping me.
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.