Hi, I loaded the new cc up and ran it , was doing 32k dps on an 85 training dummy which was ok , then reloaded wow and HB and next minute im down to 13k ... strange indeed, re downloaded beastmaster and lazyraider and same thing ... any views on this ?
[01:21:07.920 D] System.Collections.Generic.KeyNotFoundException: The specified spell could not be found: Aspect of the Hawk
The above is spammed in the logs after the latest update. Rotation is never processed, with the exception of cooldowns and beastial wrath.
This isn't a log file, please upload your log file, also from what i can see, you haven't got Aspect of the Hawk as a talent. Select Aspect of the hawk then try again. Next time you should read the entire original post. If your still wondering you should have Aspect of the Hawk, Dire beast and Lynx Rush to optimise dps.
You must be joking, first of all, I clipped the only relevant part of the logs. Secondly, EVERY other log posted has the exact same error. Aspect of the Hawk is not a talent that must be picked, it's default. Several of us have also tested this with the Iron Hawk talent and without. So don't assume people have no read the thread. Feel free to check the log directly above mine.
However, looks like the issue has now been fixed.
View attachment 53270
All skills within rotation appear to be cast.
I just keep it up to date from the SVN, with the latest HB the the current profile on the SVN, as you can see from my log above, it does appear to be doing the full rotation with no issues. doing well over 30k dps.Has an updated version been release offensive ? Im still doing 12k dps and rotation still bugged to death
Thanks for the reports guys, it seems the CC was trying to cast Aspect of the Hawk instead of Iron Hawk which was causing all of the issues as far as I know. Updating it right now in the SVN and adding a new download link.
ThanksFalldown..... working better than ever now 33k on training dummy , however in LFR earlier it was standing their swinging its dick around doing nothing lol... will test it again now and report back
cheers
Just so you know, it was giving the same errors with and without the Iron Hawk talent during testing.Thanks for the reports guys, it seems the CC was trying to cast Aspect of the Hawk instead of Iron Hawk which was causing all of the issues as far as I know. Updating it right now in the SVN and adding a new download link.
Hey Bowman , firstly thanks for your great work on this cc , it must be really frustrating the ammount of updates your having to code to feed your hungry fans, and on that note the eternal question on everyones lips is when in your opinion do you you envisage everything being back to normal and us mortal beings being able to switch profile/cc from char to char in order to please our selfish selves?
Well it's hard to say when other CC's will be all done but I'm working on the hunter one today, adding support for all the talents. I also have to test if they've fixed some of the previously broken stuff for the hunter since they don't release any patch notes :/
Anyway, what comes to new talents it's hard to know exactly when to use them so if you guys have any ideas for like binding shot, let me know.
Hey all.
was checking this CC and seems cool.
but can you tell me how to switch off the Growl pet ability?
thx
The talent choice. I resolve this problem in my sv hunter CC this way :
Make a bool talent60 for example.
Then U include all the 60 talents we can use.
if haveThisTalent cancast that talent .... return true/false
else if haveThatTalent cancast that talent .... return true/false
else if haveAnotherTalent cancast that talent .... return true/false
Then u use talent60() to cast the spell.
Steady shot versus cobra shot. We don't have the choice. We can use this CC at <81, it works very wel. But i needed to change Cobra Shot by Steady shot.
Check lvl of player, if < 81 (we only get cobra shot at lvl 81) use steady shot instead cobra shot.
Now we auto gain our skills, we don't need to go to a trainer anymore. When some1 hits lvl 81, he auto get Cobra shot.
Makes CC programming easier, Don't need to check if he has that skill or not, when he hits a certain lvl, now he has the skill![]()
Changelog 1.3:
- Added Options for level 15, 30, 45 and 60 talents
- Added support for both Cobra and Steady Shot
- Restored Add Detection to what it was before HB broke it
- Added GUI options for Kill Shot, Arcane Shot and Kill Command
- Added Option to Misdirect on Focus target
- Improved Cobra/Steady Shot in AoE rotation
- Added a check to see if current target has been crowd controlled by you, if yes then all damaging actions are stopped.
- Other small fixes here and there