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

Search results

  1. Dagradt

    Aura Checks, Which should you use and when?

    @Community & Devs, Another question I have been pondering is which Aura Check should you use and when? Here are the following Checks: 1) ActiveAuras 2) Auras 3) AuraState 4) GetAllAuras 5) GetAuraByID 6) GetAuraByName 7) HasAura 8) PassiveAuras Now some of these allow you to go further and us...
  2. Dagradt

    Logging.Write(In multiple colors)

    @Community & Devs, I am trying to get HB to post how many runes I have of each type. Here is my theory on how it should work: Logging.Write(Color.MediumVioletRed, "[" + StyxWoW.Me.DeathRuneCount + "]" + Color.DeepSkyBlue, "[" + StyxWoW.Me.FrostRuneCount + "]" + Color.SpringGreen, "[" +...
  3. Dagradt

    TERA Online!

    @Community, That's right peeps TERA Online goes live May 1, 2012! *And the MMO world says "MOVE BLIZZ GET OUT DA WAY!"* Do I hear HB (TERA) in the near future???
  4. Dagradt

    Casting on the move: Scorch & Lightning Bolt

    I have checked a few CCs and, least that I have seen, none are capabile of this function. How can I get my CC to cast Scorch & Elemental Bolt while moving? Atm I have tried different variations of "StyxWoW.Me.IsMoving" but to no avail... Does anyone know a way, or is this just not possible less...
  5. Dagradt

    GUI not saving settings if I add new spell...

    Is there any reason why when I try to add a setting to my GUI (lets say use pestilence), if I do not add the spell when I add all the rest it will not work... In other words if I add a setting later it doesn't work. I made most of the settings a few days ago, they work fine, i tried to add a few...
  6. Dagradt

    RaidBot: Works in BGs but not in Arena??? HELP!

    It would seem that I am at a lose here... I can't find out why my CC "GME v1.03" will work with RaidBot in BGs, yet it will not work in Arenas... Does anyone have an idea of why this would happen? Thank you for your time, Dagradt
  7. Dagradt

    Healer detection & possible toggle function?

    First: I was wondering if there was a way I could detect what spec my target is... (Mainly for the purposes of finding a healer), atm I am using a simple code: "if ((StyxWoW.Me.CurrentTarget.Class == WoWClass.Druid || Paladin || Priest || Shaman) && StyxWoW.Me.CurrentTarget.Maxmana >= 100000)"...
  8. Dagradt

    GUI issue

    I am having a few issues with my GUI: It is mainly centered around adding an background Image to my Tab Control. I have found a way to get around this but I would like to know if there is something I am doing wrong. Below is a description of the issue... When I add a Background Image to my Tab...
Back
Top