Tio Akima 74 Posted April 10, 2020 (edited) guys i have an array with id of some mobs collected in an area .@units[.@i] how can I do to turn calm monsters into aggressive and aggressive monsters into calm monsters. for (.@i = 0; .@i < .@count; .@i++) { if (aggressive monster ){ stay calm } if (calm monster) { get aggressive / apply Provoke lv 1 } if ( boss monster) { it is not effective } } Edited April 10, 2020 by Tio Akima Quote Share this post Link to post Share on other sites
guys
i have an array with id of some mobs collected in an area
.@units[.@i]
how can I do to turn calm monsters into aggressive and aggressive monsters into calm monsters.
for (.@i = 0; .@i < .@count; .@i++) {
if (aggressive monster ){ stay calm }
if (calm monster) { get aggressive / apply Provoke lv 1 }
if ( boss monster) { it is not effective }
}
Edited by Tio AkimaShare this post
Link to post
Share on other sites