Page 1 of 1
[1.0.4] Blighted Summoning talent not activating
Posted: Sat Jun 08, 2013 2:35 pm
by jenx
So I am running a MAG thalore solipsist ! And I get blighted summoning for my thought-forms, which gives them Flame of Urh'Ok.
But they NEVER use it. I can switch to them and turn it on, but this is tedious and turn wasting.
Can they be instructed to use it somehow? Does their AI need changing? It is quite a powerful combo, given the global speed increase.
Re: [1.0.4] Blighted Summoning talent not activating
Posted: Sat Jun 08, 2013 3:00 pm
by jenx
Sometimes it is because the t-f has an anti-magic piece of equipment, and so can't activate the Flame. At least, I think that is why it says "Thought forms Flame of Urh'Ok has been disrupted by Anti-Magic forces!"
Re: [1.0.4] Blighted Summoning talent not activating
Posted: Sun Jun 09, 2013 12:21 pm
by jenx
In the code, arcane is forbidden, but anti-magic needs also to be forbidden, to allow blighted summoning to work:
Code: Select all
{type="weapon", subtype="longsword", autoreq=true, forbid_power_source={arcane=true}, not_properties = {"unique"} },
{type="armor", subtype="shield", autoreq=true, forbid_power_source={arcane=true}, not_properties = {"unique"} },
{type="armor", subtype="massive", autoreq=true, forbid_power_source={arcane=true}, not_properties = {"unique"} },
{type="armor", subtype="hands", autoreq=true, forbid_power_source={arcane=true}, not_properties = {"unique"} },
{type="armor", subtype="feet", autoreq=true, forbid_power_source={arcane=true}, not_properties = {"unique"} }