• 🏆 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!

[Trigger] Need Help With Trigger

Status
Not open for further replies.
Level 7
Joined
Sep 25, 2006
Messages
284
Hi guys, for some reason this trigger won't work, can someone please help me with it? :smile:
  • Meteor Shard
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Inferno
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Item carried by (Triggering unit) of type Meteor Shard) is owned) Equal to True
        • Then - Actions
          • Item - Remove (Item carried by (Triggering unit) of type Meteor Shard)
        • Else - Actions
          • Unit - Order (Triggering unit) to Stop
 
Last edited by a moderator:
Level 7
Joined
Sep 25, 2006
Messages
284
It still isnt working =/
I want it so you need a Meteor Shard in your invintory to cast the spell, but it still casts it even if you don't have it.
 
Level 7
Joined
Sep 25, 2006
Messages
284
Dude, that works. But the problem is that you can still cast the spell even without the item, but I don't want =/
 
Status
Not open for further replies.
Top