• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Need "stat requirements" for items trigger please!

Status
Not open for further replies.
Level 12
Joined
May 4, 2008
Messages
1,111
EDIT: lol, i just realised its in "requests" and not in "triggering" section, check be4 posting next time, most of the active triggering population dont even come in Requests :p


kk leme make it in a trigger
  • Stat Item
    • Events
      • Unit - A unit Acquires an item
    • Conditions
    • Actions
      • -------- Item 1 --------
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Item-type of (Item being manipulated)) Equal to Sword
        • Then - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Strength of (Hero manipulating item) (Exclude bonuses)) Equal to 15
              • (Agility of (Hero manipulating item) (Exclude bonuses)) Equal to 9
            • Then - Actions
              • Do nothing
            • Else - Actions
              • Item - Move (Item being manipulated) to (Position of (Hero manipulating item))
        • Else - Actions
      • -------- Item 2 --------
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Item-type of (Item being manipulated)) Equal to Boot
        • Then - Actions
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • If - Conditions
              • (Strength of (Hero manipulating item) (Exclude bonuses)) Equal to 10
              • (Agility of (Hero manipulating item) (Exclude bonuses)) Equal to 3
            • Then - Actions
              • Do nothing
            • Else - Actions
              • Item - Move (Item being manipulated) to (Position of (Hero manipulating item))
        • Else - Actions
      • -------- Keep on as needed --------
The stat checker is Interger Comparison
 
Status
Not open for further replies.
Top