Page 1 of 1

Mob Conditions

Posted: Tue Sep 09, 2014 1:47 pm
by R3P0
Is there a list or c++ file that shows the mob conditions to do certain moves? Ex Spike Flail should only happen if you are attacking a wyrm from behind. How would I go about setting that up in a custom mob script?

Re: Mob Conditions

Posted: Tue Sep 09, 2014 2:41 pm
by kjLotus
R3P0 wrote:Is there a list or c++ file that shows the mob conditions to do certain moves? Ex Spike Flail should only happen if you are attacking a wyrm from behind. How would I go about setting that up in a custom mob script?
check the script in scripts/globals/mobskills/spike_flail.lua (specifically the OnMobSkillCheck function)