- Joined
- Oct 9, 2004
- Messages
- 26
Someone help me! I've been trying for ages, i've explored sked's map.
My aim is to add an ability to the PHOENIX FIRE ability!
E.g. Phoenix Fire is already learnt
Learn a new skill: (like bash or critical strike or slow) that adds that effect to Phoenix Fire. E.g. learn bash - gives a 20% chance to stun opponent when using Phoenix fire!
(note Phoenix fire is not counted as an attack so normal bash would not work - its counted as an ability. And also when Phoenix fire attacks something it does not count it as "casting" phoenix fire so triggering doesn't work)
Things i've tried:
The "engineering upgrade" tinker spell
Triggering it - e.g.
Unit casts an ability (or channels or begins effect)
Ability being cast equal to Pheoenix Fire
Action:
If: casting unit has learnt BASH
Then: set (bashrandomnumber) = random number
between 1-5
If: (bashrandomnumber) = 1
then: (stun unit and add damage)
else: do nothing (bash didn't get used)
else: do nothing (unit didn't have bash)
I noticed that sked didn't have "cannon" in his map that used an ability (e.g. frost cannon slows unit) so i gather that this is a dangerous path. Please help!
Remember this is possible because i have seen it done in DOTA and things like that
My aim is to add an ability to the PHOENIX FIRE ability!
E.g. Phoenix Fire is already learnt
Learn a new skill: (like bash or critical strike or slow) that adds that effect to Phoenix Fire. E.g. learn bash - gives a 20% chance to stun opponent when using Phoenix fire!
(note Phoenix fire is not counted as an attack so normal bash would not work - its counted as an ability. And also when Phoenix fire attacks something it does not count it as "casting" phoenix fire so triggering doesn't work)
Things i've tried:
The "engineering upgrade" tinker spell
Triggering it - e.g.
Unit casts an ability (or channels or begins effect)
Ability being cast equal to Pheoenix Fire
Action:
If: casting unit has learnt BASH
Then: set (bashrandomnumber) = random number
between 1-5
If: (bashrandomnumber) = 1
then: (stun unit and add damage)
else: do nothing (bash didn't get used)
else: do nothing (unit didn't have bash)
I noticed that sked didn't have "cannon" in his map that used an ability (e.g. frost cannon slows unit) so i gather that this is a dangerous path. Please help!
Remember this is possible because i have seen it done in DOTA and things like that