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

[Warlock CC] skiWarlock 5.0 -Ok, probably doesn't work right now-

Status
Not open for further replies.
Hey ski, need to get this added into the CC and I'm not quite sure where to put it:

Both AB and GB have this fixed. Ask CC authors to add a logic to target pet's target. When you are in combat, has no target, has pet and pet has target

Code:
if (StyxWoW.Me.CurrentTarget == null && StyxWoW.Me.GotAlivePet && StyxWoW.Me.Pet.CurrentTarget != null)
{
      StyxWoW.Me.Pet.CurrentTarget.Target();
}

new Decorator(
     ret => StyxWoW.Me.CurrentTarget == null &&
               StyxWoW.Me.GotAlivePet && 
               StyxWoW.Me.Pet.CurrentTarget != null,
     new Action(ret => StyxWoW.Me.Pet.CurrentTarget.Target()))
 
Hey ski, need to get this added into the CC and I'm not quite sure where to put it:

Last I heard this was going to be fixed in HB pretty soon so the workaround shouldn't be necessary. If it looks like its going to take longer for the HB fix then when I can make the change, I'll make it. It should be in Combat(), where the current if (MeDoesn'tHaveTarget) code is, though I have no idea how to implement the decorator. Never even used one.
 
Last edited:
I've never used Masspull, but enough people have stated that it doesn't work when it is set up that I think that from the time it *was* working till now, something in HB's targeting changed that causes it to not work anymore.

It definitely used to work, if it really is broken I'll be sad. I just re-enabled the account with all my warlocks on it, so I'll do some testing this week once I get back from work travel. Updated thread title so people don't try to use this until its fixed.
 
Last I heard this was going to be fixed in HB pretty soon so the workaround shouldn't be necessary. If it looks like its going to take longer for the HB fix then when I can make the change, I'll make it. It should be in Combat(), where the current if (MeDoesn'tHaveTarget) code is, though I have no idea how to implement the decorator. Never even used one.

This ended up being a non-issue as there are a couple of work arounds for it out there plugin wise.

I really wish they'd fix the whole pet detection thing as almost any CC that has a pet goes apeshit after you dismount as it's not giving it the couple of seconds you need for the pet to show back up.
 
This ended up being a non-issue as there are a couple of work arounds for it out there plugin wise.

I really wish they'd fix the whole pet detection thing as almost any CC that has a pet goes apeshit after you dismount as it's not giving it the couple of seconds you need for the pet to show back up.

Yeah, it's really annoying and looks very suspicious. I've also noticed that if it doesn't resummon a pet, most of the time it'll try and health funnel it back to full health since it takes a second or two for the health to appear correctly.
 
^^ this needs to be fixed, looks VERY bot-like when botting and re-summoning pet ever 5 mins
 
^^ this needs to be fixed, looks VERY bot-like when botting and re-summoning pet ever 5 mins

That's actually not much of a CC issue at this point. It seems that they changed something in the last few HB builds that impacted this.

If I use *any* Warlock CC and jump on and off a mount quickly it will resummon my pet EVERY time. So for now I've just edited out all of the non-combat Pet summon/heal code in the CC to keep that from happening.
 
That's actually not much of a CC issue at this point. It seems that they changed something in the last few HB builds that impacted this.

If I use *any* Warlock CC and jump on and off a mount quickly it will resummon my pet EVERY time. So for now I've just edited out all of the non-combat Pet summon/heal code in the CC to keep that from happening.

ive never modified the code, can you tell me where i need to edit that out, or upload a version that works :)
 
ive never modified the code, can you tell me where i need to edit that out, or upload a version that works :)

I would but my CC right now has some pretty major edits in it specific for what I've been using it for lately. So it wouldn't work for anyone trying to do anything else (full on PvE, PvP, etc).

I have faith that ski will manage to whip up something magical. =)
 
Hey guys, i have a problem with this bot on my Lvl 15 Worgen Warlock. His specced demon and when i farms he dots the target -> sends the pet and then starts running to the next target. He doesnt loot and most of the times the first mob doesnt die and he gets killed. Any ide whats wrong? <_<;
 
this cc currently is not functional, and is waiting for a lovely update by Ski :)
 
hm, the bot works for me better, after the hb update
now it does all spells in a good rotation
the pet management seems to be better

i?ll test it now with destruction spec
 
This was the only good warlock cc and now the project seems to be dead.
 
Doesn't currently cast Soul Fire, while it did so just fine before 4.0.6.
 
So what are the flaws of this cc since the last update?
I used it as a Demo and it was gr8, but I haven't tested it with the latest HB+WOW patch
 
So what are the flaws of this cc since the last update?
I used it as a Demo and it was gr8, but I haven't tested it with the latest HB+WOW patch

Well if you aren't being hit by any of the weird random bugs the big one is that it wasn't ever updated for levels 81-85 correctly.
 
Thx, i'll check it out tonight and i'll see what bug hits me too ;)
 
is this cc being continued or no? im sure he's busy but some sort of idea would be great
 
Status
Not open for further replies.
Back
Top