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

Trigger crashing game

Status
Not open for further replies.
Level 12
Joined
Mar 23, 2008
Messages
942
When I did these triggers the game crash every time I buy any hero in tavern:

  • Events
    • Unit - A unit Is issued a order with no target
  • Conditions
    • (Issued Order) Equal to (Order(flamingarrows))
    • (Unit-type of (Ordered Unit)) Equal to Kikyo's Reincarnation
  • Actions
    • Unit - Add Hama no Ya (Real) to (Ordered Unit)
    • Unit - Set level of Hama no Ya (Real) for (Ordered Unit) to (Level of Hama no Ya for (Ordered Unit))
  • Events
    • Unit - A unit Is issued a order with no target
  • Conditions
    • (Issued Order) Equal to (Order(unflamingarrows))
    • (Unit-type of (Ordered Unit)) Equal to Kikyo's Reincarnation
  • Actions
    • Unit - Remove Hama no Ya (Real) to (Ordered Unit)
Hama no Ya is a feedback ability, my hero have a dummy skill that make it gains the real one when he active the autocast (flamingarrows and unflamingarrows)

Also, the game crashes if I try to put the hero directly ingame and learn the hama no ya skill.
 
Status
Not open for further replies.
Top