Jump to content
  • 0

NPC unclickable


Question

9 answers to this question

Recommended Posts

Posted

you are missing 1 "}" at the end of the script...

and..what is the usage of this part ...? it never run in your script..

set .@Minimum, 8;
query_sql("SELECT `account_id` FROM `char` WHERE `guild_id` = "+getcharid(2)+";",.@i);
if (getarraysize(.@i) < .@Minimum) {
mes "Your guild must have at least "+.@Minimum+" members for you to receive a guild pack.";
close;
}

i believe it should be below this line..

case 1:

Posted

thanks emistry its working..

but i have a questions;

- This script gives gpacks to each guild members not to guild master?

- This script also gives gpacks, the 8 members of guild must be online?

And the other members of guild were offline will not recieve the gpack.

thanks in advance...

bump

??? any response?

Posted

first.

set .@frnd2$,strcharinfo(0);

where is this used? I do not see it, but you have it set.

and I am confused you contradict yourself, do you want ONLY the guild master to recieve said items, OR is it everyone BUT the guildmaster recieves them?

Posted

first.

set .@frnd2$,strcharinfo(0);

where is this used? I do not see it, but you have it set.

and I am confused you contradict yourself, do you want ONLY the guild master to recieve said items, OR is it everyone BUT the guildmaster recieves them?

yes, is it everyone BUT the guildmaster recieves them.

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...