Buff?

Status
Not open for further replies.
Level 13
Joined
Jun 3, 2011
Messages
1,058
Hi guys i wan't to make a trigger that for example i wan't to make a item that you will buy from a enchanter/any unit. THat for example i will buy a item called / Dragon's Heart, after you buf this item the enchanter will cast a buff on you..
 
add the abilities to the unit that provide the items, then order them to cast the abilities to the unit that's buying the item.

  • Buff
    • Events
      • Unit - A unit Sells an item (from shop)
    • Conditions
      • (Item-type of (Sold Item)) Equal to Heal Buff
    • Actions
      • Unit - Order (Triggering unit) to Human Priest - Heal (Buying unit)
 
add the abilities to the unit that provide the items, then order them to cast the abilities to the unit that's buying the item.

  • Buff
    • Events
      • Unit - A unit Sells an item (from shop)
    • Conditions
      • (Item-type of (Sold Item)) Equal to Heal Buff
    • Actions
      • Unit - Order (Triggering unit) to Human Priest - Heal (Buying unit)

Thanks ^^
 
Status
Not open for further replies.
Back
Top