chowking Posted July 27, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted July 27, 2013 requesting a mapflag that disables mobsearch from certain maps, please and thank you Quote Link to comment Share on other sites More sharing options...
Patskie Posted July 27, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 10 hours ago Share 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 Link to comment Share on other sites More sharing options...
Question
chowking
requesting a mapflag that disables mobsearch from certain maps,
please and thank you
Link to comment
Share on other sites
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.