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 fengshibang,

    if can i cast a spell by spell id?and how?

  2. Started by Notmarried,

    Hello everyone. I am new user here. Wanted to ask a question. I have a profile that i ve been using with PQR, but since PQR is bannable now on Warmane>Icecrown, I was wondering, is it possible for someone to remake a profile so it can work with WRobot? It is a profile that GLadiator Shinta is using. I will share it if someone is good enough and have knowledge to convert it. Ty in advance.

    • 2 replies
    • 1.5k views
  3. Hey all, I've been working on a very customized fightclass with lots of custom movement and stuff... Long story short, all my code functions perfect when testing in WRotation with 'Manage Character Movement' off, but has weird quirks when using it with Quester (due to WRobot attempting to manage fight movement)... I've since explored ways of 'pausing' a fight (which semi-works), but it just causes other little quirks. Anyway, I just saw that Fight.FightStart() has a parameter to control whether or not the bot manages movement in fight. I had the idea to trigger my own FightStart (with no movement management) on OnFightStart, but that causes a loop. Any ideas how I co…

    • 1 reply
    • 1.8k views
  4. Started by pill3,

    Hello again, I can't solve these problems, thats why I ask pro's here on the forum. Consumables - bot eat and drinks due to the setting in advanced setting. But wont create own food and water, look at the prictures to see the fightclass. Sheep - I would like to make the bot sheep one target if there is two mobs attacking, but i dont know where to start on that one. However it should be a spell condition i guess. Im quite new on wrobot, got to start somewhere! Thanks in advance!

  5. Started by mikehamz123,

    when I try to use a fight class it doesn't look at the mob half the time and is just spamming abilities. Does it have to do with my video settings not being right or something

  6. Started by blancharke,

    So i was making a warlock routine but it kept spamming Hand of guldan. My condition was soul shards biggerorequal to 4. Even at 1, 2 or 3 it kept spamming the spell. I've taken a look at player info and found this: SoulShards = 30 MaxSoulShards = 50. So for some reason wrobot thinks we have 30 soulshards, no wonder it kept spamming. So for you people having the same problem: put the amount of shards multiplied by 10 :p

  7. Started by byron,

    Is there a way to check for error target is too low level when casting buffs

    • 2 replies
    • 1.4k views
  8. something similar to below sent from c Lua.LuaDoString for groupindex = 1; MAX_PARTY_MEMBERS do debuff = UnitDebuff("party"..groupindex , 1, SHOW_DISPELLABLE_DEBUFFS); if ( debuff ) then DEFAULT_CHAT_FRAME:AddMessage("how do I return a list of player names here back to c#" ); else DEFAULT_CHAT_FRAME:AddMessage("return no -one to dispel" ); end end

  9. Started by Garub,

    Would anyone have a complete Holy Paladin combat routine? Preferably for pvp, but if you have PVE that's fine.

    • 0 replies
    • 1.6k views
  10. Started by dvdood,

    How to make hunter not start a fight without a pet? (there's not enough mana for revive)

    • 1 reply
    • 1.2k views
  11. Started by Fruchtiger,

    Hello my Fightclass is in c++ and i wanted to add the following code: --- bool curse = false; curse= Lua.LuaDoString<bool>( @" for i = 1, 25 do local _, _, _, _, d = UnitDebuff(""player"",i); if d == ""Curse"" then return true; end end;"); --- Unfortunately "d" is never true. Do you have a solution for that?

    • 1 reply
    • 1.5k views
  12. Hi all, So I've thrown together a basic FightClass to level a priest 1-70. I've attached the class to this thread. The issues I'm having are: Wanding: Seems to want to spam Wand at least 6 or 7 times before it actually settles in and starts wanding correctly Healing Spells: Once the Bot is wanding, it won't stop to heal itself. I've watched it die due to this, however I believe I have the healing conditions setup correct. Any help resolving this would be appreciated! Shadow Leveling 1-70.xml

    • 0 replies
    • 1.1k views
  13. Started by Garub,

    Hello, I would like to know if there is a condition to be used with a specific class? Example: Use Rend when the target is a rogue. Another doubt I have is, if this condition exists, could I include only 2 classes in a single condition? Example if my target is a Feral Druid or a Rogue using Rend.

  14. Started by Garub,

    What is the advantage of using .cs file instead of using .xml files? for routine combat.

  15. Started by fengshibang,

    Hellow guys.i am trying to write a FC for my little warlock.Unfortunately, I met a problem.i add soulstone into my FC,but i dont know how to judge and how to revive by using soulstone.if anyone knows,please tell me, thank u for reading my poor English !

    • 0 replies
    • 1.3k views
  16. Good morning everyone. I would like the help of the community: I'm doing my Fight Class (warrior prot tank pvp) 3.3.5 Firstly, would you like to know if you have keyboard configuration for Wrobot to perform an action? Key Blindings? Because I want it to use the following combination: Berserker Stance >> Recklessness >> Defensive Stance -------------------------------------------------------------------------------------------- Another problem, I do not know very well the conditions of Fight Class Editor because I am not very familiar with English. My Warrior is running the normal Charge, but in the middle of the path he is giving inte…

  17. Started by Bastilla,

    Hello, i try to create my own Fightclass. Is there are a manual with all class? Sorry my english is a little bit poor

    • 0 replies
    • 1k views
  18. Started by sleeez,

    Hey guys, so i made a fightclass for autokick if enemy is casting. I used "casting time left" but its very fast xD Looks pretty obv. I can choose between bigger then "time" or smaller then "time". But i can only add 1,2,3sec and not 1,5 sec or some other value with "," or ".". Is it normal? Any idea? Id like to make it a bit slower, but not so slow. Greez

    • 2 replies
    • 1.3k views
  19. Started by Grizzler,

    Hey been creating my warrior fight class it works pretty well although when it fights elementals or other types that cant be hit with a rend, I tried the "ObjectManager.Me.Entry !=" with the targets ID but still nothing still tries to rend the target anyhelp is appreciated.

    • 1 reply
    • 1.3k views
  20. Started by Ketefil,

    Hi All, so i need some assistance or if someone can out right tell me if its possible with the fight class creator as it is to create a healing profile for my disco priest for PVP, this is something i'd eventually change to assimilate into a raiding / party healing spec. I started throwing together a profile last night and jumped in to test it out with my conditions and settings as they are but all the bloody priest did was run around and occasionally cast Power Word: Solace, wouldn't even heal itself. Can someone with some healer profile knowledge help me out or at least point me in the right direction. My FC is below Cheers, …

    • 8 replies
    • 4.3k views
  21. Started by camelot10,

    is it possible? coz some quests required no pets at all. as example this quest http://bfa.wowhead.com/quest=47203 kill pet in void and fc keep spamming pet summoning

    • 4 replies
    • 2.3k views
  22. what command (code) can be used to force the bot to take a few steps back or sideways?

    • 1 reply
    • 1.4k views
  23. Started by virtual,

    Using a druid to gather herbs and ore, every time it gathers it changes to cat form then stealths then to travel form. Someone mentioned making a condition to stop this from happening. Im clueless can someone help me out. I just want to use travel form and only switch to feral when in combat.

    • 3 replies
    • 1.5k views
  24. Started by fifib,

    Bonjour, cela fait 4 jours que je me décarcasse sur mon fight class. je fais 1,7M dps sur un Simcraft à 2M. Je n'arrive pas à faire passer certaines conditions. Exemple. Si je respecte l'API, je dois Lava Lash à partir de 70 maelstrom dans certaines conditions. mais s'il y a un proc Porte Tempête, même à plus de 70 maelstrom, je dois frappe tempete et non Lava lash. De même si j'ai tout en CD, je dois Lava lash à moins de 70 maelstrom. Ma question, est ce que je dois me pencher sur l'apprentissage de l'écriture de script? Sachant que je veux faire des scripts parfait qui répondent à toutes les exigeances d'un fight mono ou multi. Merci po…

    • 0 replies
    • 879 views
  25. Started by fifib,

    Bonjour, je fais un fight class super OK pour shamelio. mais je ne trouve pas la fonction pour refresh mon debuff Lashing Flames quand il lui reste 4.8 secondes. sachant que actuellement il attend qu'il disparaisse pour RE langue de feu. Merci pour vos réponses.

    • 2 replies
    • 1.2k views

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.