- Joined
- Aug 28, 2015
- Messages
- 75
Hello! I need help to "reproduce" the ability Frostbite Crystal Maiden DotA, but that is a passive skill with chance, it's possible? Thanks Everywhere :3
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Events

Unit - A unit Is attacked
Conditions

(Unit-type of (Attacking unit)) Equal to Your_Hero
Actions

Set roll = (Random integer number between 1 and x)

If (All Conditions are True) then do (Then Actions) else do (Else Actions)


If - Conditions



roll Equal to 1


Then - Actions



Cast the spell


Else - Actions



Don't cast the spell
2. Explain the spell.
Hello! I need help to "reproduce" the ability Frostbite Crystal Maiden DotA, but that is a passive skill with chance, it's possible? Thanks Everywhere :3
...But if you need help getting started with a trigger, this is not the right place — use the World Editor Help Zone.
If it has to be "passive freezing with a chance to attack" because I'm creating ice units and would like to have that passive
Emmm... The passive spell would "the attack, has a 7% chance to freeze the enemy for 6 seconds causing her 20 damage per second"
So they can not help me?
Sorry... then YOU can not help me?
...use a damage detection system and set a variable to equal a random number between 1-100, and then create an if then else branch checking what the chosen number is and actions.