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.
Idk either ... but that doesn't seem like a CC-related problem ... cause there weren't any Errors and the bot normaly doesn't just shuts down without shouting anything like "Please fix or remove that tiny itchy plugin over here ... it's annoying!"

Maybe it's not completely supporting WinNT?

I realy don't know too. I try instaled Net Framework 4.0 and this same... 0 error only bot just shut down. I know only, this crash is on load spell book...
 
I realy don't know too. I try instaled Net Framework 4.0 and this same... 0 error only bot just shut down. I know only, this crash is on load spell book...

Well if it is loading the spell book and crashing that's base HB not the CC.
 
Sorry guys, I know I promised an update but I've been getting killed by work, 4 blizzards that have come through my area in recent weeks, and some hospital issues. I don't know when I'm going to be able to sit down and do it.

If there is anyone out there that has added functional code already and wants it incorporated into the CC for an update, let me know and I'll credit you as necessary. I still intend to update it at some point but I need a good day or two of solid free time to fire it up and get it done.
 
Sorry guys, I know I promised an update but I've been getting killed by work, 4 blizzards that have come through my area in recent weeks, and some hospital issues. I don't know when I'm going to be able to sit down and do it.

If there is anyone out there that has added functional code already and wants it incorporated into the CC for an update, let me know and I'll credit you as necessary. I still intend to update it at some point but I need a good day or two of solid free time to fire it up and get it done.

While an update would be nice, you being okay is more important. It helps that the CC is really solid as it stands... everything that anyone's asked for have just been tweaks or adding new functionality post-80.

Anything I changed I've listed in the thread directly. I think the main thing I added which should be incorporated is the changed I made to the CotE casting line in that it checks for the Jynx debuff, too.
 
While an update would be nice, you being okay is more important. It helps that the CC is really solid as it stands... everything that anyone's asked for have just been tweaks or adding new functionality post-80.

Anything I changed I've listed in the thread directly. I think the main thing I added which should be incorporated is the changed I made to the CotE casting line in that it checks for the Jynx debuff, too.

If you want to forward me your version I can run a quick diff and add it into the main CC and credit you for it.
 
If you want to forward me your version I can run a quick diff and add it into the main CC and credit you for it.

Okay. I've made some other changes, too. And not all of them I recommend for the main CC. But you can reply to the PM and I'll explain what I did.
 
My HB totally crashed aswell, works if i delete the Ski warlock folder. Crashes even with only ski warlock folder in CC map.
 
Here you go ski, a copy of my modified CC file.

Note to other users:

DO NOT USE THIS FILE! It won't work correctly for you and will do weird things that you won't understand.
 

Attachments

using this atm
great cc
but was wondering if this cc is multilingual (AKA does this cc work with chinese clients?)
 
Here you go ski, a copy of my modified CC file.

Note to other users:

DO NOT USE THIS FILE! It won't work correctly for you and will do weird things that you won't understand.

Don't work. This same. HB just shutdown.
 
Hey ski...

So I've messed around more on why it keeps wanting to summon the damn pet. Been using AB and it's not giving the pet enough time to come back alive after dismounting. Hell one time it tried to health funnel the pet (since it takes two ticks for it to get back up to full health).

So the whole "PetPresence" detection thing is way too rough when dealing with mounts.

EDIT: I may have just solved it.

Changed this:

Code:
return (PetPresenceTimer.ElapsedMilliseconds > 2000 ? true : false);

To this:

Code:
return (PetPresenceTimer.ElapsedMilliseconds > 3000 ? true : false);
 
Last edited:
It wont let me masspull, only takes one mob by one.. i've got true on the opinion masspull but still it wont pull more than 1 at the time...



What's the problem?
 
Most CCs are multilingual ... for this there's only one exception ... Pet-Spells. Those are called through Lua by Name, not by Spell-ID. So ... it's working for like 99% of your class. Just using Fel Guard and Voidwalker will make your Char and Honorbuddy go wild and stuck.
 
Yeah had to disable mounting with this CC. Bot mounts and then realizes he doesn't have pet so dismounts and immediately summons pet. Looks very strange.
 
Yeah had to disable mounting with this CC. Bot mounts and then realizes he doesn't have pet so dismounts and immediately summons pet. Looks very strange.

Yeah, that's the biggest problem right now it seems. The whole "pet detection" code is wonky at best.
 
It wont let me masspull, only takes one mob by one.. i've got true on the opinion masspull but still it wont pull more than 1 at the time...

What's the problem?

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.
 
Status
Not open for further replies.
Back
Top