HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

AI does not attack me.

02-16-2011, 04:55 AM#1
DanThanh
I use some commands to order AI using their spells, such as:

call IssuePointOrder(u, "carrionswarm", x, y)
call IssueImmediatelyOrder(u, "taunt")
call IssueTargetOrder(u, t, "channel")

Everything seems alright, but sometimes they just stand there and do nothing, even attacking me. Do you know why?
02-16-2011, 07:56 AM#2
Kino
What event are you using to pull off the AI commands?

It could be that the spell range and something else are not matching.
02-16-2011, 01:15 PM#3
DanThanh
Maybe. It works now, thanks for your comment.