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