chowking Posted July 27, 2013 Posted July 27, 2013 requesting a mapflag that disables mobsearch from certain maps, please and thank you Quote
Patskie Posted July 27, 2013 Posted July 27, 2013 Try : - script Avoid -1,{ OnExecute: for ( .@i = 0; .@i < .size; .@i++ ) if ( strcharinfo(3) == .map$[.@i] ) end; OnInit: bindatcmd("mobsearch", strnpcinfo(3)+ "::OnExecute"); setarray .map$, "payon","prontera"; .size = getarraysize(.map$); end; } Quote
Question
chowking
requesting a mapflag that disables mobsearch from certain maps,
please and thank you
1 answer 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.