kemids18 Posted August 1, 2012 Posted August 1, 2012 hi i would like to request a Guild leveler Npc Via Quest item Exp. TCG Quote
Euphy Posted August 1, 2012 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
kemids18 Posted August 3, 2012 Author 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
Euphy Posted August 3, 2012 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
Question
kemids18
hi i would like to request a Guild leveler Npc Via Quest item Exp. TCG
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.