Bludstained
New Member
- Joined
- Jan 11, 2016
- Messages
- 5
Yeah I've restarted it a few times, It also does it sometimes when attempting to highlight certain items.
EDIT:
Yeah I've found the lines in the class file before when checking to see when the flask triggered itself and what conditions it had to use to be triggered just my two cents but I think there should be a cooldown between conditions that the bot is allowed to use the flask to possibly prevent spamming. This again could be an issue on my end though, I'm still new to this botting software so I'm tinkering., however, I hadn't put much looking into it, and was still unsure why it was spamming the flask on zone-in, or when attempting to highlight items I have honestly no idea what could be causing this. There are no mobs nearby and I've ever tried turning the combat radius down so it isn't scanning far away for mobs, It just stands there clicking the flask.
EDIT:
Yes it's the distillate, have you tried to reboot the bot?
I tested it few days ago on my voltaxic build and it "seemd" good
// EDIT //
This is the condition to use it :
Code:return FlaskHelperSettings.Instance.UseDivinationFlask && Flasks.Count() != 0 && !MiscHelpers.Me.HasAura(Aura) && LokiPoe.ObjectManager.GetObjectsByType<Monster>().Any(m => m.Rarity >= Rarity.Rare && m.HealthPercent < 15);
Basically :
- If option is enabled
- We have the flask
- We don't have the aura still active
- We have monster rare or higher with less than 15% HP
Yeah I've found the lines in the class file before when checking to see when the flask triggered itself and what conditions it had to use to be triggered just my two cents but I think there should be a cooldown between conditions that the bot is allowed to use the flask to possibly prevent spamming. This again could be an issue on my end though, I'm still new to this botting software so I'm tinkering., however, I hadn't put much looking into it, and was still unsure why it was spamming the flask on zone-in, or when attempting to highlight items I have honestly no idea what could be causing this. There are no mobs nearby and I've ever tried turning the combat radius down so it isn't scanning far away for mobs, It just stands there clicking the flask.
Last edited: