Jump to content
  • 0

R> Change Guild Member Position


Question

Posted

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

  • 0
Posted

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) ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...