Okay, I'm trying a wizard now. Now, when she spawns her two buffs are already casted, but she just stands there and does nothing now, and when I engage her she casts low level spells and ignores AoE spells.
I turned thess on as well:
// For these 2, if neither are set, the AI will choose AOE more if there are
// lots of enemies, or singles if there are not many.
SetSpawnInCondition(AI_FLAG_COMBAT_SINGLE_TARGETING, AI_COMBAT_MASTER);
// For Same-level spells, single target spells are used first.
SetSpawnInCondition(AI_FLAG_COMBAT_MANY_TARGETING, AI_COMBAT_MASTER);
// For Same-level spells, AOE spells are used first.
I even tried the same thing with my cleric, minus the two activiations I just listed here in a brand new test module. Her protective spells were there, but she stood there and did nothing. I hacked away at her for five seconds and then she finally casts spells at me, just like my wizard. And all I did this time was use the pre-buff protective spells activation which you showed me how to activate earlier. I have no idea what's wrong.
Modifié par Renton007, 05 août 2010 - 11:32 .