What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Unholywrath: Blood/Frost/Unholy PVE Bot

First and foremost, this cc rocks as 401 dw frost. Easily pulling 60k+ on madness. Do have a request though......not sure if it is addressable. On heroic Ultrax, as DK I am required to soak every 3rd hour of twilight. I have an ams + Icebound Fortitude macro I use to press instead of heroic will. All fine so far, but with the bot running, when I hit my macro I usually only get the ams because I don't have the rp for Icebound fortitude. Is there any way to implement some tick boxes or something for the hour of twilight cast you want to soak and have the bot cast ams+icebound fort on them?

tbh i'd love to be able to implement gui into this cc, but i dont have the expertise.

modifying the cc is simple enough if you can read it. its all a simple enough format.

Castspell("THIS")AS LONG AS THESE ARE TRUE > BLA BLA BLA, THEN SAY ("BLABLA")

to remove the ability as an option completely either add // to the start:

// Castspell("THIS")AS LONG AS THESE ARE TRUE > BLA BLA BLA, THEN SAY ("BLABLA")

or just delete the line completely.

hope this helps.
 
having some problems with it leaving raid finder when i start it : /
 
having some problems with it leaving raid finder when i start it : /

cannot possibly be a CC issue as it doesn't posses the coding to perform such commands., i would suggest that either you aren't using lazyraider or you have a plugin which is forcing the bot to leave.
 
tbh i'd love to be able to implement gui into this cc, but i dont have the expertise.

modifying the cc is simple enough if you can read it. its all a simple enough format.

Castspell("THIS")AS LONG AS THESE ARE TRUE > BLA BLA BLA, THEN SAY ("BLABLA")

to remove the ability as an option completely either add // to the start:

// Castspell("THIS")AS LONG AS THESE ARE TRUE > BLA BLA BLA, THEN SAY ("BLABLA")

or just delete the line completely.

hope this helps.


Well, i went through the CC and changed a few things, for example I removed;

- Pillar of frost usage ( Allowing me to min max )
- Trinket usage ( Spine HC for tendon )
- DND ( Spine again )

Just an example of how YOU can change this brilliant CC to suit you and your raid group.

Also following up on how you said your macro wont press Icebound aswell as ams, I have set within HB to 'pause' the cc by hitting my right-shift button.
So again this is up to you, and your own personal ability, I've got the usage of the CC down to a T and pull 80+ on madness and 50/60 on all other bosses.

And my guild don't suspect a thing.

Regards.
 
Well, i went through the CC and changed a few things, for example I removed;

- Pillar of frost usage ( Allowing me to min max )
- Trinket usage ( Spine HC for tendon )
- DND ( Spine again )

Just an example of how YOU can change this brilliant CC to suit you and your raid group.

Also following up on how you said your macro wont press Icebound aswell as ams, I have set within HB to 'pause' the cc by hitting my right-shift button.
So again this is up to you, and your own personal ability, I've got the usage of the CC down to a T and pull 80+ on madness and 50/60 on all other bosses.

And my guild don't suspect a thing.

Regards.

dude you are a legend, but share the wealth!!

community release remember, if you have improved it link it, the shift-pause thing sound like something i'd be really happy to implement, its a cool idea.
 
Looking for feedback guys, i'm trying to broaden the usage of Unholywrath past just Lazyraider into the questing bot and potentially instancebuddy.

If i add this to the unholywrath.cs will it cope with pulling the mobs while using the quest bot for example;

#region Pull


public static Composite CreateDeathKnightNormalAndPvPPull()
{
return
new PrioritySelector(
Movement.CreateMoveToLosBehavior(),
Movement.CreateFaceTargetBehavior(),
new Sequence(
Spell.Cast("Death Grip",
ret => StyxWoW.Me.CurrentTarget.DistanceSqr > 10 * 10),
new DecoratorContinue(
ret => StyxWoW.Me.IsMoving,
new Action(ret => Navigator.PlayerMover.MoveStop())),
new WaitContinue(1, new ActionAlwaysSucceed())),
Spell.Cast("Howling Blast"),
Spell.Cast("Icy Touch"),
Movement.CreateMoveToMeleeBehavior(true)
);
}




public static Composite CreateDeathKnightFrostAndUnholyInstancePull()
{
return
new PrioritySelector(
Movement.CreateMoveToLosBehavior(),
Movement.CreateFaceTargetBehavior(),
Spell.Cast("Howling Blast"),
Spell.Cast("Icy Touch"),
Movement.CreateMoveToMeleeBehavior(true)
);
}


#endregion


again, this isnt my own code in anyway, it is shamelessly stolen from another cc which i will fully credit if i implement it.
 
dude you are a legend, but share the wealth!!

community release remember, if you have improved it link it, the shift-pause thing sound like something i'd be really happy to implement, its a cool idea.
That's becoming a popular idea. Bobby53 included that in LazyRaider, and wulf also incorporated something similar into CLU. You may be able to look at those two things and get an idea of how to add it.
 
dude you are a legend, but share the wealth!!

community release remember, if you have improved it link it, the shift-pause thing sound like something i'd be really happy to implement, its a cool idea.

Yeah, it wasnt anything i've implemented, I use this CC with lazy raider, and then within the lazy raider I set my 'pause' button to my right shift key, so handy.
 
What the CC does NOT do:

  • Move. It does not move for you. The CC has no movement. It is stationary. You need to move it. It will not move itself.
  • Enchant your gear for you or reforge it correctly.
  • It will not interupt or Taunt
  • Let you down.
  • Distinguish between anything it is hitting, it knows only 1 speed and that is full speed ahead. It uses cooldowns off cooldown, trinkets off trinket.

Will it give me up, run around, or desert me?
 
Unfortunately im getting a LUA Error upon entering combat:

Spec: Masterfrost

no addons. picture attached Untitled.webp

its a reoccurring error generating errors at about 5~ errors per second which stops as soon as combat is over.
 
Unfortunately im getting a LUA Error upon entering combat:

Spec: Masterfrost

no addons. picture attachedView attachment 49006

its a reoccurring error generating errors at about 5~ errors per second which stops as soon as combat is over.

i'm 99% sure this isnt to do with the CC as the CC contains no file called Hax.Lua.

please use your eyes and the forum search bar before trying to report an error, thanks for the feedback though....
 
kbrebel04 said:
I reconsidered ridiculing you in your own thread so I'll just PM it to you.
I also ready through and didn't find you responding like an asshole as you did with me, what's up with that?

Post:
Okay...

Before I posted I searched. Nothing.

Before I posted I tried multiple different profiles and it only happens to your masterfrost profile.*

Hax.lua is a honorbuddy function. The script it is trying to run from your CC is creating the actual error.*Which has something in your CC after a "/". Perhaps an extra space, symbol etc. w.e it is it is something that Is being spammed upon entering combat as letting it run for a few seconds generates hundreds of duplicates of this error, that stop when combat ends.

If *it doesent happen with any other CC(to include your others as well as different CCs) *why would it be a honor buddy problem.

I decided to leave the rest out which was a response to your remarks. One of us has to have some sort of restraint right?

Its a common error which occurs after stopping and starting HB. There are numerous threads questioning it due to the nature of the error being in WoW instead of HB ppl get scared, it's not a new error and it has been around as long as i've been using HB for sure. I apologize if you took offence, I simply assumed it was part of common knowledge, as i would bet that the majority of users have seen this error from time to time, if i'm wrong i'll stand corrected, but in my experience the error has no impact on the performance of HB or the CC.

Aside from which an error in WoW doesnt give me anything to work with, its caused by HB spamming a command, not by the CC commanding the spam.

I appreciate feedback, but you didnt explain how it was hindering the bot (if indeed it actually was), was it working correctly despit the error? did it stop completely? If you don't share vital information what response do you expect?

http://www.thebuddyforum.com/honorbuddy-forum/support-issues/45460-hax-lua-errors-dc-issues.html
http://www.thebuddyforum.com/honorb...n-reports/honorbuddy/45888-hax-lua-error.html
http://www.thebuddyforum.com/honorb...ax-lua-error-does-blizzard-know-about-hb.html
http://www.thebuddyforum.com/honorb...-1-attempt-call-global-repopme-nil-value.html

A simple search would suggest that it isn't an issue with the CC.
 
Last edited:
Its a common error which occurs after stopping and starting HB. There are numerous threads questioning it due to the nature of the error being in WoW instead of HB ppl get scared, it's not a new error and it has been around as long as i've been using HB for sure. I apologize if you took offence, I simply assumed it was part of common knowledge, as i would bet that the majority of users have seen this error from time to time, if i'm wrong i'll stand corrected, but in my experience the error has no impact on the performance of HB or the CC.

Aside from which an error in WoW doesnt give me anything to work with, its caused by HB spamming a command, not by the CC commanding the spam.

I appreciate feedback, but you didnt explain how it was hindering the bot (if indeed it actually was), was it working correctly despit the error? did it stop completely? If you don't share vital information what response do you expect?
Sorry for sticking my nose in here, but I can attest that I have also experienced the Hax.lua error message, and I don't use this CC. I've experienced it using Singular, CLU, ShamWoW, JungleBook, NoobRage, Dunatank's Warrior CC, and several others. I get it when HB hangs, or when I log out before stopping the bot to change to a new toon. I've seen it on every single one of my toons, and I have a warrior, DK, druid, hunter, shaman, priest, paladin, warlock, and rogue. Currently I do not own a mage, but that may change. So, all in all, it happens on any CC given the requirements to cause the error are met. I don't know what those are, exactly, but I know it's something that is caused by HB and not the CCs HB uses.
 
Back
Top