McNeri Posted October 1, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 98 Reputation: 2 Joined: 01/24/12 Last Seen: May 17, 2015 Share Posted October 1, 2012 Hi, anybody can edit this script? i want 8 guild members the minumum can get gpacks. Guild_Pack_Giver.txt Quote Link to comment Share on other sites More sharing options...
Euphy Posted October 1, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted October 1, 2012 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; } Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 1, 2012 (edited) try add this ... query_sql("SELECT `name` FROM `char` WHERE `guild_id` = '"+getcharid(2)+"'", .@Name$); if( getarraysize( .@Name$ ) < 8 ){ mes "You need at least 8 Guild Member."; close; } LOL...beated by @Euphy... >.< Edited October 1, 2012 by Emistry Quote Link to comment Share on other sites More sharing options...
McNeri Posted October 2, 2012 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 98 Reputation: 2 Joined: 01/24/12 Last Seen: May 17, 2015 Author Share Posted October 2, 2012 (edited) what part i will add this: 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; } Don't remove this:) this NPC will record each player IP address to avoid abuse on players side by getting 2 Package in 1 IP Edited October 2, 2012 by GM Neri Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 2, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 2, 2012 what part i will add this: inside Case 1: Quote Link to comment Share on other sites More sharing options...
Question
McNeri
Hi, anybody can edit this script?
i want 8 guild members the minumum can get gpacks.
Guild_Pack_Giver.txt
Link to comment
Share on other sites
4 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.