• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Items

Status
Not open for further replies.
Level 13
Joined
Jun 3, 2011
Messages
1,058
Hi guys i want to make a trigger that for example i loot an item and it has effects (not literary like swords) i mean buffs like for example i get a cape its effect is like to have a flame in your body or what so ever
 
Level 28
Joined
Jan 26, 2007
Messages
4,789
You can add abilities to items as well. If you want to add critical strike to an item, just create an item-ability (based on "Critical Strike (item)") and give it to the item (in the value "Abilities - Abilities").
Same goes with immolation (Cloak of Flames, as TwoVenomous already said), or Bash, or even active abilities.

If that doesn't answer your question, you will have to be more specific.
From what you told me, there's no need for triggers at all (and making a trigger for all kinds of item effects on pickup requires an entire system).
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
Special Effect - Create Special Effect On Unit.

note that your going to have to save it to a variable and destroy it later or it will forever be there + leak.

Also note that "buffs" do not have anything to do with this. Buffs are those little icons on the status bar that tell you what auras/ailments/etc. you have
 
Status
Not open for further replies.
Top