[Bug] ActionCastSpellAtObject() - nMetaMagic does not apply to the spells
Mizzajl
Member Posts: 35
nMetaMagic if specified will cast the spell if it has metamagic, but the metamagic effects wont apply
0
Comments
For example if you want your wizard creature to cast extended haste using scripting, the wizard creatures must have extended haste spell prepared in the spell list.
Not sure right now how it works using instant (cheat) cast, my guess is that it won't apply metamagic for cheated spells - is that the problem you ran into?
in my case I want to fast buff using an item, the caster does have the spells and he does have the feats.
im using bInstantSpell = TRUE and bCheat = FALSE