Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
hi all i need 2 triggers spells first a multicast spell and the second a spell when you kills a creep you receive +5 damage permanently up to 45 damage i will give +rep to the people help me
1. Copy the ability item damage bonus +1.
2. Set the amount of levels to 10
3. Edit the level stats, se t level 1 damage bonus to 0, lvl 2 to 5, lvl 3 to 10 and so on.
4. Use these triggers:
Untitled Trigger 002
Events
Time - Elapsed game time is 0.00 seconds
Conditions
Actions
Set Temp_Group = (Units in (Playable map area) matching (((Unit-type of (Matching unit)) Equal to Tie Em Upps) and (0 Equal to 0)))
Unit Group - Pick every unit in Temp_Group and do (Actions)
Loop - Actions
Unit - Add Item Damage Bonus (+1) to (Picked unit)
Custom script: call DestroyGroup(udg_Temp_Group)
Untitled Trigger 003
Events
Unit - A unit enters (Playable map area)
Conditions
Or - Any (Conditions) are true
Conditions
(Unit-type of (Triggering unit)) Equal to Footman
(Unit-type of (Triggering unit)) Equal to Knight
Actions
Unit - Add Item Damage Bonus (+1) to (Triggering unit)
Increase damage
Events
Unit - A unit Dies
Conditions
(Player number of (Owner of (Triggering unit))) Equal to 13
Actions
Unit - Set level of Item Damage Bonus (+1) for (Killing unit) to ((Level of Item Damage Bonus (+1) for (Killing unit)) + 1)
The first trigger picks up all units you tell it to in the map when it loads and adds the ability for them.
The second trigger adds the ability to all units that are trained/spawned.
The third trigger levels up the skill when the unit kills units owned by neutral hostile.
You need to be more specific with the multicast thingy.
ty maker i will teste this and for multicast spells i want this a passive ability that Gives a 9% of chance then when my unit cast Lighting bolt the targeted unit gets hitted twice
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.