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.

WRobot for Wow Wrath of the Lich King - Help and support

  1. Started by Cadbury,

    Hey, Is there a way to modify the fighter class or someone with scripting skills to make the hunter move back into shooting range if he is right next to a mob. At the moment my farmer hunter will go to a mining node and a mob will attack and he will just use raptor strike and not move back and shoot. Any ideas?

    • 8 replies
    • 2.7k views
  2. Started by twbpp,

    Hello, is it at all possible to send mail to more than one Recipient ? on warmane the mailbox gets full on your other toon that you wish to send mats to, and the one farming wont send mail, but attempt to continuously. is there a way, please help.

    • 2 replies
    • 1.2k views
  3. Started by zatvorgt,

    Hello , please add new option in relogger to exit wow if player not enter in game in (X time) this option resolve all problems on pirate servers(warmane, wowcircle) but we dont work in relogger curent after server restart. thank you

  4. Started by Apexx,

    Hello, is it possible to add a collection of strings from the settings? I am getting the error, "Constructor on type 'System.String' not found".

  5. Started by zatvorgt,

    Hello , relogger dont work after server crash. he stops in realm change

  6. Started by mbfme,

    Hi, Is it possible to the bot to try to mine/herb everytime that is possible before to get mounted (fly) ? Example there are 3 nodes in the same spot X Y Z position but they are stacked, the bot firstly will gather the first node then mount then go fly then come back again and then dismount then gather etc... is it just possible to just gather everything then simply mount ? thx

    • 6 replies
    • 1.8k views
  7. Hi thanks for reading this thread post. I was wondering if Me.IsCast works for channeled spells like, Volley. My goal is to throw a while loop in my fight class, if I am casting Volley to run a Thread.Sleep(10) until cast time is diminished. Also, a question in regards to checks like, Me.Pacified. What exactly does Pacify mean here? Is there an ultimate check if the player is completely incapable of casting spells? I have added a few like, Me.HaveBuff("Sleep") etc, but the list would be huge for every spell that renders the player unable to perform attacks. The idea is to stop the bot from trying to cast spells while under those types of spell debuffs. T…

  8. Started by zatvorgt,

    Hello all, halp me please Bot when die in the dungeon Blood Furnace, dont search path to dungeon and running away

  9. Hello all, help me plese , Bot does not attack mobs hwo started after i use "cell door level" in the dungeon "The Blood Furnace" bot run to next step in the profile ,ignoring mobs who attak him and player due. i tried many variants: i did grind and add this mobs ids i did follow patch all dont works, sorry my english mob id 17398 Nascent Fel Orc

  10. Started by Azalina,

    Your bot has recently been updated every time. But. In spite of this, 2 of my. Take action. The actions of your bot for some reason became (after the last updates) to be defined as "lua unlocker detected!"

  11. Hey is there any plugin which automatically buys in pvp stuff if i have enough honor? Maybe anything where i can set a list which items to buy?

    • 0 replies
    • 1k views
  12. Started by Lokiro,

    hi all, i need to find a profile quests for orc start to lvl 20

    • 0 replies
    • 888 views
  13. Getting stuck during WSG Battleground in 3.3.5a, Happens when rez and when starting out running past this stone. Tried to add black spots however it doesn't work. Adding a screenshot with the coordinates. 42.20, 26.72

    • 3 replies
    • 2.5k views
  14. Started by Ivkan1997,

    Greetings, Can someone tell me RunCode which can set my fight class without me pressing it in Wrobots General setting Im running Quester, and doing 2 dungeons in same profile because that way im avoiding instance lock. Only thing I need to complete my mission is to find RunCode which can switch my fightclass. I have set 2 fightclases for my character, because of better and faster killing in instances, so I need only that code to be able to switch it before entering dungeon. Code Im using now but not working: wManager.wManagerSetting.CurrentSetting.FightClass = "My fightclass".xml; Thanks for answering

    • 2 replies
    • 1.1k views
  15. I have seen this issue proposed all over the forums, but have yet to see an actual fix or comment regarding a possible workaround. Hunter's use Auto Shot as a good chunk of damage output, but WRobot likes to use "Attack" on its own, which causes conflicts, interrupting Auto Shot. Here's a quick .gif I put together showing just the issue. Spoiler It looks extremely bot-ish. It would be great to see some light shed on this subject.

  16. Started by mariothegoat,

    Guys, Thank you for your time! IS there any BOT or even grinder (etc) that can actually level my toon in Outlands to lvl from 62-69? Questers (in my case) doesn't work at all I downloaded all questers and It seems that i didn't find any quester that work at all

    • 1 reply
    • 1.5k views
  17. Is there a way to check using C#, if the hunter player even has a pet? I would like to include pet mending, reviving, and calling inside my fight class, but if the hunter does not even own a pet yet, how can I bypass the abilities inside the fight class if there is no pet? I was wondering if I could just check if GUID != 0?

  18. Dear all, First of all, thanks for this helpful bot and my apologize for my poor english. I try to explain my issues as best as possible. I created my own Fight class for a Level 20 Frost mage. Casts I want to use: Frost bolt, Frost nova, arcane brillianz, Frost armor, Mana shield, fire blast. I cannot bring Frost nova to work well. I Set it up to cast with condition :target distance smaller 12/8/20(tried all values), but everytime it casts Frost bolt very often and the target is already in melee Position when it casts Frost nova. I know i should send log files but I am on the road ATM. Thanks for your help

  19. Started by kainzo,

    I wish I could make it only show veins, or herbs etc. But the object setting shows everything. Is this possible and I'm just missing something? Edit- So I realize the "By name" function works, but I can't seem to make it work with multiple different types of veins etc.

  20. I have a spell ability that I need to check for use only if the player is in a group/party. I was in a group, but the group member went offline, and my ability was still being used despite the player actually being online in game. Is there a check for this? Thanks!

  21. Hello, I searched around the forums a bit, but I cannot find an answer here. I was wondering how I can insert abilities based on the condition that I am fighting an actual player of the opposite faction? reaction = UnitReaction("unit", "otherUnit"); -- In Blizzard Code, UnitReaction is only used between the player and a Non Player Controlled target. Would I need to check each enum? wManager.Wow.Enums.PlayerFactions.Dwarf

  22. Started by Cadbury,

    Hey, I'm having a problem on my warlock fight class using life tap. Current spell conditions: Mana percent SmallerOrEqual 60 Is spell usable: True Health percent BiggerOrEqual 40 The bot only life taps only once even though he should tap more since he is under 60% mana and over 40% HP Any Ideas?

    • 4 replies
    • 2.4k views
  23. Started by Hatmud,

    When running the worobot with any profile, it gives me the following error, leaving the bot I have the error that I see

    • 1 reply
    • 1.1k views
  24. Original Thread Topic: I did not want to necro an old thread, but I have included a timer into the ability Holy Light from Paladin spellbook. However, I do not think that it works too well when you are being attacked while healing and it bumps your cast time backwards. If I pulled 3 mobs and wanted to check my fight class to heal at or below 50% health, and I am still being attacked by the mobs, my cast bar gets knocked backwards which increases the cast time. Is there any way to counter this issue? Thanks!

  25. Hello, I have a problem, mentioned in this topic: https://wrobot.eu/forums/topic/6684-bot-does-not-buff-party-members/ I'm using wotlk version, 3.3.5. If u don't want to read the post I explain in few words: I have set the buffs for my Priest at max priority, cast on mount=false, combat only=false, and in conditions me in combat=false. This way when I die and I ress at the spirit, I should buff myself (inner fire, vampiric embrace, fear ward, stamina, spirit, shadow prot) and then procede. What happens is it mounts and dismounts between one buff and the other one, instead of buffing everything in sequence and then mounting only when finished. It looks very …

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.