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

Cimmerian 2.1 Beta 4 - Combat Assist!

I changed that boolean to true for useraisedead but havent seen him use it yet.. is there more than one place i should be modifying it? i click it myself and he doesnt die for a bit (58-68 profile). not sure he ever uses dark transformation or unholy frenzy etc.
 
The default CC is Unholy only. I will be adding apocs spec detection code to it at a later time so it will choose rotations and abilities based on that. For now, spec unholy.

As far as the pet issue, i turned off pets by accident when I was testing blood rotations.

Find line

private const bool UseRaiseDead = false;

change to

private const bool UseRaiseDead = true;

Thanks for this.

Any ideas why it's not using openers in PvE? Mine is targeting properly and moving to melee range before casting Icy Touch.
 
I changed that boolean to true for useraisedead but havent seen him use it yet.. is there more than one place i should be modifying it? i click it myself and he doesnt die for a bit (58-68 profile). not sure he ever uses dark transformation or unholy frenzy etc.

its not using 4.0.1 features, it needs to be updated wait for that.
 
Thanks for this.

Any ideas why it's not using openers in PvE? Mine is targeting properly and moving to melee range before casting Icy Touch.


You have to open the class with notepad, find the line where it says open with icy touch/death grip and change that value to true instead of false.
 
open the default CC and press CTRL + F for the find window and copy and paste this into the find

private const bool OpenWithDeathGrip = false;

change the false to true
 
open the default CC and press CTRL + F for the find window and copy and paste this into the find

private const bool OpenWithDeathGrip = false;

change the false to true



Tried searching with this. Could it be a different name? Would really like to open with Icy touch at a minimum
 
Search for this

private const bool PvPOpenWithIcyTouch = false

change it to true

and this one

private const bool OpenWithIcyTouch = false
 
I'm having problems running my death knight..
It doesnt want to compile the class, whatever I try.
I gave up on it, and swapped back to my paladin.
but then, it didnt want to load the paladin cc, but it tried to run the cimmerian cc all the time :S
 
I'm having problems running my death knight..
It doesnt want to compile the class, whatever I try.
I gave up on it, and swapped back to my paladin.
but then, it didnt want to load the paladin cc, but it tried to run the cimmerian cc all the time :S

Don't try using this CC. Use the default one as of now it works fine the only diference is that in order to adjust things you have to edit it with notepad also unholy only.
 
Everyone PM hawker and tell him you all love GUIs :)

Sorry I cant do much right now. The CC is done but HB wont load the GUI so I am waiting for them to fix it.
 
Mordd, how come that Isis GUI is loading?
or am I wrong and isnt that UI?
You get a lot of options when you press CC configuration
 
you are using the old, non updated one from before the patch. The new one supports all new abilities and such.
 
Sup dude nice program, any can share complete Forst or Blood config for cimmerian? i don't know how can change the skills i'm nub on CC xDD

-Srry for my english ;]
 
Actually you can be in any spec you just need to turn the falses into true for certian spells
 
This coming weekend will bring Cimmerian without the advanced GUI. It will be fully functional but not look cool. Since I cant seem to get a word on the compiler fix.
 
I am reverting back to the old gui but it will have the updated spells. Proably Saturday or Sunday for a release.
 
Can anyone give me some code or something to add to this to make unholy spec pull out a ghoul. Everytime he dies and rezzes the ghoul never comes out unless i manually do it. Any suggestions?
 
Back
Top