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.

Quester assistance

  1. Started by Pwnographyx,

    Hello. I would like to order private profiles for dungeon grinding add-on Wrath of the Lich King (3.3.5). Who can develop this? How much does this job cost? I want the character to grind a dungeon on the route I set, and then leave the dungeon, reset it, and then go back to the grind. And so on the cycle. When there are 2 or fewer free slots in the bags - the bot flew to the nearest NPC and sold white, gray, green and blue items to the vendor. After the sale returned to the cycle of grind. Sry for my bad english) I tried to edit https://wrobot.eu/files/file/1157-a-hquest-bot-trash-farm/, but the character gets stuck in the dungeon, and the bot just skips over the GoT…

    • 0 replies
    • 829 views
  2. Is there a way to force the bot to interact with a mailbox without using ToTown? Running in to an issue with a custom profile I'm making where the MoneyMailer plugin doesn't work on the second ToTown push, but will work if I manually interact with the mailbox. If there is a way to make the bot open a mailbox window, that would be great.

    • 3 replies
    • 1.7k views
  3. Started by Paultimate,

    Hi, new at questing work and learning how to use it for fun. First task is simply i want to: 1. Talk to the NPC outside of the Dark Portal (before you enter Outland) √ Complete 2. Collect the quest he has. √ Complete 3. Walk to the Dark Portal and go through it X Lolnope So what I tried first was to make a quest with followpath. The npc i turnin to is on the other side of the portal. I ran this and the bot collected the quest and started to try to run to outland via northrend ? instead of walking to the portal. Bot ignored my followpath and proceeded directly to 'turnin' step. Why? I mess around and click "Current quest will be complete at…

    • 3 replies
    • 1.5k views
  4. Hi, this is a toolbox kit i put together with different some code i had laying around, enjoy! using robotManager.Helpful; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using wManager.Wow.Bot.Tasks; using wManager.Wow.Enums; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Tool { public static void LearningSpells(string SpellName) { Lua.LuaDoString(string.Format(@" for i=1,GetNumTrainerServices() do local name = GetTrainerServiceInfo(i) if (name == '{0}') then BuyTrainerService(i) end end ", SpellName.Replace("'", "\'…

  5. Started by Pudge,

    Hi guys, does anyone know if there is a way to use a method like Dispose () as in the plugin, only in the quester, namely in a custom script, when the product stops, I need to reset some custom settings that I write in an xml file. In general, i just need a method that will be triggered before the Quester stops.

  6. Hey, so I'm currently learning to make my own quest profiles and I've stumbled upon my first problem which is that my bot won't do the quest "Lazy Peons" but instead keeps talking to the quest giver over and over. As you can see I entered the quest ID and entered the quest giver including his location, in the quest order editor I have set the bot to first pickup the quest then do it and then turn it in. I have entered the item id for Foreman's Blackjack and I added a target entry id for the lazy peon as well as a hotspot location while I targeted a Lazy Peon. And of course I defined it as an UseItemOn Quest.

  7. Started by Kashian,

    Might have been talked about before, But did a search and nothing came up. Is there anyway in quester profiles to turn off pathfinding, So the toon will follow the party leader and accept quests while finishing them. I've tried running the same quest profile on two different accounts in party, But they take off in different directions.

  8. Started by Messerboogie,

    When I start the bot I always get the following error. I only use HMP plugin [E] 20:51:52 - Engine > Pulse(): System.InvalidOperationException: Die Sammlung wurde geändert. Der Enumerationsvorgang kann möglicherweise nicht ausgeführt werden. bei System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) bei System.Collections.Generic.List`1.Enumerator.MoveNextRare() bei System.Collections.Generic.List`1.Enumerator.MoveNext() bei robotManager.FiniteStateMachine.Engine.Pulse()

    • 3 replies
    • 1.6k views
  9. Started by M4k5P0w3r,

    Hello everyone, such a question, is it possible to specify the grinding time, after which the bot proceeds to the next step ?? Thx

  10. Hello, i currently have a problem with the <QuestsSorted Action="RunMacroLua" NameClass="/click Button" /> in Quester. If i call it like that in my profile i get an addon error ingame. If i call it in WoW manually in the chat with /click Button i get no error. What is the difference between these two types? I am trying to click a button from an addon. I'm looking for a simple possibility to either run a macro ingame or just press a keyboard-button ingame. Kind regards

  11. Started by Pudge,

    Hi. I want to make this but can't find sample, this damn lift in the howling fjord ruins everything... /sigh

  12. Started by Pudge,

    Hi, I want to use the same quest in different profiles, for example fly to dalaran (follow path type) quest, I know this can be done via custom script but I don't understand a little how to use it (in quest editor), need a little help, thanks in advance.

  13. Started by createdby,

    Hi I am writing a quest and I wanted to know if it is possible to make condition for this achievement http://www.wowhead.com/achievement=10665/explore-azsuna example: Query: I have the achievement, yes or no is it yes go to area 2 is it no go back to area 1 I would like to incorporate that into my questsort <QuestsSorted Action = "Pulse" NameClass = "Aszuna" /> sry for my bad english i hope you understand me Google Translate thanks for help greets

  14. Started by egei25,

    Hello i actually make my own 1-80 Profile and every thing works fine if he got lvl 70 he goes to shattrath takes the portal to Orgrimmar, then he goes to the zeppelin to Undercity and takes them. So in Undercity(Tirisfal Glades) the Problem starts i dont get the entry from the Zeppelin both (195459) Entry Vengeance Zeppelin and (181689) Entry Cloudkisser dont work? He just stands in the waiting Position and waits forever ? I figured out if im in the waiting Position in Tirisfal (in front of the Zeppelin) Wrobot get it as Gameobject: Nearest GameObject informations: Name: Vengeance Landing Zeppelin (Entry: 195459 ) IsBlacklisted = False …

  15. Hi! Have a two questions. Float precision, for the better (more accurate) result in the ground movement this value must be higher or lower? From zero to... what is the maximum value?

  16. Started by Pudge,

    Hello, I need a little help. How can I make this function to use pathfinder to find the first/nearest position in the list of vector3? Because it goes in a straight line at start, and only use pathfinder after getting stuck. I would like to make a search path for the required NPC in the override quest type, and then interact with it when it appears, but the bot goes to this path in a straight line through sea. var path = new List<Vector3>() { new Vector3(134.4189f, -4571.758f, 268.0376f, "None"), new Vector3(146.1211f, -4538.368f, 261.461f, "None"), new Vector3(150.3505f, -4503.114f, 256.2892f, "None"), new Vector3(146.0072f, -4467.485f, 253.9808f, "N…

  17. Hey guys, I attached my logs here. Everytime I run this specific Quester, after a couple hours I start getting stack overflow errors in windows on logonui.exe and other errors that dont go away until I reboot my computer (Manually, clicking restart in start doesn't work, it errors out). I was wondering if anyone could help me with this. At the request of the authro, i ran it in -nodx mode and it still did the same thing. My computer specs Windows 10 pro Intel i7-3960x GTX 1080 TI I followed all the wrobot installation guides as well. I have Bambos grinder and 1-70 truly afk quester as well, and both of those function for 24 hrs + w…

  18. Hello, I want to know how it works, it's only save the last one changed setting? This command sometimes mysteriously disables mount and pathfinding settings, are there any alternatives to apply the settings instantly?

  19. Started by Pudge,

    Hello! How does this setting do? It is for looting mob coprses or ressurect the bot? I wanna make the bot resurrect as far from the corpse as it possible. I changed the value to the maximum possible to resurrect (40f) but nothing changes (bot keeps resurrect at melee distance from the corpse). This setting is probably not what I need? ?

  20. Started by Pudge,

    Hi, need a little help. How can I remove one blacklist (without removing other blacklists) by comment or directly vector3? I tried using add session blacklist, than ClearBlacklistOfCurrentProductSession but it delete entire blacklist list anyway.

  21. Hi again, I have build my first couple of questchains, grinds and such the past few days. Making profiles in quester for specific grinds has been particularly useful, but in regards to longer runtime - while keeping the amount of suspicion i create low, i would like to chain different profiles into each other. While i found the schedule option (and could see myself running quester for x -> gatherer for x -> grinder for x) i would like to learn more about how to do that by hand. Can somebody for example elaborate a bit about Iscompleted conditions in quester or point me somewhere i can learn about that? Thankful for possible input!

  22. Hey! How to disable this? The bot just skipps very very important quests with no reason.... I put this settings into the plugin and the quest profile : Quester.Bot.QuesterSetting.CurrentSetting.SkipPickUpQuestAfterXSecondes = 50000; Quester.Bot.QuesterSetting.CurrentSetting.Save(); but it seems this only works half the time or doesnt work...

  23. Started by Rimmon,

    Guys when i click download profiles it doesnt have any profile there. so how can i download profiles?

    • 0 replies
    • 893 views
  24. Its a daily cooking gatherer quest from orgrimmar, no idea why bot just stand and do nothing, tried with "objective count" and with "auto detect objective count" 21 Oct 2020 23H28.log.html

    • 8 replies
    • 1.8k views
  25. Hello, I would like to include a step that forces the character going to the trainer of his class. Now I know there is plugin trainlevel.cs, customizable with levels and so on, but if I'm grinding with quester Pulse > Level 10 to 15, and the plugin is set to 13 for trainer visit for example, it simply doesn't go, because I believe the bot is still finishing the 10 to 15 pulse so it ignores the plugin. Also I'm trying to do a Quester 1-80 that fits all classes so I can't put a Step > GoToAndInteractWithNpc because every class has different trainer, so my idea was between each pulse of zone level, force the bot to visit the trainer like it would do normally, I mean kn…

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.