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

Cimmerian 2.1 Beta 2

Mordd, Noticing a major bug. When you get attacked after your trying to loot something (say a mob comes up behind you while your looting) you will just stand there and get hit and die.... I dont know if you have experienced it but I have many times. Ive even tried changing profiles and it does it anywhere there are a lot of mobs.

yeah sometimes looting can bug, someone puts u in combat again, and it starts the attack sequence on the corpse it was trying to loot, untill the loot despawns, quite annoying.

edit: accually its untill the corpse despawns, my bad.
edit2: not sure if its the profile or what, but atm this profile, is going to repair, then heading to mailbox to mail, but 3-4 yards before mailbox it stops and goes back to the vendor and "repairs", this continues forever back and forth.
this profile: http://www.buddyforum.de/showthread.php?4141-Megser-s-Cenarion-Circle-HB2-!&
edit3: mail issue fixed itself somehow, i was having problems running with mount, so i turned that off, turning mount stuff on again made him mail, or thats how i think it was solved, i might just have been to tired last night.
 
Last edited:
yeah sometimes looting can bug, someone puts u in combat again, and it starts the attack sequence on the corpse it was trying to loot, untill the loot despawns, quite annoying.

edit: accually its untill the corpse despawns, my bad.

Ya it seems to do it alot in Sholozar Basin bad... I moved to Storm Peaks...

Update***
Think I figured out why its doing that, If you have "Ignore Adds" on then it is more likely todo it, I have unchecked that and it seemsto be working a lot better. Let me know if this fixxes your problem aswell.
 
Last edited:
Hey! I just wanted to thank you very much for allowing us to use your CC, It's great!

There is however just one issue, i don't know if i missed it but is there any way for the Bot to cast Chains of Ice after it say uses Deathgrip in pvp. Maybe add it to the rotation or be able to pull with it.

Thanks man!!
 
pet glitch / COI

I LOVE THIS CC TY MORDD!!

ok... now the rest of the post.

for those of you asking about COI spam, assuming you ALWAYS want to use COI in pvp, you could just open the .cs file and change all the icytouch() calls over to chainsofice() calls i would think... then set it to pull with icy touch, and it will cast chains of ice every time it would have cast icy touch.

as to the pet glitch, it may be common knowledge to you mordd, but it seems that the ghoul and bloodworms only have the aggro glitch if you are NOT specc'd unholy (perma-ghoul) if the ghoul isn't permanent, isn't it considered a guardian just like the worms? also did have this issue when i was unholy with my gargoyle pulling aggro, and me stopping attacking. but when i was unholy i don't remember having any issues with the ghoul (perma-pet).

also noticed that with the blood rotation if you have it pull with icy touch it double casts it, but looking through your code i can't see why, when it pulls it is supposed to flag icytouch as cast, the easy hack i tried was to add a call to set the flag to true at the beginning of the bloodrotation call. that worked, but then it wouldn't reapply it, because i was constantly setting theflag to true, trying a new fix now of adding a check for frost fever to the first icy touch call in the rotation, will update with results

anyway 2.1 is a massive upgrade, and i am super grateful for you effort.


UPDATE: that worked to fix the double casting issue, and it no longer has the issue of not being able to recast it, so that is what the issue was, it wasn't properly checking for frost fever before casting icy touch in the blood rotation, for the first cast after pulling.

p.s. something i was noticing is that rune strike hits HARD, and i would love to be able to include it in my rotation as an RP dump whenever it is available... anyway this is fun, also thanks for making your code so legible, i like to be able to play with the setting of my character so it's not like every other blood DK running cimmerian
 
Last edited:
I LOVE THIS CC TY MORDD!!

ok... now the rest of the post.

for those of you asking about COI spam, assuming you ALWAYS want to use COI in pvp, you could just open the .cs file and change all the icytouch() calls over to chainsofice() calls i would think... then set it to pull with icy touch, and it will cast chains of ice every time it would have cast icy touch.

as to the pet glitch, it may be common knowledge to you mordd, but it seems that the ghoul and bloodworms only have the aggro glitch if you are NOT specc'd unholy (perma-ghoul) if the ghoul isn't permanent, isn't it considered a guardian just like the worms? also did have this issue when i was unholy with my gargoyle pulling aggro, and me stopping attacking. but when i was unholy i don't remember having any issues with the ghoul (perma-pet).

also noticed that with the blood rotation if you have it pull with icy touch it double casts it, but looking through your code i can't see why, when it pulls it is supposed to flag icytouch as cast, the easy hack i tried was to add a call to set the flag to true at the beginning of the bloodrotation call. that worked, but then it wouldn't reapply it, because i was constantly setting theflag to true, trying a new fix now of adding a check for frost fever to the first icy touch call in the rotation, will update with results

anyway 2.1 is a massive upgrade, and i am super grateful for you effort.

hmm gonna be trouble only changing this on pvp mode, but ill give it a shot, the icy touch to chains thingy.

swapped out all IcyTouch() to ChainsOfIce().

no change.

swapped out a few other icytouch related things to chainsofice, he still casts icy touch sometimes, but now he casts chains alot more often, tho i dont know what effect these changes will have on the rest of the cc, as there are stuff like look like this now.

if ((!_icyTouchCast) && (SpellManagerEx.CanCast("Icy Touch")))
{
if (SrChecks())
return true;

ChainsOfIce();
_icyTouchCast = true;
return true;

if ((!_icyTouchCast) && (SpellManagerEx.CanCast("Icy Touch")))
{


if (MbChecks())
return true;

ChainsOfIce();
_icyTouchCast = true;
return true;
}
and alot more of those types.
so it sorta works, but probobly breaks alot of logic in the cc :/

would love a simple, (always use chains of ice to apply frostfever in pvp) feature & or just "always use chains of ice instead of icy touch in pvp"

ok this seems to be enough, for pvp only.

Deathknight.cs
line 4678, change icytouch to Chains();
line 4641 same thing
line 4590 same thing
line 4551 same thing
line 4396 change to Chains(); //Do Opener
line 4380 Chains(); //Do Opener
4010 Chains();

that seems like it was all for pvp, since chains of ice has the same cost as icy touch, minimal editing seemed to be needed. tho it does still cast icy touch sometimes, not sure why.
btw, i am amateur so i might have messed up ;P.

edit; just realised i was repeating what halestrom88 just wrote, in any case its called chains() not chainsofice()
 
Last edited:
Turn off the Ignore Add Mobs and the Bug i have found is no longer available.
 
is there anyway for me to turn path of frost on?
 
yes, settings, pve (solo) then the far right tab (Misc) and down the bottom "Path of frost"
 
I can't seem to open the CC config "Current CC does not have any configuration" though Cimmerian is the only folder in my CustomClasses folder...
 
HB will use the default DK cc until you either delete it or rename it.

so go into your HB folder after you have shut HB down, into the customclasses folder and delete the Deathknight.cs file you will see in their. Make sure the Cimmerian folder is in the customclasses folder, restart HB and watch the HB window it will tell you its loaded cimmerian 2.1 beta 2, then you should be able to access the cc config file
 
It has already been done yet the CC config still won't load:
"Chose Cimmerian for HB2 by Mord 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 80 DeathKnight"
 
Chose Cimmerian for HB2 by Mord as your combat class!

This line means the full CC loaded according to HB without error.
 
what i get is this

Chose Cimmerian 2.1 Beta 2 by Mord 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
 
on a side note the next version will include auto assist. Meaning you can control the movement and target selection, maybe even choice of pull but the CC will fight for you.

I may include levels of enhancment. Here are my ideas.

Partial control. You move untill you go into combat then the CC takes over for pulling.

More control. You move and make the pull of your choice, then the CC will take over for all combat.

Even more control. The CC will have no control over movement of any kind. So you must keep in range and chase down targets, etc etc. This is prefered for those that want max dps and dont like to hit buttons.
 
will the next version have support for the dual wield frost rotation I posted in another thread?
 
post the rotation and I will add it no problems
 
I just got my DK to 58 - cant wait to see further versions!
 
I wasnt sure where to ask but will be making a DK next so here seems appropriate. I take it for DK's you have to level to 58 manually and get out of the starting zone, is that correct or is there a profile for it? I couldn't see one.
 
Back
Top