alltrueist
Active Member
- Joined
- Dec 10, 2012
- Messages
- 1,424
ActionPoints are only for Knights and Warriors.
is it an easy fix so the bot doesnt stop working when zoning ?
is it an easy fix so the bot doesnt stop working when zoning ?
Usually helps just stopping the bot and starting it after zoning is done.
A fix is in coming if you know prigraming a little you can do it yourself but if not just wait it outI noticed on my Jugg, when I was Immortal the lag was a lot worse than when I went to Vengeance
What causes BW to crash and stop running? It did this pre-beta. I have to baby BW a lot. Not criticizing just curious. The bot remains open, but the text goes all white. My game is logged out due to inactivity and I have to restart everything. I get the DBoffset is zero error sometimes.
Is that why some people change the affinity and have the bot on it's own core separate from the game?
** EDIT**
any reason this dosent work? Spell.DoT("Corrosive Dart", "Corrosive Dart", ret => Me.EnergyPercent <= 84)
hows this look?Spell.DoT requires 1. Spell name 2. debuff name 3. float time 4. reqs
So the code is looking for a float time and you're giving it a req.
Now that I think about it, maybe Spell.DoT doesn't have any reqs. If it doesn't, you'll just need to do a spell.cast instead.