attilio76
Well-Known Member
- Joined
- May 26, 2010
- Messages
- 1,858
Any try this CC mage in frost to raiding?
Yes is good give it a try (but no invocation implemented) i use ward or rune
Any try this CC mage in frost to raiding?
plz keep it this way. very smart auto target and working perfect for me. if you want to damage-stop, you still can pause the bot.if you have a target CC attack your target
if you have no target CC attack tank target
if tank has no target CC attack nearest hostile target
thx for the info. i have no mage to test raiding yet, so this is really good information. i also notice in heroics, that frost is doing way more dmh than arcane. did you test if frost is doing more dmg than fire for you now? noxxic and simulationcraft is telling fire is so bad right now.Whit my gear and good jewels and reforge :
Arcane : 85k ( I need try in raid of my guild )
Fire : 120k
All people say that arcane is better, but i dont see, but i like try more for a week raid guild
Current zone is Shrine of Two Moons
Please wait a few seconds while Honorbuddy initializes.
Sound manager: Cant load sound C:\Users\mitchell\Desktop\Honorbuddy 2.5.6597.518\Routines\King-wow\Sounds\Welcome.wav
Sound manager: exception on sound C:\Users\mitchell\Desktop\Honorbuddy 2.5.6597.518\Routines\King-wow\Sounds\Welcome.wav
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Media.SoundPlayer.LoadSync()
at System.Media.SoundPlayer.Load()
at KingWoW.SoundManager.LoadSoundFilePath(String path) in c:\Users\mitchell\Desktop\Honorbuddy 2.5.6597.518\Routines\king-wow\trunk\Utils\SoundManager.cs:line 41
Welcome to KingWoW ArcaneMage' custom class
Tanks All HonorBuddy Forum developers for code inspiration!
Powered by Attilio76
Initialization complete.
Starting the bot!
plz keep it this way. very smart auto target and working perfect for me. if you want to damage-stop, you still can pause the bot.
are you planing on implementing innvocaton fro frost anytime soon?...would make this better then it already is(which would be amazing)!! awesome CR
so change what to what all i did was svn checkout to my routine folder.remove trunk subdirectory must be:
c:\Users\mitchell\Desktop\Honorbuddy 2.5.6597.518\Routines\king-wow\Utils\.......
c:\Users\mitchell\Desktop\Honorbuddy 2.5.6597.518\Routines\king-wow\Settings\....
etc
so change what to what all i did was svn checkout to my routine folder.
Also disable frost nova? or reduce its cast range before used looks funny trying to frost nova bosses.
maybe disable self targeting pulled trash mobs in a heroic when running by have pull distance set to 0 still targeted and bombed them
Log edited removed spell manager for upload size removed names since your CC puts character names in its log
that fixed the error thanks gonna try with raidbot see if that effects targetingDelete CC directory and use for checkout this: king-wow - Revision 99: /trunk probably you was using king-wow - Revision 99: /.
CC attack only hostile target currenty attacking you or any of your group or raid member.
Try RaidBot_v2 posted in first page or lazyraider. CC actually support this basebot. I seen you are using tyrael's.
Forum buddy "Blueangel" found that Ice Barrier was not casting for your Frost Mage CC. I found that a typo in your FrostMage.cs file was preventing this spell from casting.
Please change:
if (ArcaneMageSettings.Instance.UseIcebarrier && Me.Combat && utils.CanCast(ICE_BARRIER) && !utils.isAuraActive(ICE_BARRIER))
To:
if (FrostMageSettings.Instance.UseIcebarrier && Me.Combat && utils.CanCast(ICE_BARRIER) && !utils.isAuraActive(ICE_BARRIER))
Simple fix.. Ty for an amazing job thus far
-Proto
pretty sure i was in casting range as i could manually dps the boss while trying to figure out what was wrong@vibrator
may be yout target out of range... i will add a more detailed report for this.
for incanter ward i will add an enable/disable option.
CC prevents flight master window from opening.