Probably already been answered...

Status
Not open for further replies.

Sinartil

S

Sinartil

I've got a problem with triggering. As there isn't an action to force an AI hero to cast an ability with the "periodic time" event, I copied those abilities into items, hoping to use the "Use item on unit" trigger. They work fine if I test it myself, but the AI doesn't want to work. I can't find a decent tutorial or FAQ anywhere, and Wc3Campaigns can't be found.

The trigger is this:

Events:
Every [seconds] game time
Conditions:
[hero] is alive
Actions:
Order [hero] to stop
Wait 1.0 seconds
Order [hero] to use (item carried by [hero] of type [item]) on [enemy unit].

Can you help, please?
 
Maybe hero is stack at the moment, and can't use item or periodic event and wait lead to bugs. Try debug messaging hero order at the time of cast.
 
Status
Not open for further replies.
Back
Top