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

Search results

  1. Dagradt

    (Priest) Anti_CC

    @Kaihaider, Hmm, so if he were to get the cast times of each "Morph" spell, then in theory one could add a "Thread.Sleep(XXX)" so that it would work appropriately per spell.
  2. Dagradt

    (Priest) Anti_CC

    @Krochkou, 1) Fear Ward can be setup to be on you at all times sense the CD and the longevity of the spell are the same. 2) As for using "SW: Death" to break you from a CC such as a Hunter's "Frost Trap" or a Death Knight's "Hungering Cold": Unless the act of casting "SW:Death" on a target...
  3. Dagradt

    Help KeyPress/KeyDown Event

    @Kaihaider, I guess I don't know the lingo as I use StyxWoW.Me.CurrentTarget all over my codes and variations of. Thought you meant something different, lol.
  4. Dagradt

    druid keeps saying cant duel wild

    @Rottynation, Druids cannot Dual Wield... They use Main or One Handed Maces/other with an Off Hand that matches your specs stats.
  5. Dagradt

    Help KeyPress/KeyDown Event

    @Kaihaider, I don't think I've ever used a method in which a player is stored, would be interested in seeing how that works! I have used a similar function as to the one you posted above, but only if I state who the unit is. I supose one could use arena1, arena2, arena3 like in macros, or maybe...
  6. Dagradt

    Help KeyPress/KeyDown Event

    @Kaihaider, I think Singular has a spell cast method similar to that, I use it for AMS (It will cast AMS if anyone is casting at me) also used for other various checks. You might be able to set it to target/Focus them if "Spell" is cast and then cast "Kick spell" without ever having to manually...
  7. Dagradt

    Help KeyPress/KeyDown Event

    @Kaihaider, I understand what you've done, nice way to do it. In PvP this wouldn't work as it would mess up your Focus (Such as if you need to cast Strangulate on your focus or w/e or make you have to press more focus macros to get what you wanted focus). I personally use a "Toggle Script" and...
  8. 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...
  9. 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, "[" +...
  10. Dagradt

    Help KeyPress/KeyDown Event

    @Kaihaider, Could you expand upon your theory please, would love to see some code or an explanation of your idea! I use both the method I showed in my last post and Scripts (Basically the same as macros), but would like to see if your idea is better!
  11. Dagradt

    Help KeyPress/KeyDown Event

    @Taladis, Ok so if you want it to only stop Combat() while you have the key pressed you will need something such as the following: [DllImport("User32.dll")] private static extern short GetAsyncKeyState(System.Windows.Forms.Keys vKey); [DllImport("User32.dll")] private static extern...
  12. Dagradt

    Help KeyPress/KeyDown Event

    @Taladis, Can you re-explain to me what exactly you are trying to do: From what I gather you are trying to make a Function that will stop Combat() with the press of a button. Am I right to assume such?
  13. Dagradt

    Russian CC

    @F1sher, I am sure you could, but I have never tried. I tend to use the following for buffs: { if (!StyxWoW.Me.Auras.ContainsKey("Insert Spell Here")) { if (CastSpell("Insert Same Spell Here")) {...
  14. Dagradt

    Russian CC

    @F1sher, Do you have "using Styx.Logic.Combat;" in the declaration area?
  15. Dagradt

    Help KeyPress/KeyDown Event

    @Taladis, There are a few of us that have come to this wall... From what I know there are 3 ways to send "Keystrokes" to the top window (in this case WoW): 1) SendInput 2) PostMessage 3) SendMessage It's a daunting task, you might get further if you try using Scripts instead of the above.
  16. Dagradt

    look at my botting set up (:

    @Kickazz006, ROFL!!!!!!! Awesome...
  17. Dagradt

    Do we want Guild Wars 2 bot? [Poll]

    @Sparks, In all honesty D3 is a game where you WILL want to play it by hand. The storyline is great, and the combat is just way too easy to be lazy enough to have a bot for it, lol.
  18. Dagradt

    Do we want Guild Wars 2 bot? [Poll]

    @Community, GW2 is light years ahead of the original GW but, based off the countless hours I have spent playing the beta I can safely say the following: 1) To code an HB Bot for it (Mapping, and basic whatever), would be easy 2) It will be impossible to code a "Proper & None-Bot-Like" CC for...
  19. Dagradt

    Russian CC

    Indeed, thank you for the response!
  20. Dagradt

    Russian CC

    If the spell names stay the same what is it that breaks "English" written CC's on a "Foreign" HB Client? would like to know, interested in translating my PvP compilation.
Back
Top