kemids18 Posted August 1, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 01/20/12 Last Seen: February 25, 2015 Share Posted August 1, 2012 hi i would like to request a Guild leveler Npc Via Quest item Exp. TCG Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 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 August 1, 2012 atcommand "@glevel "+countitem(7227); delitem 7227, countitem(7227); You'll probably need an SQL query to check guild level, in case it ever hits the max. Quote Link to comment Share on other sites More sharing options...
kemids18 Posted August 3, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 01/20/12 Last Seen: February 25, 2015 Author Share Posted August 3, 2012 thank you master Euphy..how can i make the SQL query to whether the guild Level hits Max? What happen if there is no SQL query to check max guild level? Quote Link to comment Share on other sites More sharing options...
Euphy Posted August 3, 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 August 3, 2012 query_sql("SELECT `guild_lv` FROM `guild` WHERE `guild_id` = "+getcharid(2)+";", .@guildlevel); if (.@guildlevel > 49) { dispbottom "This guild has already reached the maximum level."; end; } Quote Link to comment Share on other sites More sharing options...
kemids18 Posted August 4, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 18 Reputation: 0 Joined: 01/20/12 Last Seen: February 25, 2015 Author Share Posted August 4, 2012 Thank You So much!! Quote Link to comment Share on other sites More sharing options...
Question
kemids18
hi i would like to request a Guild leveler Npc Via Quest item Exp. TCG
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.