Warcraft III resources & community, 2003–2006 · archived

Probably already been answered...

3 posts
#1

Probably already been answered...

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?
#2
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.
#3
Debug messaging hero order? What's that?