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.

General assistance

You haven't found category, post your question here

  1. gi guys i recently upgraded from 1 session license to 10 since i love the product. however when i try to open a second instance of wrobot the first one closes almost instantly. am i doing something wrong? i am using the same license that i got from the 1 session license key thoght it would automatically upgrade. i didnt get a email with a new license so im thinking its suppose to automatically upgrade? thanks guys sorry if its not clear english is not my first or second language.

  2. Started by Uccy,

    Hello it's been several times that I change the wrobot setting options. But still, I have a problem with the seller tab. I made a text file for a list of items not to sell which works very well except for one it's the miner's shovel even putting the id it does not work. And I would like to buy some food but that doesn't work either. If someone can help me because I even reset the settings but nothing happened. Thanks in advance

    • 6 replies
    • 1.9k views
  3. Started by tonyloks,

    Hi! I have a problem. I want to run a file in the reloger not from wow.exe , and as a bat file. At startup, the client starts, but the reloger cannot find its ID. How to fix it?

    • 3 replies
    • 1.1k views
  4. Hello, Windows 11 is installed on the computer. An error occurred due to the overflow of RAM, all applications closed. After that, the relogger cannot start the bot.Restarting the computer does not work.What could be the problem? 16 июн 2022 01H25 - xqXFu.log.html

  5. Started by Evaexe,

    Hello ! I'm trying to add smelting type of npc in my db. But i have an issue. When bot is launched, i go to dev tool -> NPC database -> select smelting on "Type", left "Name" blank, click on the button and nothing append When bot is paused, i go to dev tool -> NPC database -> select smelting on "Type", left "Name" blank, click on the button and nothing append When bot is stoped, i go to dev tool -> NPC database -> select smelting on "Type", left "Name" blank, click on the button and nothing append When i put someting in the field name and clic on it appear a message box "Object not found." so the button seem work. …

    • 2 replies
    • 1.1k views
  6. Started by zzzar,

    Hello, i make own lightweight lame logger/relogger and stuck at press "Start" button of bot. at first SetForegroundWindow(p.MainWindowHandle); // focus bot window then i try various ways 1) SendKeys.SendWait("%(c)"); 2) keybd_event(0x12, 0, 0x02, UIntPtr.Zero); // press alt Thread.Sleep(1000); keybd_event(0x43, 0, 0x02, UIntPtr.Zero); // press c Thread.Sleep(400); keybd_event(0x12, 0, 0x00, UIntPtr.Zero); // unpress alt keybd_event(0x43, 0, 0x00, UIntPtr.Zero); // unpress c 3) even try to tab between bot window elements but none work, like keys not send to window,…

    • 0 replies
    • 594 views
  7. Started by hcydlee,

    always tell me that the server is disconnected.

    • 1 reply
    • 939 views
  8. Started by kfcdead,

    Opening the software shows that the server is down due to possible game activity or hacking attempts. This release may have been organized from our servers. However, I just purchased an activation code some time ago.

    • 5 replies
    • 1.3k views
  9. Hey guys just trying to figure out how to get this bot working.. I'm a newbie-- so im sure im overlooking or misreading something and screwing this up

    • 0 replies
    • 641 views
  10. Hi, So I'm interested in purchasing WRobot but after quickly browsing the /files/category/ section I've noticed there's not many profiles available. Will I be granted access to more on purchase, or are there any paid profiles available for purchase? Thanks in advance.

  11. Started by Weer36,

    What if wrobot can't see no one of auctioneers in Orgrimmar? I Have zero in ObjectManager.GetObjectWoWUnit().Where(x => x.IsAuctioneer).Count() But if come closer, it's ok wManagerSetting.CurrentSetting.SearchRadiusObjects = 1000 BTW, closest auctioneer in 90ft

    • 1 reply
    • 847 views
  12. Started by Weer36,

    Hello everyone! How to change and then start product from Gatherer to Quester in my plugin?

  13. Started by nomabond,

    This Network Request to https://download.wrobot.eu/wrobotwotlk/isOnline.php appears to be failing when I start WRobot, but the site is clearly online. I have gone through the troubleshooting steps of updating, reinstalling, etc, etc.. I have updated windows 10, restarted, disabled AV / Firewall. I have no proxies or VPNs. This just randomly started. [D] 07:56:04 - [Info] Log file created: 29 Dec 2021 07H56.log.html [D] 07:56:04 - [Info] WRobot Version: 2.7.2 (23555) for wow: 3.3.5a_12340 [D] 07:56:04 - [Info] Offical website: https://wrobot.eu/ [D] 07:56:04 - [Info] Operating System Details: Windows 10 Enterprise [D] 07:56:04 - [Info] Lang: English (United…

  14. Started by Xukixuki876,

    My account got banned after 1 day, and i only botted for like 3 hours total on the Stormforge MoP server. The same thing happend to me about 3-4 months ago when i botted on the Cata server Apollo aswell, banned after 1 day. I'd like my money back thank you.

    • 0 replies
    • 868 views
  15. Started by kokorozashi,

    Whenever I open the WRobot no mater which version I choose it gets stuck on "Server connection..." then the error message "Servers seem to be down ....." appears and the program closes automatically before I can do anything.

    • 4 replies
    • 1.2k views
  16. Started by nkzr,

    How to write correctly? If => (if i have item "Frayed Robe") - ? runcode => wManager.Wow.Helpers.ItemsManager.EquipItemByName ("Frayed Robe"); endif

  17. Started by Pudge,

    Hello. For some reason during quests the bot is blacklisting game objects to harvest. I tried to fix that by removing from the blacklist all of objects to harvest for the current quest. But Quest.QuesterCurrentContext.Profile as Quester.Profile.EasyQuestProfile is always return null. I know that it could be much easier to implement what I wanted, for example, removing the objects to harvest from the blacklist if the bot is in the "harvesting" state near it for some time, but as it has already been done, it's done. The point is that it is not possible to get the necessary information for the log using EasyQuestProfile class. Or maybe I did something wrong? Log: …

  18. Started by nkzr,

    How to write correctly? If => (if i have a warhorse) - ? runcode => wManager.wManagerSetting.CurrentSetting.UseGroundMount = true; runcode => wManager.wManagerSetting.CurrentSetting.GroundMountName = "Warhorse"; endif -------------------------------------------- If => (if i have Swift Brown Steed) - ? runcode => wManager.wManagerSetting.CurrentSetting.UseGroundMount = true; runcode => wManager.wManagerSetting.CurrentSetting.GroundMountName = "Swift Brown Steed"; endif

  19. Started by wrobotu,

  20. Started by anger321,

    I get 4th ban in Last 3 days.. I using only rotation bot and moving by myself. Where can be problém?

    • 0 replies
    • 625 views
  21. Started by Uccy,

    Hello Before pay your bot I tested with some quester and profile class. But no mount for going fast and see config and change 10 but nothing more. It's free version doing that or bug because i haven't fly mount , i'm lvl 40 only.

    • 0 replies
    • 638 views
  22. Started by Pudge,

    Hi, I don't understand why but the bot stopped using drinks to restore mana, it just ignores their presence in the backpack. The following settings are set: wManager.wManagerSetting.CurrentSetting.DrinkName = "Conjured Mana Strudel"; wManager.wManagerSetting.CurrentSetting.DrinkPercent = 65; wManager.wManagerSetting.CurrentSetting.TryToUseBestBagFoodDrink = true; wManager.wManagerSetting.CurrentSetting.DrinkMaxPercent = 99; Also wManager.wManagerSetting.CurrentSetting.DrinkAmount returns 0.

  23. Started by Weer36,

    Hot to exit from game without killing process? Cuz when i kill process, character's config not saves. BTW exit from bot&relogger possible without killing process?

    • 1 reply
    • 786 views
  24. Hi guys ! Just trying to run WRobot on Ascension 3.3.5 (12340) and i have an error when i try to run the bot : [D] 21:25:59 - [Info] Log file created: 17 Feb 2022 21H25.log.html [D] 21:25:59 - [Info] WRobot Version: 2.7.2 (23555) for wow: 3.3.5a_12340 [D] 21:25:59 - [Info] Offical website: https://wrobot.eu/ [D] 21:25:59 - [Info] Operating System Details: Windows 10 Home [D] 21:25:59 - [Info] Lang: English (World) [F] 21:26:00 - [Memory] D3D9 found: 6A 14 B8 60 3E 9A 69 E8 FA 7C [F] 21:26:00 - [Memory] D3D11 found: 8B FF 55 8B EC 83 E4 F8 83 EC [F] 21:26:00 - [Memory] D3D9 used [F] 21:26:04 - HWBP hook [E] 21:26:08 - wManager > Pulstator > Pulse(int…

  25. Started by tonyloks,

    Please tell me how to set a condition for the purchase of water ? Condition "ObjectManager.Me .Level <10;" does not work.

    • 2 replies
    • 737 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.