HI Foolhardy. I'm at work right now but I know there are some eat/drink settings already implemented in the CC. I must admit I have them disabled because I use this primarily as a raiding tool so that feature isn't very battle tested. Please let me know if it isn't working like how you expect and I will make sure I get it working just right for you.Minor ask and perhaps my settings are wrong but is there a way to enable eat/drink when ooc? good job on CC and thanks for reply.
is it possible to add an "only mindspike" mode for questing. for example so if i?m shadow/disc or holy just mindspike/mindblast for making dailies using no dots
in one situation , i had default option on "force shadow form", i used divine hymne for an emergency this was stopped and the bot chainged to shadowform interrupting the hymn. would you like to change this to force shadowform for making dmg, but if using divine hymn let this cast to the end and/or if something cast by the user he lets me cast it with higher priority with no clipping (if clipping is enabled)
i checked in one rum za/zg all options for autotargeting off so i?ve seen if i target the mobs by myself he will always do singledps. if i had 15 mobs around he didnt do mindsear. so eventually an improvementoption: if all autotargeting is disabled and i target the "tank" (tank i choose in lazyraider) than use mindsear if target mob than cast normal rotation.
more^^... is it possible to translate the altarboy options to german? i like to help you translating it
so far this is n wonderful cc next week ill try this in raidsituation, firelands
sry for my bad english^^
is it possible to add an "only mindspike" mode for questing. for example so if i?m shadow/disc or holy just mindspike/mindblast for making dailies using no dots
in one situation , i had default option on "force shadow form", i used divine hymne for an emergency this was stopped and the bot chainged to shadowform interrupting the hymn. would you like to change this to force shadowform for making dmg, but if using divine hymn let this cast to the end and/or if something cast by the user he lets me cast it with higher priority with no clipping (if clipping is enabled)
i checked in one rum za/zg all options for autotargeting off so i?ve seen if i target the mobs by myself he will always do singledps. if i had 15 mobs around he didnt do mindsear. so eventually an improvementoption: if all autotargeting is disabled and i target the "tank" (tank i choose in lazyraider) than use mindsear if target mob than cast normal rotation.
more^^... is it possible to translate the altarboy options to german? i like to help you translating it
so far this is n wonderful cc next week ill try this in raidsituation, firelands
sry for my bad english^^
duh if you turn off auto targeting you gotta target ya self an it will dot each mob u target .. imo dont add 2 anything else to this cc .. or its gonna be full off 1000's lines of code ..it works perfect in lazy raider
i avg around 80-90% in dps on 6/7 heroic 25man encounters with this
so its by far sexy
This time tomorrow my priest will be 85. Ill be running as shadow for the simple fact that your CC looks like it will just shit on targets
Once I get 359 or higher I should find a guild to join lol.
Try deleting the ! in the Altarboy! folder name... I'm not sure if it is supposed to be with the ! or not, but just try it out.I cant get this to work could I have a little help please
Could not compile CC from C:\Users\*******\Desktop\New folder (4)\CustomClasses\Altarboy!
File: Line: 0 Error: ) expected
File: Line: 0 Error: ) expected
File: Line: 0 Error: ) expected
File: Line: 0 Error: ; expected
File: Line: 0 Error: ; expected
File: Line: 0 Error: Invalid expression term ')'
File: Line: 0 Error: ; expected
File: Line: 0 Error: Invalid expression term ')'
File: Line: 0 Error: ; expected
File: Line: 0 Error: Invalid expression term ')'
Initialization complete.
Could not find a routine fitting for your class. Please make sure you have a proper combat class routine in your folder, and restart Honorbuddy.
Ok. Try this: Make a new HB folder, download HB (a new download) and install it in that new folder, install Altarboy! in the custom classes folder, and see if it still gives you this error.i deleted 3 time and all the time same message to me (
Change it back to "Altarboy!"Ive done all that. new honorbuddy test build>folder named Altarboy. but i still get that messege
still the same error
//Mind flay when when you have nothing else to do.. Try and clip to account for lag.
AltarboyComposites.CastSpell("Mind Flay", ret => (
Me.IsSafelyFacing(TargetManager.ActiveTarget) &&
(AuraManager.GetAuraTimeLeft("Mind Flay", TargetManager.ActiveTarget, true).TotalSeconds <= AltarboySettings.Instance.ClippingDuration)
), TargetManager.ActiveTarget)
//Mind flay when when you have nothing else to do.. Try and clip to account for lag.
AltarboyComposites.CastSpell("Mind Flay", ret =>
Me.IsSafelyFacing(TargetManager.ActiveTarget) &&
(AuraManager.GetAuraTimeLeft("Mind Flay", TargetManager.ActiveTarget, true).TotalSeconds <= AltarboySettings.Instance.ClippingDuration)
), TargetManager.ActiveTarget),