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

Search results

  1. 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...
  2. 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...
  3. Dagradt

    Healer detection & possible toggle function?

    @Serium, Only issue is that if the above stated code were to work as a key logger, your system may also read it as such and file the CC as a virus or malicious item, lol! In any case I will deffenatly look intothis as well.
  4. Dagradt

    Question about Range checking...

    @Truman422, I am not sure but: In regards to Melee, have you tried "IsWithinMeleeRange"
  5. Dagradt

    Healer detection & possible toggle function?

    @serium, Would it be possible to see what code you have used for this macro to work?
  6. Dagradt

    Healer detection & possible toggle function?

    @Serium, Noamchomsky Also very good info, thanks! Edit: The WoWPartyMember only works for people in your won group, I need to detect an enemy play. In any case I like this new method of group finding!
  7. Dagradt

    [BotBase] RaidBot - 30fps CC Execution

    @SkiCycleFun, Good to hear, anyone try it in PvE?
  8. Dagradt

    Healer detection & possible toggle function?

    @Fiftypence, Again thank you for your ongoing help! I did add Aura checks for druids(make sure it isn't a boomkin), Shamans(make sure Elemental Oath is not present), and Priests(check for ShadowForm), Paladins are easy to spot. It seems to be working smoothly. I will use your above response to...
  9. Dagradt

    [BotBase] RaidBot - 30fps CC Execution

    Here is an updated version of RaidBot that works in Arenas. I have not tried it in LFR or dungeons, but I will assume it will work. Thank you Apoc for this BotBase!!!
  10. Dagradt

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

    @AutomaticCoding, So far yes it is working, but I am checking to see if by changing that small line the rest of the bot doesn't break... Edit: In changing the code BGs no longer work, trying to fix the issue! Arena = yes Bg = no Edit: I changed it to (IsFriendly || IsHostile), I will assume...
  11. Dagradt

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

    @fiftypence, Thank you so much for the quick reply! I am testing this now, will reply back with results!
  12. Dagradt

    [BotBase] RaidBot - 30fps CC Execution

    Is anyone else having issue with this not working in Arenas?
  13. 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
  14. 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)"...
  15. Dagradt

    GUI issue

    @Serium, I have, just seeing if anyone knows what the actual issue is.
  16. 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...
  17. Dagradt

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

    There are a few posts within this thread that answers your question, you want C#
  18. Dagradt

    Buddy Team and Star Wars: The Old Republic

    Hello, Are you making a "Singular" styled CC for the SWToR bot release? Just wondering as I would like to move from WoW CC writing to SWToR CC writing, assuming we will be allowed to. I have four level fifty's: Juggernaut - Immortal, Powertech - Shield Tech, Assassin - Darkness, and Operative -...
  19. Dagradt

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

    Visual C# 2010 is the one you want. Basic is a different language.
  20. Dagradt

    Cannot download Honor buddy!

    @Kozizzle, Logout of your account (on the forum), wait a few minutes, then retry.
Back
Top