F fifidong Member Joined May 31, 2012 Messages 124 Reaction score 0 Jul 16, 2015 #1 How can I tell the difference between a mob that'll agro vs mob that will not?
C Cloud30000 New Member Joined May 9, 2015 Messages 298 Reaction score 7 Jul 17, 2015 #2 BattleCharacter.CanAttack and BattleCharacter.IsVisible; unfortunately, I don't yet know how to tell if the mob is part of someone else's Leve, so those mobs will bug out the bot until they are killed.
BattleCharacter.CanAttack and BattleCharacter.IsVisible; unfortunately, I don't yet know how to tell if the mob is part of someone else's Leve, so those mobs will bug out the bot until they are killed.
N nosupportgiven New Member Joined Jul 8, 2015 Messages 6 Reaction score 0 Jul 17, 2015 #3 CanAttack seems to be true for those mobs that do not agro.