Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fight Classes assistance

  1. Started by Asyrel,

    Dont suppose anyone here can fix the affli lock fight classes they dont seem to work for low levels havnt tried it on a max level since i dont have a max lock

    • 3 replies
    • 1.9k views
  2. Started by EndUser,

    Hello, I tried this in my fightclass as a spell: t="raid"; nps=1; npe=GetNumGroupMembers(); if npe<=4 then nps=0; t="party"; end; print(t," ",npe) With the spell settings as: Combat only - False Not spell, is lua script - True I was hoping it would spam something like: "party 0" or "party nil" But instead I get nothing. Any suggestions on how to make this work? Eventually I hope to make a fightclass that can detect if I'm in a party or raid, then using the global var "t" have it run a loop for party2, raid1..40, etc.

    • 5 replies
    • 2.8k views
  3. Started by koolkaracter,

    Is there a method with the current API that I am not aware of to draw on the WOW screen... maybe something like draw.add("string", 10, 50, "red", "Black") that I could use to announce certain things to myself when using the wRotation?

    • 1 reply
    • 1.2k views
  4. Started by koolkaracter,

    I have tried on differnt fight classes listed, as well as tried to make my own, but I can not for the life of me get the program to cast Moonkin Form.

  5. Started by failbot,

    So im working on making my first full rounded fight class it seems to be working flawlessly except for two things. It wont use mangle( claws in its place) and it keep refreshing rake early. My rake conditions are buff on target smaller than 1 and it usually refreshes it after about 4 seconds.

    • 5 replies
    • 1.7k views
  6. Started by Arkatetk,

    Is there anyway for the bot to stop rotation when I press a key to use a cooldown. Anytime I try to use my cooldowns manually the bot will keep going through the rotation making me unable to use it. It's nearly impossible for me to perfectly design my rotation to use the cooldowns when I need to use them so I use them manually instead. However the bot doesn't always allow me to use them when I need to.

    • 2 replies
    • 2k views
  7. Started by koolkaracter,

    Is it possible to make hotkeys to turn on or off certain spells in the fighter class? I found that some fights I want to interrupt, while others I have to be more selective so I dont want it too.. same with cloak of shadows and such. It would awesome if I could hotkey to turn on or off certain spells in my fighter class.

  8. Started by knights,

    Is there anyway to check if the unit targetted is Hostile in CSharp code? something like below? return ObjectManager.GetWoWUnitHostile() Not really an issue now but the bot is always trying to cast spell on vendor... the spell is supposed to be an opening before combat

  9. Started by koolkaracter,

    After this patch, none of the druid fight classes work.

  10. Started by MrBottie,

    Hi there, Im currently testing some fight classes and creating/modifiying new/old ones. It's all going fine but I have some questions... Interrupts When I add an interupt condition (enemy is casting or check if it can be interrupted), the wrotation is fast as lightning and sometimes interrupts the cast within half a second. To make it look more "humanized", I want to add a small delay (an extra 0.5 sec for example). Is this possible? Ingame Debug/Test For example, I want to know the current target's level and distance. How can I use the developer tools to see this on the fly? Thanks in advance! Love this piece of software! <3

  11. So Im playing on a wotlk private server but I cant seem to make my holy paladin fight classes work. These are the 3 fight classes ive tried, but they dont seem to work. Can someone help me please? testheal.xml eyylmao.xml Flash of Light TEST.xml

    • 0 replies
    • 1.6k views
  12. Hi, How can I have it cast Aspect of the Turtle and then immediately after cast BANDAGE ? The bot would need to pause while the bandage is being channeled. Also wondering how to use ancient healing potion (I tried run macro text but it just keeps trying to spam it over and over) Thank you!

  13. Hello, I can't seem to figure out the following: I want to have a condition that checks the Buff Stack Target for Festering Wound. However, whenever I use this function, it checks the debuffs from ALL DK's. I want to check the Stack of my own debuffs, which can go up to 8. Target Buff Casted By Me checks if my debuff is on the target, but that only checks for if the debuff is "present". If I combine the above 2, it doesn't work. Hence, I started to write in LUA code... But I seem to have reach an impasse. returnResult = false; local name = GetSpellInfo(194310); local _, _, _, count, _, _, _, unitCaster = UnitDebuff("target", name, nil, "pl…

    • 2 replies
    • 2.7k views
  14. Started by coroteitor,

    who can help me have a rotation for warlock destruction? for legion

    • 3 replies
    • 1.6k views
  15. Started by Ohren,

    I have got my Shadow Priest fight class to switch into Voidform, which was kind of a pain. But now it refuses to cast Void Bolt. I have tried by name and spell ID, but Void Bolt replaces Void Eruption when you go into Void Form. Void Bolt (Id found: 228266, Name found: Void Bolt, NameInGame found: Void Bolt, Know = True, IsSpellUsable = True) I have tried using the spell ID for Void Eruption and Void Bolt. And the names of both. But nothing seems to want to cast Void Bolt.

    • 2 replies
    • 2.5k views
  16. Started by Arkatetk,

    So I am creating my own Protection Warrior FightClass file. What I am trying to achieve is the following; Cast Ignore Pain if neither Focused Rage or Ignore Pain Vengeance buffs are present. Cast Ignore Pain ONLY if Vengeance: Ignore Pain is present. So what I've done is created two Ignore Pain spells in priority. One that casts only if neither are present and one that casts only if one is present. The reason I do this is to start the rotation you always want to begin with Ignore Pain and not Focused Rage. However, the buffs themselves only appear once one of them is applied. Is there a simpler way to make it so that Ignore Pain can check if neither buff i…

    • 0 replies
    • 1.1k views
  17. Started by Pelle,

    Am looking into creating a fightclass for my demolock. What i want is for the bot to use demonic empowerment after he summons pet so all pets always are buffed. Is there some way to make it do this? Regards

    • 4 replies
    • 2k views
  18. Started by dcplee,

    need to know how to use a trinket on cooldown can't seem to find out how used item id and still nothing

  19. Started by slimjohnson,

    hello! I am having so many fun with creating fightclass. As I am just beginning, I have a question concerning my tank abilities to taunt mob who aggro on to another players (in dungeon). Is there easy way to cast a taunt spell on mob when another player pull the aggros away from me? (tank). Any idea is helpful, and I am only use bot for fightclass/rotation. in advance I thank you for your time. (sorry for my shit eng.) :D

  20. Started by Drwolftech,

    Sidewinders (mm hunter) have 2 stacks, and i need the condition to dont let reach 2 stacks, always cast when reach 2 stacks. or even better, cast it when is about to reach 2 stacks.

  21. Started by Jeck1973,

    Sidewinders no more work on my MM Hunt [D] 21:18:00 - [FightClass] Sidewinders - NeedToRun = false - KnownSpell = False, IsDistanceGood = True (target distance = 20.98848, max spell distance = 40), IsSpellUsable = True

    • 7 replies
    • 1.9k views
  22. Started by Bugreporter,

    If I add an item id, I get an CS error AppData\Local\Temp\unke1xss.0.cs(56,165) : error CS1001: As spellname, I add the item-ID. What is the right usage of this. <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>Energy</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>Smaller</Type> <Value>30</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>LuaScript</ContionType> <Param xsi:type="FightCl…

  23. Started by QuickLevel,

    I do not see any fight classes popping up in the drop down. I have successfully gotten grind profiles to work but I cannot fight with spells without a fightclass to save. I have even tried creating my own fightclass script and it does not show up in the dropdown. Any help would be greatly appreciated. Downloads\WRobot\FightClass that is my directory

    • 5 replies
    • 1.9k views
  24. Started by Ohren,

    Can't seem to get Void Eruption to go off for the life of me, any ideas?

    • 3 replies
    • 1.5k views
  25. Started by Jeck1973,

    How to cast Fire Blast when im casting Fireball ? Bot all time wait Fireball is launched

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.