Joker76
Member
- Joined
- Feb 8, 2010
- Messages
- 835
- Reaction score
- 9
I made a simple CC yesterday, for use with Combat Bot and just noticed that the debug log has some spam. See full log attached.
It's complaining about line 181, which is;
It might not be proper, but I'm trying to make it use the cooldowns on bosses with more than 1mil HP. Any ideas?
I'm also having trouble getting it to use AoE abilities on adds. I don't think it's detecting them properly. If anyone can take a look and help me out, I'd really appreciate it. I'm very new to this and just trying to gain some knowledge.
Thanks in advance.
It's complaining about line 181, which is;
Code:
if (Me.CurrentTarget.MaxHealth > 1000000 && Me.CurrentTarget.HealthPercent < 90)
{
BerserkerRage();
Deathwish();
Recklessness();
}
It might not be proper, but I'm trying to make it use the cooldowns on bosses with more than 1mil HP. Any ideas?
I'm also having trouble getting it to use AoE abilities on adds. I don't think it's detecting them properly. If anyone can take a look and help me out, I'd really appreciate it. I'm very new to this and just trying to gain some knowledge.
Thanks in advance.