nesotomayor Posted August 14, 2014 Posted August 14, 2014 (edited) Hi All,i would like to request a script that will give a guild package item when he click the npc and warp it into prontera after receiving the item.here is the g.package item+4immune muffler+4green shoes+AOA4g.suitn.glove 2pcs.please advise,thanks, Edited August 14, 2014 by nesotomayor Quote
Norm Hmuryj Posted August 14, 2014 Posted August 14, 2014 First of all - checkings if(getgdskilllv(.@GID,10000) < 1) goto L_GSTL; if(strcharinfo(0)!=getguildmaster(.@GID)) goto L_NGM; query_sql "SELECT `guild_lv`,`max_member` FROM `guild` WHERE `guild_id`="+getcharid(2)+"",@glvl,@max_member; if(@glvl < 10 || @max_member < 5) goto L_GLTL; L_GSTL: mes "Sorry, but without the Guildskill 'Guild Approval' you can't receive a GP!"; close; L_NGM: mes .@n$; mes "Sorry, only the Guildleader can receive GP from me!"; close; 1 Quote
Question
nesotomayor
Hi All,
Edited by nesotomayori would like to request a script that will give a guild package item when he click the npc and warp it into prontera after receiving the item.
here is the g.package item
+4immune muffler
+4green shoes
+AOA
4g.suit
n.glove 2pcs.
please advise,
thanks,
2 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.