01-13-2015, 01:39 PM
the bot dodges only CHANNELING IDs no CAST IDs so "instant" casts/attacks ar not avoidable.
so you need the channelingids in the Dev/target monitor. and the bot avoid this attacks with the avoidpos.
["avoid"] = "xxxx;xxxx"; <- here are the avoid IDs
and
["avoidpos"] = {
["x"] = xxxxxxx;
["y"] = xxx;
["z"] = -xxx;
["h"] = xxx;
}; <- here the avoid pos.
the bot avoid all those attacks
so you need the channelingids in the Dev/target monitor. and the bot avoid this attacks with the avoidpos.
["avoid"] = "xxxx;xxxx"; <- here are the avoid IDs
and
["avoidpos"] = {
["x"] = xxxxxxx;
["y"] = xxx;
["z"] = -xxx;
["h"] = xxx;
}; <- here the avoid pos.
the bot avoid all those attacks