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

Search results

  1. 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...
  2. 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?
  3. 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")) {...
  4. Dagradt

    Russian CC

    @F1sher, Do you have "using Styx.Logic.Combat;" in the declaration area?
  5. 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.
  6. Dagradt

    look at my botting set up (:

    @Kickazz006, ROFL!!!!!!! Awesome...
  7. 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.
  8. 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...
  9. Dagradt

    Russian CC

    Indeed, thank you for the response!
  10. 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.
  11. Dagradt

    Developer Rules Update

    Is it me or has Kasia's grammar steadily become worse and worse... Just follow the rules, don't bash authors and start making sense, just posting random things isn't getting your point across...
  12. Dagradt

    Developer Rules Update

    CC/Plugin Releases Default CC/Plugins are free to use - You can modify, copy code from, etc, all you want. If only simple changes have been made, it must be noted. All CC/Plugins are released under an open source BSD license. If you re-use someone's code, its fine but you must give them...
  13. Dagradt

    Developer Rules Update

    @Kasia, If your going to re-post, have the respect & give the respect deserved to these people who worked hard to release those CC's. I've seen your "Continued" CC posts, you have no right to bash the original author by calling him such things as "Rage Quitter" or any other name besides the...
  14. Dagradt

    Developer Rules Update

    I think in the base issue lies with the abruptness of the rule change. (I mean the issue that surprised us the most) I'm no king among coders, but I don't want my work shredded to all hell. I see both sides and agree with both sides to a certain extent. If your base questions is "Have the...
  15. Dagradt

    Changing a Custom Class, no longer shows up

    @Nivvie, If the CC was working before you "Commented out" a part of it, then it only leaves one solution... Un-comment what you have "Commented out". Or maybe you can tell us what you are trying to do and in which CC.
  16. Dagradt

    Developer Rules Update

    I agree with Tony001, If the Thread(CC) is dead then it should be archived and deemed open source. This is to say if a thread(CC) has been "Abandoned" or "Is without DL's, posts, etc." then archive it and deem it available to the public for shredding as they see fit. If the thread(CC) is still...
  17. Dagradt

    Developer Rules Update

    We are helping the community... We ask & get asked for ideas, tweaks, new rotations, old ideas in new light, etc. with this the coders revise their work and release new improvements based off user wants and needs. 1) I see an issue with mass clutter as lots will take this idea in to new light...
  18. Dagradt

    TERA Online!

    @Darkfoxx, I think that is why people liked Vanilla so much, also remember that during that time all MMO's were as such. I don't believe that any MMO on today's market will remove WoW from the playing field, but the community has changed drastically from the golden days. Old players rotate out...
  19. Dagradt

    TERA Online!

    I like TERA Online as it make you need to have skill to play, non auto aim/targeting, need to actually move to avoid DMG. Plus I like the graphic intensive aspect of the game. Aion had promise but the grind was dull, everything sounded the same, graphics were bad, flying was cool (and aerial...
  20. 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???
Back
Top