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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Warlock CC] skiWarlock 3.0 for HB2 - ALL TREES -

Status
Not open for further replies.
FINALLY! I can use the new HB versions! Tony just told me to delete all the crap in my wow cache folder and book works like a hot damn!

Anyway ... back on the CC ....

Would it be hard to make the lock re-summon the void-walker if his intellect drops below a certain %? my guy always run out of Intel and then he cant taunt, and a lock without a voidy while leveling is just bad lol

My lock never eats or drinks, he just dots, taps, and drains life lol he pwns!
 
add something like this to pull() method:

if (Me.GotTarget &&
Me.CurrentTarget.IsPet)
{
Blacklist.Add(Me.CurrentTarget, TimeSpan.FromDays(1));
Me.ClearTarget();
return;
}
 
add something like this to pull() method:

Was that piece of code for my void-walker re-summon?

If so do I have to add % to it anywhere so it knows what % I want him to re-summon at?

Sorry if that sounds stupid, but the whole .cs file looks like Chinese to me, I have no idea how you guys can read it without ya eyes bugging out lol
 
Hey, not sure if this was mentioned before..but my lock seems to lifetap once or twice extra even after his mana is at 100%.
 
Mine's the opposite....it's turned off but I've seen it mass pull a few times regardless. Not very often, though.
 
I simply can not get this bot to work. I have deleted all default CC's, and the only cc that are in the cc folder is skiwarlock3.0

What the bot simply does (gnome 72 full demonlock) is nothing. It just dismounts when it got aggro and takes it. In HB 1.9.2.5 it detects skiwarlock, and detetcs everything, and makes soulstone and all. Still does nothing really. I had it work once with affliction, but it only did stupid things like seed of corruption spam and when pet (imp) got low spammed health funnel.

Any idea or is this cc broken atm?
 
I simply can not get this bot to work. I have deleted all default CC's, and the only cc that are in the cc folder is skiwarlock3.0

What the bot simply does (gnome 72 full demonlock) is nothing. It just dismounts when it got aggro and takes it. In HB 1.9.2.5 it detects skiwarlock, and detetcs everything, and makes soulstone and all. Still does nothing really. I had it work once with affliction, but it only did stupid things like seed of corruption spam and when pet (imp) got low spammed health funnel.

Any idea or is this cc broken atm?

I can confirm that the CC is working for me. I suggest trying a fresh install of HB + clearing the WoW cache.
 
The bot is working. All problems previous to this post sound like configuration problems.

This bot (by default) has been configured for level 80. If you are not level 80, you need to customize the variables to suit YOUR needs.

In the future there might be a GUI to make configuration easy. Until then, please take 10minutes to tune the variables to your warlocks level, gear and location.
 
It's working fine for me stright out of the box so far I have used it from 30-47 with no porblems. Try turning off all your addons
 
i am using honorbuddy 2 beta 10 and i get the error "Can't start - No combat class is loaded!"
i put the cc in the customclasses folder and removed the old one.. dunno what i am doing wrong
 
One suggestion...
I know there's a config option whether to use unending breath or not. And that's all good...but wouldn't it be better to do a breath check before re-newing the buff? So for example if I'm not currently in the water and "holding my breath" but say doing a repair run...I don't need unending breath and it might look a bit strange to buff on dry land.

Stealing parts of Forb1d's anti-drown plugin (assuming it still works with the current version/beta)
ObjectManager.Me.GetMirrorTimerInfo(MirrorTimerType.Breath) != null && ObjectManager.Me.GetMirrorTimerInfo(MirrorTimerType.Breath).CurrentTime > 0
....or something similar.
 
Getting this error while running it today

[skiWarlock] Styx.Logic.Pathing.Navigator.PathPrecision: 1.6
[skiWarlock] Styx.Logic.Pathing.Navigator.PathPrecision: 2.5
 
fonzy, i dont think thats an error.

I have a problem at the fargo deep mine in elwynn forest, it keeps running into the wall of the mine and says "target out of sight" while my imp is runing up the stairs getting killed.
<Hotspot X="-9844.538" Y="196.0881" Z="14.78714" /> is the place my warlock is "stuck"
Im lvl 8, using your warlock cc and a fresh copy of Mords Breakneck 1-45 profile-
Logfile is attached.
 

Attachments

Status
Not open for further replies.
Back
Top