Linkin Park Posted November 20, 2012 Posted November 20, 2012 Is it possible to disable /breakguild command during War of Emperium? Quote
clydelion Posted November 20, 2012 Posted November 20, 2012 Index: map/guild.c =================================================================== --- map/guild.c (revision 16820) +++ map/guild.c (working copy) @@ -1607,6 +1607,12 @@ if(flag!=0 || g==NULL) return 0; + + if(agit_flag || agit2_flag){ + sd = map_nick2sd(g->master); + clif_disp_onlyself(sd,"You are not allowed to /breakguild while WoE is active.",55); + return 0; + } for(i=0;i<g->max_member;i++){ // ƒMƒ‹ƒh‰ðŽU‚ð’Ê’m if((sd=g->member[i].sd)!=NULL){ Quote
Linkin Park Posted November 20, 2012 Author Posted November 20, 2012 Thanks, I'll test this tomorrow Quote
Question
Linkin Park
Is it possible to disable /breakguild command during War of Emperium?
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.