- Joined
- Oct 8, 2005
- Messages
- 409
I made a custom spell
the spell is suppose to turn an enemy unit neutral hostile and raise its attack speed and damage
this spell:
-is named ogre furry
-is based off blood lust
-targets enemies
this trigger goes along with the spell:
Ogre Furry
l_Events
l l_A Unit Starts the effect of an ability
l_Conditions
l l_(Ability being cast) Equal to Ogre fury
l_Actions
l_Unit - Change ownership of (Target unit of ability being cast) to Neutral Hostile and Change color
l_Unit - Order (Target unit of ability being cast) to Stop
The first problem with this spell is that it refuses to auto cast
The second problem with this spell is that the trigger does not work at all
what should I do to fix it ?
the spell is suppose to turn an enemy unit neutral hostile and raise its attack speed and damage
this spell:
-is named ogre furry
-is based off blood lust
-targets enemies
this trigger goes along with the spell:
Ogre Furry
l_Events
l l_A Unit Starts the effect of an ability
l_Conditions
l l_(Ability being cast) Equal to Ogre fury
l_Actions
l_Unit - Change ownership of (Target unit of ability being cast) to Neutral Hostile and Change color
l_Unit - Order (Target unit of ability being cast) to Stop
The first problem with this spell is that it refuses to auto cast
The second problem with this spell is that the trigger does not work at all
what should I do to fix it ?