Ok so i know this may sound really retarded. But how exactly do i install this cc? I tried delete the mage folder original cc from singular and just extracting yours in its place but i seem to be gettting this error Compiler Error: d:\Honorbuddy BETA\Routines\Singular\Helpers\Item.cs(353,50) : error CS0234: The type or namespace name 'Mage' does not exist in the namespace 'Singular.ClassSpecific' (are you missing an assembly reference?) I know its probably something simple im doing wrong so if anyone can clue me in i would really appreciate it.
Open the zip and extract its contents to a folder named Superbad inside of your Routines folder. HB will detect it at startup and ask you to choose either Singular or Superbad.
Handnavi, I love this routine and I do not want to give up on it. I'm still having issues with the Frost Mage. A brief explanation: 1. Questing out of combat, the mage seems fine. 2. As soon as I enter combat, it casts 1 or 2 frostbolts and then just stands there and awaits its death. 3. After dying, it does a corpse-run and resurrects. 4. Repeat 2-3. Would it help if I sent you a log?
Having the exact same issue. Except my pet usually finished off the mob. Never tried it before updating, so I dunno if this is new or not.
I downloaded and unziped Superbad to the routines folder, but when i load HB i get this error msg: Compiler Error: c:\Users\Booger\Desktop\New folder\Routines\Superbad\Party.cs(232,44) : error CS0121: The call is ambiguous between the following methods or properties: 'Superbad.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)' and 'Superbad.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)' Compiler Error: c:\Users\Booger\Desktop\New folder\Routines\Superbad\Party.cs(257,49) : error CS0121: The call is ambiguous between the following methods or properties: 'Superbad.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)' and 'Superbad.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)' Compiler Error: c:\Users\Booger\Desktop\New folder\Routines\Superbad\Party.cs(275,49) : error CS0121: The call is ambiguous between the following methods or properties: 'Superbad.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)' and 'Superbad.PartyBuff.GetMissingPartyBuffs(Styx.WoWInternals.WoWObjects.WoWUnit)' Any ideas? I tried reinstalling, same problem.
Do you have two Superbad routine folders (somehow?) Other than that, no constructive ideas here, but I do find it very interesting that you login under "Booger". Cheers.
Thank you for using Superbad TalentManager - looks like a MageFrost Talent: Cenarion Ward Talent: Feline Swiftness Talent: Incarnation Talent: Mass Entanglement Glyph of Momentum Glyph of Evocation Glyph of Conjure Familiar Glyph of Water Elemental Using MageFrost optimized rotations! Thinks its a druid??
ok so thankyou so much for updating this!!!!! but as badass as this CC is this little location in Dragonblight Hotspot X="3060.792" Y="1356.201" Z="148.6621". has a mob Name="Corrupted Rager" Entry="21223" X="3049.568" Y="1390.156" Z="119.6134" . seem to without a doubt have have the upper hand if your a frost mage. one more thing not that its a big deal at all but no GUI yet....not that it really needs it.
No :/ I had this working for my mage perfect yesterday after fixing a couple of things and adding in evocation and arcane missiles it did much better Since it would just stand there and oom and not blow off missiles atall. I will test to see what it does now but im gonna hazard a guess that im going to have to re add that in It bearly gets to 30k now even once it blows time warp, i had it easy 30k mostly 35k - 40k yesterday and sits there like a noob oom ? you need to add something like this into the arcane please PHP: if (StyxWoW.Me.ManaPercent < 30) if (evocation()) return; if (SpellManager.HasSpell("Arcane Missiles") && buff.arcane_missiles.stack == 2 && buff.arcane_charge.stack > 2) if (arcane_missiles()) return;