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

[Solved] Problematic Item Trigger

Status
Not open for further replies.
Level 19
Joined
Jun 29, 2009
Messages
6,760
Alright, so my game crashes whenever this trigger comes into play.

The general idea is that two different players can pick up a specific item, starting different chains of events, but for some reason the game can't take it.

Any ideas?

  • Picking Up Earth Talisman
    • Events
      • Unit - A unit Acquires an item
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Item being manipulated) Equal to |cffff8c00Earth Talisman|r 0384 <gen>) and ((Owner of (Hero manipulating item)) Equal to Player 4 (Purple))
        • Then - Actions
          • Game - Display to (All players) the text: The leader of the K...
          • Hero - Give |cffff8c00Earth Talisman|r 0384 <gen> to Human Tribe Leader 0214 <gen>
          • Quest - Mark ClaimTalisman as Completed
          • Quest - Flash the quest dialog button
        • Else - Actions
          • Do nothing
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Item being manipulated) Equal to |cffff8c00Earth Talisman|r 0384 <gen>) and ((Owner of (Hero manipulating item)) Equal to Player 12 (Brown))
        • Then - Actions
          • Game - Display to (All players) the text: Chieftain Wise-Horn...
          • Hero - Give |cffff8c00Earth Talisman|r 0384 <gen> to Wise-Horn Chieftain 0193 <gen>
        • Else - Actions
          • Do nothing
 
Status
Not open for further replies.
Top