Green Posted June 5, 2013 Posted June 5, 2013 IS Possible that GM cant join or can't warp to castle while WOE is ongoing? . . Can anybody Give me a srcript ....Thx Quote
Green Posted June 11, 2013 Author Posted June 11, 2013 (edited) thx Edited July 4, 2013 by fismaker Quote
Jaburak Posted June 5, 2013 Posted June 5, 2013 - script kickgmwoe -1,{ OnPCLoginEvent: if( !getgmlevel() || getgmlevel() >= 10 ) end; //adjust gm level here if( agitcheck() || agitcheck2() ) goto OnAgitStart; set .GMList$[ getarraysize( .GMList$ ) ],strcharinfo(0); end; OnPCLogoutEvent: for( set .@i,0; .@i < getarraysize( .GMList$ ); set .@i,.@i + 1 ) if( strcharinfo(0) == .GMList$[.@i] ) deletearray .GMList$[.@i],1; end; OnAgitStart: for( set .@i,0; .@i < getarraysize( .GMList$ ); set .@i,.@i + 1 ) atcommand "@kick "+.GMList$[.@i] end; } 1 Quote
Green Posted June 6, 2013 Author Posted June 6, 2013 Sir Anakid ... What if Only lvl 80 GM acount can't join WOE ... Sir Anakid ..can i know where i save this script Quote
Jaburak Posted June 6, 2013 Posted June 6, 2013 - script kickgmwoe -1,{ OnPCLoginEvent: if( !getgmlevel() || getgmlevel() >= 80 ) end; //adjust gm level here if( agitcheck() || agitcheck2() ) goto OnAgitStart; set .GMList$[ getarraysize( .GMList$ ) ],strcharinfo(0); end; OnPCLogoutEvent: for( set .@i,0; .@i < getarraysize( .GMList$ ); set .@i,.@i + 1 ) if( strcharinfo(0) == .GMList$[.@i] ) deletearray .GMList$[.@i],1; end; OnAgitStart: for( set .@i,0; .@i < getarraysize( .GMList$ ); set .@i,.@i + 1 ) atcommand "@kick "+.GMList$[.@i] end; } Just upload it to npc/custom/ Quote
Question
Green
IS Possible that GM cant join or can't warp to castle while WOE is ongoing?
.
.
Can anybody Give me a srcript ....Thx
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.