blaze
Member
- Joined
- Sep 17, 2014
- Messages
- 66
- Reaction score
- 0
How can I say do not target this mob "name of the mob" ?
Code:
while (me.target != null && isAttackable(me.target))
// once we have a target, and this target is attackable (so its no NPC) the bot will jump into this loop.
// this loops contains the "combat routine"
{
if (angle(me.target, me) > 45 && angle(me.target, me) < 315)