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

[Warlock CC] skiWarlock 4.0 - ALL TREES -

Status
Not open for further replies.
Figured it out: The code assumes I have voidwalker when I have points in Affliction, even though in my case I didn't have the voidwalker spell.

How did you not have the spell? For it to try and cast the Voidwalker it must have thought you had it based on level or something. And being Affliction doesn't have anything to do with getting a VW as everyone gets those.
 
Figured it out: The code assumes I have voidwalker when I have points in Affliction, even though in my case I didn't have the voidwalker spell.
Thank for reporting this bug. I have looked at the code and you are correct.
Further more, if you were level 10 or above, it would select the Voidwalker and try to summon him (without checking if you could).

I have reworked the Pet checking code in Initialization so it will check if you can summon your Pet or not. There were checks in place, but not fool-proof. This has been slatted for Rev 03+

For now, set the "Pet" variable in your Settings Profile to: Imp
 
Last edited:
I have 5 Soul Shards an he dosn't summon correct pet (void walker). cc its correct configured.

[DBWarlock 0.14] Cannot Summon Voidwalker, summoning imp instead!
FS_EMPTY FormatException [DBWarlock 0.14] Have spell = {0} - Have Soul Shard {1}
[DBWarlock 0.14] Need to change summon
[DBWarlock 0.14] Need Buffs!
[DBWarlock 0.14] Need to change summon
[DBWarlock 0.14] Calling my Summon!
[DBWarlock 0.14] Cannot Summon Voidwalker, summoning imp instead!
FS_EMPTY FormatException [DBWarlock 0.14] Have spell = {0} - Have Soul Shard {1}
[DBWarlock 0.14] Summon Imp.
[DBWarlock 0.14] Need to change summon
[DBWarlock 0.14] Need Buffs!
[DBWarlock 0.14] Need to change summon
[DBWarlock 0.14] Calling my Summon!
[DBWarlock 0.14] Cannot Summon Voidwalker, summoning imp instead!
FS_EMPTY FormatException [DBWarlock 0.14] Have spell = {0} - Have Soul Shard {1}
[DBWarlock 0.14] Need to change summon

and this:

public bool useSummon = true;
public int summonEntry = 1860; // 0 = Auto / Sumon Entry ID
public bool useFelDomination = true;

dosnt work
 
Last edited by a moderator:
Mine isn't even casting fel armor or soul link at 80 pvp. Even though use armor is set to true.
 
trying to cast spells with no mana. Should not go into combat with 1% HP even if there is no food i feel the bot should just avoid adds and wait till there is more health
 
Hey ski,

I get his in my log when i start the bot up

Glyphs.GetGlyphLink(): Error: Input string was not in a correct format.
 
Mine isn't even casting fel armor or soul link at 80 pvp. Even though use armor is set to true.

wel ur doing something wrong then im lvling a lock its almost 50 and its casting soul link
 
this cc gots lots improved with the gui option and the mass pulling is awsome it gives me now more Xp per hour plus i dont have seen that pet pul bug yet witht the other cc i had sometimes issue when the mob attacked the pet the char didnt attacked the mob casting on it i mean
 
Hey ski,

I get his in my log when i start the bot up

Glyphs.GetGlyphLink(): Error: Input string was not in a correct format.

Post a full log from a run as an attachment as there are other lines that we need to see.
 
trying to cast spells with no mana. Should not go into combat with 1% HP even if there is no food i feel the bot should just avoid adds and wait till there is more health

No log, no help.
 
its awsome but mass pul in dungeons doesend work? it says mass pul if 4 ads but it doesend use rain of fire then?
 
trying to cast spells with no mana. Should not go into combat with 1% HP even if there is no food i feel the bot should just avoid adds and wait till there is more health
Log or i cant help. Please post your full log as an attachment.

Are your variables are setup incorrectly? A log would tell me...
Hey ski,

I get his in my log when i start the bot up

Glyphs.GetGlyphLink(): Error: Input string was not in a correct format.
This apart of my Glyph class. Please post your full log as an attachment.

Mine isn't even casting fel armor or soul link at 80 pvp. Even though use armor is set to true.
PVP buffing has been disabled for now. It will come back when i have time.

its awsome but mass pul in dungeons doesend work? it says mass pul if 4 ads but it doesend use rain of fire then?
Mass Pull is disabled in Instances. It will pick up the tanks target (RAF Leaders target). You dont want to Mass Pull in instance otherwise you would be the tank!

It does Combat Adds in an instance (which is what i think you ment), but only by single target rotation (DOTs and Single Target spells - no AOE)
 
Last edited:
It does Combat Adds in an instance, but only by single target rotation (DOTs and Single Target spells - no AOE)

Unless you remove that one check from the Seed of Corruption usage line then it uses it just fine in instances. =)

And yes, I understand I'm taking full liability for that, etc, etc.

EDIT: Question, though. Do I have to be in RAF mode for it to pick up the Leader's target, etc?
 
Last edited:
still a few things i cant figure out how to work out with this profile, when doing pvp it wont use the affliction spells i tell it to use e.g. i put immolate to false and unstable affliction to true.. and yet it still casts immolate. I also have haunt to true and it doesnt even cast it at all.... another thing is the Armor buff, it doesnt even bother using it...

if there is something i am doing wrong any insight would be much appreciated!

Cheers!
 
still a few things i cant figure out how to work out with this profile, when doing pvp it wont use the affliction spells i tell it to use e.g. i put immolate to false and unstable affliction to true.. and yet it still casts immolate. I also have haunt to true and it doesnt even cast it at all.... another thing is the Armor buff, it doesnt even bother using it...

if there is something i am doing wrong any insight would be much appreciated!

Cheers!

You have to make sure that you are editing the PvP profile. Or at least have the profile that you are editing set as the PvP profile.

An easy way is to click on the Default PVP profile in the list and click load. Make your changes. Type in something above the "Save As" field. Hit Save As. Then select that new profile, hit load, then hit the PVP button. You've now set that profile as the PVP profile.

You can just edit the default PVP profile if you want, but I always try to leave those the same.
 
Unless you remove that one check from the Seed of Corruption usage line then it uses it just fine in instances. =)

And yes, I understand I'm taking full liability for that, etc, etc.

EDIT: Question, though. Do I have to be in RAF mode for it to pick up the Leader's target, etc?
AOE in instances will change in the future, but i want to add some mob/distance/aggro checks before the bot starts spamming SoC. On my crappy geared lock, i was regularly pulling off tanks and dieing.

Work has been a pain in the ass this week, so i haven't had much time to develop.

For it to pickup the Tanks target, RafHelper.Leader needs to be set. InstanceBuddy sets this for you, so does RAF mode.

You will see in your log: Combat: RAF: Target: Mob Name
Also the Pet picks up the RAF target, but this is not 100% perfect just yet.
still a few things i cant figure out how to work out with this profile, when doing pvp it wont use the affliction spells i tell it to use e.g. i put immolate to false and unstable affliction to true.. and yet it still casts immolate. I also have haunt to true and it doesnt even cast it at all.... another thing is the Armor buff, it doesnt even bother using it...

if there is something i am doing wrong any insight would be much appreciated!

Cheers!
I would guess you havent configured your "PVP Settings Profile"?

But i cant tell without a log! Why do you people hate me so much :p

You have to make sure that you are editing the PvP profile. Or at least have the profile that you are editing set as the PvP profile.

An easy way is to click on the Default PVP profile in the list and click load. Make your changes. Type in something above the "Save As" field. Hit Save As. Then select that new profile, hit load, then hit the PVP button. You've now set that profile as the PVP profile.

You can just edit the default PVP profile if you want, but I always try to leave those the same.
Thanks for explaining that. Are you guys finding the Settings Profile system intuitive ?
 
dunno what im doing wrong but i had it all going smoothly for 8 hours or so and now all i get is this
[skiWarlock] Rest: Too many Soul Shards, deleting one! Count: 6
Moving to Type: Loot, Name: Bonechewer Mutant
Moving to Type: Repair, Name: Humphry
Moving to Type: Loot, Name: Deranged Helboar
Lootable isn't lootable...blacklisting.
Moving to Type: Repair, Name: Humphry
Stop and dismount...
Moving to Type: Repair, Name: Humphry
Stop and dismount...
Moving to Type: Repair, Name: Humphry
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[AutoEquip]: Equipping item "Master's Vest of the Owl" instead of "Loosely Threaded Vest" - it scored 20.21 while the old scored 0.76
[AutoEquip]: Equipping item "Abjurer's Robe of Spirit" instead of "Loosely Threaded Vest" - it scored 12.42 while the old scored 0.76
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[AutoEquip]: Equipping item "Master's Vest of the Owl" instead of "Abjurer's Robe of Spirit" - it scored 20.21 while the old scored 12.42
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] Rest: Applying Spellstone to weapon
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] NeedRest: Need a Healthstone
[skiWarlock] Rest: Create Healthstone
[skiWarlock] Stopping skiWarlock v4.02
 
Status
Not open for further replies.
Back
Top