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

Recent content by Dagradt

  1. Dagradt

    How to Write a Custom Class, a Guide for Beginners.

    5pArxz, This will still work but, you will find some of the API might have changed. Most combat routines are going to the CoRoutine style so you might want to take a look into that, it's very similar to this. You can also check my sticky under this forum for another guide but, it will no longer...
  2. Dagradt

    [How it Works] Injection And You

    This is the new method: <code><code>using (StyxWoW.Memory.AcquireFrame()) { ... } </code></code>
  3. Dagradt

    [How it Works] Injection And You

    With the new HB API implemented on the MoP release many things including FrameLock() were changed.
  4. Dagradt

    [How it Works] Injection And You

    Framelocks() allow the CC to run a section of code within one frame, if your computer can't handle the amount of calls within the Framelock() your computer will "Lag". Try to reduce the code within the Framelock(), or yes you can just get ride of it.
  5. Dagradt

    Do we want Guild Wars 2 bot? [Poll]

    @Kasia, Calling the Paid or Unpaid Dev's "Dumb" would not be the best of choices... You just like to flame anywhere you can huh?
  6. Dagradt

    diminishing returns && q about speed of calls

    I would also like to know this!
  7. Dagradt

    Pro tip: avoid calling WoWSpell.Cooldown, cache and check less often.

    This program is very nice! Now what the hell do I do to fix the slow zones....
  8. Dagradt

    Change of rotation

    @Corynz, Using "Events on Keypress" will do this as well.
  9. Dagradt

    Auto Hot Key: 1 Click Heroic/Blizzard Leap Macro

    @Noe, Look "here" for information on "Event on Keypress" look for my post. Use the basic LegacySpellManager to cast the Click location.
  10. Dagradt

    Cast if keydown?

    @Teamfe, What your trying to do has many threads with answers... Please check out my answer "Here". Look for my full answer as it will help you with the use of "Event on Keypress", also the use of scripts is a little better.
  11. 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.
  12. 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...
  13. 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.
  14. 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.
  15. 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...
Back
Top