• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

2 easy questions

Status
Not open for further replies.
Level 4
Joined
Mar 6, 2007
Messages
73
I need an item trigger and a passive hero spell trigger. Item spell : every 30 sec if a hero have the item he hes heal. Passive hero spell : create fire behind the moving hero that deadls damages. Thx for the answers.
 
Level 7
Joined
Dec 26, 2006
Messages
303
For skill: Are it only shown when you move?? I shall try some then before tell you..

For item: I can do it but the problem is if he has 2 item than he will healed twice, is that okay??

E-
Each 30 second(s)
C-
A-
Unit Group-Picked every units in playable area
If [Conditions] True then [Action] else [Action]
C-
Picked unit has <item>
A-
Set Life of [Picked Unit] = [Life of Picked Unit] + <integer>


I learn the conditions from trigger to combining items, just a week before I don't know if wc3 can detect items.. How rude
 
Level 4
Joined
Mar 6, 2007
Messages
73
Picked unit has <item> doesnt exist. And for the fire dummies, I already tought at this and there is a problem. If the unit stop to move there will still be LOT of dummies creat behind him and this will result to a MEGA immolation damage.

UPDATE
Yea I've found the way for the item but still need the other 1.
 
Last edited by a moderator:
Level 7
Joined
Dec 26, 2006
Messages
303
No slutoi, I bold picked unit has <item> because that triggers was doesn't exist and what I mean yo just must search this one... Why don't go to V2 tutorial abut item bonding?? Sure Item Bonding need an item checking system, just combine it with my latest trigger
 
Level 7
Joined
Dec 26, 2006
Messages
303
Use a really non advanced trigger, issue the dummy unit to follow your hero... In the database change follow range to 100, but this will not cool
 
Status
Not open for further replies.
Top