Jump to content
  • 0
Tio Akima

reversing the monster's mood

Question

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 Akima

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.