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.
Could you implement that the Pet (Voidwalker) takes the aggro of all mobs and the WL casts all the DoTs? cause sometimes my voidwalker handles the aggro too late^^
 
Could you implement that the Pet (Voidwalker) takes the aggro of all mobs and the WL casts all the DoTs? cause sometimes my voidwalker handles the aggro too late^^

Would slow down the bot too much imo. It will take agro on some, but to be the most efficient you want the lock to take some damage.
 
Could you implement that the Pet (Voidwalker) takes the aggro of all mobs and the WL casts all the DoTs? cause sometimes my voidwalker handles the aggro too late^^
SpellManager.Cast("Mind reading powers");
*fizzled*

Tell me how to fix it and i will. Logs? Information? Anything?
My lock is 80 and i don't really feel like leveling another one.
 
Dunno if this is somehow just me or what, but Honorbuddy is falsely detecting the Molten Core buff. I'm running this CC on my demo lock and all he wants to do is spam Incinerate because he thinks he has the Molten Core buff all the time. For giggles I modified the code to spam the log every time it thought it had the Molten Core buff and that confirmed that there is some problem with Me.Buffs.ContainsKey("Molten Core"). I tried it on two different computers with multiple Honorbuddy versions so I don't think this is some freak bug caused by my WoW/HB installation but since it hasn't been reported yet it does make me wonder....
 
Dunno if this is somehow just me or what, but Honorbuddy is falsely detecting the Molten Core buff. I'm running this CC on my demo lock and all he wants to do is spam Incinerate because he thinks he has the Molten Core buff all the time. For giggles I modified the code to spam the log every time it thought it had the Molten Core buff and that confirmed that there is some problem with Me.Buffs.ContainsKey("Molten Core"). I tried it on two different computers with multiple Honorbuddy versions so I don't think this is some freak bug caused by my WoW/HB installation but since it hasn't been reported yet it does make me wonder....
Code:
// Molten Core -> Incinerate
if (combatChecks && Me.Buffs.ContainsKey("Molten Core") && SpellManager.CanCastSpell("Incinerate"))
{
    drlog(logPrefix + ": Demonology: Molten Core, casting Incinerate");
    return "Incinerate";
}
Very strange. Looking at the code, if this was a problem then a lot more people would be affected.

Log please
 
Yeah, that's what doesn't make sense to me. The code should work but for some reason I am having issues. Ultimately its not a big deal since I just comment that section out but Incinerate during Molten Core is a nice damage boost to be able to take advantage of :p.

I attached a short log using a freshly downloaded copy of the CC.
 

Attachments

This is me being greedy but could you stick in a few lines of code to target me/the felhunter and use devour magic? Maybe only out of combat idk? Otherwise no complains at all. :D
 
Code:
// Molten Core -> Incinerate
if (combatChecks && Me.Buffs.ContainsKey("Molten Core") && SpellManager.CanCastSpell("Incinerate"))
{
    drlog(logPrefix + ": Demonology: Molten Core, casting Incinerate");
    return "Incinerate";
}
Very strange. Looking at the code, if this was a problem then a lot more people would be affected.

Log please

You can't use containskey on molten core, because there is a passive buff called "Molten Core" that you get from the talent, but its invisible to the game client itself. HB sees that passive buff as having the same name and thinks Molten Core is always on. That's why I ended up changing it to "IsBuffOnMeLUA", not sure how it got changed back.
 
Ski.. my WL just switches between the Mobs when i aggro more that 1 Mob.. so he does not cast DoTs on them.. he is just watching how my pet first kills one of them and then handles the other one.. I dunno if this is a bug or normal.. if its a bug let me know and i will post you a log

Just a sneak peek^^

Code:
[skiWarlock] Warning: There are 4 attackers
[skiWarlock] Combating Adds: 4
[skiWarlock] Add: 1: Target: Defias Smuggler
[skiWarlock] Add: 1: Pet attack: Defias Smuggler
[skiWarlock] Adds: Healing: Health Funnel
[skiWarlock] Funneling!
[skiWarlock] Funneling finished. Pet Health: 50%
[skiWarlock] Add: 2: Target: Defias Smuggler
[skiWarlock] Add: 2: Pet attack: Defias Smuggler
[skiWarlock] Add: 3: Target: Defias Smuggler
[skiWarlock] Add: 3: Pet attack: Defias Smuggler
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 4: Target: Defias Trapper
[skiWarlock] Add: 4: Pet attack: Defias Trapper
Activity: Combat
[skiWarlock] Combat: Healing: Use Health Potion if I have one
[skiWarlock] Combating Adds: 4
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 1: Target: Defias Smuggler
[skiWarlock] Add: 1: Pet attack: Defias Smuggler
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 2: Target: Defias Smuggler
[skiWarlock] Add: 2: Pet attack: Defias Smuggler
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 3: Target: Defias Trapper
[skiWarlock] Add: 3: Pet attack: Defias Trapper
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 4: Target: Defias Smuggler
[skiWarlock] Add: 4: Pet attack: Defias Smuggler
Activity: Combat
[skiWarlock] Combat: Healing: Use Health Potion if I have one
[skiWarlock] Combating Adds: 4
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 1: Target: Defias Smuggler
[skiWarlock] Add: 1: Pet attack: Defias Smuggler
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 2: Target: Defias Smuggler
[skiWarlock] Add: 2: Pet attack: Defias Smuggler
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 3: Target: Defias Trapper
[skiWarlock] Add: 3: Pet attack: Defias Trapper
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 4: Target: Defias Smuggler
[skiWarlock] Add: 4: Pet attack: Defias Smuggler
Activity: Combat
[skiWarlock] Combat: Healing: Use Health Potion if I have one
[skiWarlock] Combating Adds: 4
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 1: Target: Defias Smuggler
[skiWarlock] Add: 1: Pet attack: Defias Smuggler
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 2: Target: Defias Smuggler
[skiWarlock] Add: 2: Pet attack: Defias Smuggler
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Add: 3: Target: Defias Trapper
[skiWarlock] Adds: Healing: Use Health Potion if I have one
[skiWarlock] Adds: Healing: Use Mana Potion
[skiWarlock] Add: 4: Target: Defias Smuggler
Activity: Releasing from corpse
I died!
 
ski.. My wl just switches between the mobs when i aggro more that 1 mob.. So he does not cast dots on them.. He is just watching how my pet first kills one of them and then handles the other one.. I dunno if this is a bug or normal.. If its a bug let me know and i will post you a log

just a sneak peek^^


Code:
[skiwarlock] warning: There are 4 attackers
[skiwarlock] combating adds: 4
[skiwarlock] add: 1: Target: Defias smuggler
[skiwarlock] add: 1: Pet attack: Defias smuggler
[skiwarlock] adds: Healing: Health funnel
[skiwarlock] funneling!
[skiwarlock] funneling finished. Pet health: 50%
[skiwarlock] add: 2: Target: Defias smuggler
[skiwarlock] add: 2: Pet attack: Defias smuggler
[skiwarlock] add: 3: Target: Defias smuggler
[skiwarlock] add: 3: Pet attack: Defias smuggler
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 4: Target: Defias trapper
[skiwarlock] add: 4: Pet attack: Defias trapper
activity: Combat
[skiwarlock] combat: Healing: Use health potion if i have one
[skiwarlock] combating adds: 4
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 1: Target: Defias smuggler
[skiwarlock] add: 1: Pet attack: Defias smuggler
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 2: Target: Defias smuggler
[skiwarlock] add: 2: Pet attack: Defias smuggler
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 3: Target: Defias trapper
[skiwarlock] add: 3: Pet attack: Defias trapper
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 4: Target: Defias smuggler
[skiwarlock] add: 4: Pet attack: Defias smuggler
activity: Combat
[skiwarlock] combat: Healing: Use health potion if i have one
[skiwarlock] combating adds: 4
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 1: Target: Defias smuggler
[skiwarlock] add: 1: Pet attack: Defias smuggler
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 2: Target: Defias smuggler
[skiwarlock] add: 2: Pet attack: Defias smuggler
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 3: Target: Defias trapper
[skiwarlock] add: 3: Pet attack: Defias trapper
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 4: Target: Defias smuggler
[skiwarlock] add: 4: Pet attack: Defias smuggler
activity: Combat
[skiwarlock] combat: Healing: Use health potion if i have one
[skiwarlock] combating adds: 4
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 1: Target: Defias smuggler
[skiwarlock] add: 1: Pet attack: Defias smuggler
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 2: Target: Defias smuggler
[skiwarlock] add: 2: Pet attack: Defias smuggler
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] add: 3: Target: Defias trapper
[skiwarlock] adds: Healing: Use health potion if i have one
[skiwarlock] adds: Healing: Use mana potion
[skiwarlock] add: 4: Target: Defias smuggler
activity: Releasing from corpse
i died!

post the full log.
 
I can't get this to work with HB 1.9.5.5. Am I doing something wrong?

In the HB "CustomClass" folder, there's already a demonwarlock.cc file. If I move it anywhere else, HB crashes on startup. How do I know for sure that skiWarlock is loaded?

Can someone tell me exactly where to put the files (file structure, etc.)
 
You can't use containskey on molten core, because there is a passive buff called "Molten Core" that you get from the talent, but its invisible to the game client itself. HB sees that passive buff as having the same name and thinks Molten Core is always on. That's why I ended up changing it to "IsBuffOnMeLUA", not sure how it got changed back.
Woaps, i changed it.... trying to remove all LUA where i can. It makes everything slower.

I'll look for another way, possibly by Buff ID.

Thanks for posting lapse!

Here's the Full Log. I hope it's just a little Bug^^
"Chose skiWarlock v3.67 as your combat class!"

Please try updating to v3.68

I can't get this to work with HB 1.9.5.5. Am I doing something wrong?

In the HB "CustomClass" folder, there's already a demonwarlock.cc file. If I move it anywhere else, HB crashes on startup. How do I know for sure that skiWarlock is loaded?

Can someone tell me exactly where to put the files (file structure, etc.)
Cant help you without a Log.

If anyone has problems posting a log due to size, please use http://www.pastie.org and post the link... or pm me if you are paranoid :)

I usually wait a few days before I update the first post to make sure no new bugs were introduced that we didn't know about.
Even more so at the moment as there were A LOT of changes made recently. We are just working through all of the bugs now. Keep the bugs coming guys!
 
Last edited:
Dunno if this is somehow just me or what, but Honorbuddy is falsely detecting the Molten Core buff. I'm running this CC on my demo lock and all he wants to do is spam Incinerate because he thinks he has the Molten Core buff all the time. For giggles I modified the code to spam the log every time it thought it had the Molten Core buff and that confirmed that there is some problem with Me.Buffs.ContainsKey("Molten Core"). I tried it on two different computers with multiple Honorbuddy versions so I don't think this is some freak bug caused by my WoW/HB installation but since it hasn't been reported yet it does make me wonder....
Can you please change the following and let me know the result?

Change:
Code:
if (combatChecks && Me.Buffs.ContainsKey("Molten Core") && SpellManager.CanCastSpell("Incinerate"))
To:
Code:
if (combatChecks && Me.ActiveBuffs.ContainsKey("Molten Core") && SpellManager.CanCastSpell("Incinerate"))
 
That stops the spam, but when Molten Core actually does proc Honobuddy doesn't pick up on it. I attached another short log for what its worth.
 

Attachments

Cant help you without a Log.

Ok, HB doesn't crash anymore when running it, but it doesn't seem to load skiWarlock either. Here's the log (the part in bold is important, I think):

Attached to WoW with ID 4168
Loading Honorbuddy 1.9.5.5 settings.
MeshesFolderPath: C:\Users\*****\Downloads\HB - 1.9.5.5\Mesh
EnabledPlugins:
eRefreshment
AutoEquip
SelectedBotIndex: 4
FormLocationX: -706
FormLocationY: 325
UseExperimentalPathFollowing: False
KillBetweenHotspots: True
Authenticating..
Authentication successful.
New bot added!: Grind bot
New bot added!: PvP
Building spell book
Adding: Auto Attack
Adding: Cannibalize
Adding: Dodge
Adding: Shadow Resistance
Adding: Shoot
Adding: Underwater Breathing
Adding: Will of the Forsaken
Adding: Corruption
Adding: Curse of Agony
Adding: Curse of Weakness
Adding: Drain Soul
Adding: Fear
Adding: Life Tap
Adding: Create Healthstone
Adding: Demon Skin
Adding: Summon Imp
Adding: Immolate
Adding: Shadow Bolt
Spell book built
Could not compile CC from C:\Users\*****\Downloads\HB - 1.9.5.5\CustomClasses\skiWarlock.cs!
File: skiWarlock.cs Line: 42 Error: The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)


Chose Hawker's Fel Warlock 2.4 as your combat class!
New bot added!: Mixed
New bot added!: RaF - Combat Assist
New bot added!: Questing - Beta
Honorbuddy 1.9.5.5 started!
Character is a level 10 Warlock
Current zone is: Undercity
 
Last edited:
Status
Not open for further replies.
Back
Top