never, youll never get such an addon or CC from me, that will allow automated heroic running at cap. i need to draw the line somewhere, and screwing with other players end game is where i do it.So when are we getting mr.autotank?.
I could farm heroics way easier and faster than queuing as dps xD.
So when are we getting mr.autotank?.
I could farm heroics way easier and faster than queuing as dps xD.
Well I have tried this out, I was using the questing beta 3 and Project-E but every time I started it HB would crash and say something like "No mesh data available for *instance*".
I am going to try and start it before I go into the instance and see if that works,
Seems like a awesome plugin though, good work.
EDIT: That worked, think I am going to try the druid CC for this though.
never, youll never get such an addon or CC from me, that will allow automated heroic running at cap. i need to draw the line somewhere, and screwing with other players end game is where i do it.
what im saying is, if i ever find out someone is doing heroics completely afk, i will change MY code to prevent it. heroics is where i draw the line, because if the code is acting like a fail druid it gives others harder times, and when doing things like halls of reflections theres no room for people to not give it their all.I understand where you're coming from here. But honestly, how mind-numbingly boring is it to heal or tank (or even DPS) the same heroic instances over and over again? I have 6 max level toons now, and I need to run heroics on all of them to gear up, get badges, etc. I must have done each heroic instance at least 50 times by now, so being able to farm heroics with HB and this plugin is awesome.
Are you saying that your CCs won't work with the plugin?
what im saying is, if i ever find out someone is doing heroics completely afk, i will change MY code to prevent it. heroics is where i draw the line, because if the code is acting like a fail druid it gives others harder times, and when doing things like halls of reflections theres no room for people to not give it their all.
CodenameG this is probably the most useful plugin ive ever used. It's made instances more playable for me after the long grind to 80. Let's thank him for this wonderful contribution.
On a side note, is it possible you can have a look at a problem i'm having?
- I've downloaded PaladinassistNEW from iliyas.
- I've downloaded 1.945 beta
- I've downloaded Mr.AutoFight
- I made a new folder for HB, extracted it in that folder.
- I extracted PaladinAssistNEW into the Custom Classes folder, deleted all the other custom classes, except config folder.
- I put Mr.AutoFight into the plugins folder
- I ran HB, enabled Mr.AutoFight
- I go into combat, and the CC doesn't do the rotation. I've talked to iliyas and he says this is weird, because it's working fine for him. I've used your plugin, along with his CC for quite some time before all these patches and just need a good answer on why this is happening! I'm just trying to make sure it isn't something i'm doing wrong :S
Anyways, I've attached a log, your plugin, and his CC.
#region Pulse
public override void Pulse()
{
try
{
while (Styx.Logic.BehaviorTree.TreeRoot.IsRunning && !Me.Combat)
{
rFlag = false;
Thread.Sleep(10);
}
}
catch (Exception e)
{
slog(e.ToString());
}
}
#endregion
if this code from the CC is correct.
then theres no need for the plugin, however there should not be any pulse() checking in any CC, since they are built to do totally different things.i suggest removing the code from the CC, since its not needed.Code:#region Pulse public override void Pulse() { try { while (Styx.Logic.BehaviorTree.TreeRoot.IsRunning && !Me.Combat) { rFlag = false; Thread.Sleep(10); } } catch (Exception e) { slog(e.ToString()); } } #endregion
It's actually needed ^^ There is a variable reset ^^ It can be moved from there though.
And better attach a log from yesterday if you are posting this even here, this logs shows nothing but the thread got exception that was handled by CC.
As i've seen from your's yesterday log, you have some file permission problems.
And common questions:
- Have you selected any profiie?
- Have selected a Mesh folder
Loading Honorbuddy 1.9.4.5 settings.
LastUsedPath:
FoodName: Food Name Here
DrinkName: Drink Name Here
MountName: Mount Name Here
MeshesFolderPath: C:\Users\Sean\Desktop\meshes
LootMobs: True
SkinMobs: False
NinjaSkin: False
LootChests: True
HarvestMinerals: False
HarvestHerbs: False
UseMount: False
UseOldForm: False
PullDistance: 30
LootRadius: 99
RafFollowDistance: 3
SelectedBotIndex: 0
FormLocationX: 766
FormLocationY: 36
UseExperimentalPathFollowing: True
Attached to WoW with ID 4020
Authenticating..
Authentication successful.
Building spell book
Adding: Auto Attack
Adding: Block
Adding: Cold Weather Flying
Adding: Diplomacy
Adding: Dodge
Adding: Every Man for Himself
Adding: Find Minerals
Adding: First Aid
Adding: Jewelcrafting
Adding: Mace Specialization
Adding: Mining
Adding: Parry
Adding: Perception
Adding: Prospecting
Adding: Smelting
Adding: Sword Specialization
Adding: The Human Spirit
Adding: Toughness
Adding: Aura Mastery
Adding: Blessing of Wisdom
Adding: Cleanse
Adding: Concentration Aura
Adding: Consecration
Adding: Divine Plea
Adding: Exorcism
Adding: Flash of Light
Adding: Greater Blessing of Wisdom
Adding: Holy Light
Adding: Holy Wrath
Adding: Lay on Hands
Adding: Purify
Adding: Redemption
Adding: Sacred Shield
Adding: Seal of Light
Adding: Seal of Righteousness
Adding: Seal of Wisdom
Adding: Sense Undead
Adding: Turn Evil
Adding: Blessing of Kings
Adding: Devotion Aura
Adding: Divine Intervention
Adding: Divine Protection
Adding: Divine Shield
Adding: Fire Resistance Aura
Adding: Frost Resistance Aura
Adding: Greater Blessing of Kings
Adding: Hammer of Justice
Adding: Hand of Freedom
Adding: Hand of Protection
Adding: Hand of Reckoning
Adding: Hand of Sacrifice
Adding: Hand of Salvation
Adding: Righteous Defense
Adding: Righteous Fury
Adding: Seal of Justice
Adding: Shadow Resistance Aura
Adding: Shield of Righteousness
Adding: Avenging Wrath
Adding: Blessing of Might
Adding: Crusader Aura
Adding: Crusader Strike
Adding: Divine Storm
Adding: Greater Blessing of Might
Adding: Hammer of Wrath
Adding: Judgement of Justice
Adding: Judgement of Light
Adding: Judgement of Wisdom
Adding: Repentance
Adding: Retribution Aura
Adding: Seal of Command
Adding: Seal of Vengeance
Spell book built
Chose Paladin Assistant 1.0 Alpha as your combat class!
New bot added!: Grind bot
New bot added!: PvP
Duplicate default sequence handler for MailItems added!
New bot added!: Mixed
New bot added!: RaF Combat Assist
New bot added!: Questing - Beta
Honorbuddy 1.9.4.5 started!
Character is a level 80 Paladin
Current zone is: The Oculus
Error starting: You haven't loaded a profile!
then get rid of the sleep, the sleep is heading into a sleep, and thats the problem. but really idk why its needed at all. idk, maybe its time i take a wack at this.It's actually needed ^^ There is a variable reset ^^ It can be moved from there though.
And better attach a log from yesterday if you are posting this even here, this logs shows nothing but the thread got exception that was handled by CC.
As i've seen from your's yesterday log, you have some file permission problems.
And common questions:
- Have you selected any profiie?
- Have selected a Mesh folder
then get rid of the sleep, the sleep is heading into a sleep, and thats the problem. but really idk why its needed at all. idk, maybe its time i take a wack at this.
Loading Honorbuddy 1.9.4.5 settings.
LastUsedPath: C:\Users\Sean\Desktop\3.3.5a\Default Profiles\EotS.xml
FoodName: Food Name Here
DrinkName: Drink Name Here
MountName: Mount Name Here
MeshesFolderPath: C:\Users\Sean\Desktop\meshes
LootMobs: True
SkinMobs: False
NinjaSkin: False
LootChests: True
HarvestMinerals: False
HarvestHerbs: False
UseMount: False
UseOldForm: False
PullDistance: 30
LootRadius: 99
RafFollowDistance: 3
SelectedBotIndex: 0
FormLocationX: 766
FormLocationY: 36
UseExperimentalPathFollowing: True
Attached to WoW with ID 4020
Authenticating..
Authentication successful.
Building spell book
Adding: Auto Attack
Adding: Block
Adding: Cold Weather Flying
Adding: Diplomacy
Adding: Dodge
Adding: Every Man for Himself
Adding: Find Minerals
Adding: First Aid
Adding: Jewelcrafting
Adding: Mace Specialization
Adding: Mining
Adding: Parry
Adding: Perception
Adding: Prospecting
Adding: Smelting
Adding: Sword Specialization
Adding: The Human Spirit
Adding: Toughness
Adding: Blessing of Wisdom
Adding: Cleanse
Adding: Concentration Aura
Adding: Consecration
Adding: Divine Plea
Adding: Exorcism
Adding: Flash of Light
Adding: Greater Blessing of Wisdom
Adding: Holy Light
Adding: Holy Wrath
Adding: Lay on Hands
Adding: Purify
Adding: Redemption
Adding: Sacred Shield
Adding: Seal of Light
Adding: Seal of Righteousness
Adding: Seal of Wisdom
Adding: Sense Undead
Adding: Turn Evil
Adding: Avenger's Shield
Adding: Blessing of Kings
Adding: Blessing of Sanctuary
Adding: Devotion Aura
Adding: Divine Intervention
Adding: Divine Protection
Adding: Divine Sacrifice
Adding: Divine Shield
Adding: Fire Resistance Aura
Adding: Frost Resistance Aura
Adding: Greater Blessing of Kings
Adding: Greater Blessing of Sanctuary
Adding: Hammer of Justice
Adding: Hammer of the Righteous
Adding: Hand of Freedom
Adding: Hand of Protection
Adding: Hand of Reckoning
Adding: Hand of Sacrifice
Adding: Hand of Salvation
Adding: Holy Shield
Adding: Righteous Defense
Adding: Righteous Fury
Adding: Seal of Justice
Adding: Shadow Resistance Aura
Adding: Shield of Righteousness
Adding: Spiritual Attunement
Adding: Avenging Wrath
Adding: Blessing of Might
Adding: Crusader Aura
Adding: Greater Blessing of Might
Adding: Hammer of Wrath
Adding: Judgement of Justice
Adding: Judgement of Light
Adding: Judgement of Wisdom
Adding: Retribution Aura
Adding: Seal of Vengeance
Spell book built
Chose Paladin Assistant 1.0 Alpha as your combat class!
New bot added!: Grind bot
New bot added!: PvP
Duplicate default sequence handler for MailItems added!
New bot added!: Mixed
New bot added!: RaF Combat Assist
New bot added!: Questing - Beta
Honorbuddy 1.9.4.5 started!
Character is a level 80 Paladin
Current zone is: The Oculus
Activity: Applying Combat Buffs