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

    I've got a plugin that is logout the bot if pathfinder server is down. I have to use it constantly after my whole farm was banned twice because of pathfinder problem. Now i have a new problem. It started about 3-4 days (maybe alittle more) ago. My bots are constantly logout. Sometimes every 15-20 minutes. And not all at once, but instead, only some of them. Some of them now, another later and so on. In 3-5 hours they will be all offline for sure. It could be internet problem, but i don't have any latency problem when they are logout. Also in that case it would happen globally, they sould have to logout all at once, not like they are doing now. In log i've g…

  2. trying to wait on my partymembers in a questing profile. this works as runcode: int readyMembers = 0; var totalMembers = wManager.Wow.Helpers.Party.GetParty().Count(); while (readyMembers != totalMembers) { readyMembers = wManager.Wow.Helpers.Party.GetParty().Where(u => u.GetDistance <= 5).Count(); System.Threading.Thread.Sleep(3000); } but the second i run the folowwing in the script tag wManager.Wow.Helpers.Party.GetParty().Where(u => u.GetDistance <= 5).Count(); i get the error: Quester.Bot > Pulse(): System.NullReferenceException: Object reference not set to an …

    • 0 replies
    • 1k views
  3. Started by Nosferatuepic,

    Sup Boyz, how i can training sword skills in quest profile?

  4. Started by Nosferatuepic,

    hello there, can you help me pls with abandon quest? for Vanilla wow, This code dont work local questId = 12345; for i=1,GetNumQuestLogEntries() do local _, _, _, _, _, _, _, id = GetQuestLogTitle(i); if id == questId then SelectQuestLogEntry(i); SetAbandonQuest(); AbandonQuest(); end end

  5. Started by Andoido,

    Since vmware is so CPU Heavy for older machines like mine. was curious if anybody had an alternate method of botting via a virtual machine! let me know!

  6. Started by fantasia,

    Is there a good way to make the bot not get stuck in the environment? One really annoying area is the class trainer building in Razor Hill. It has 4 braziers in it. I get stuck in them all the time, I tried adding small blacklisted spot on them and it still goes straight through them both to go to trainer and bag vendor and to go out. Normally it can unstuck itself but this time it tried to unstuck itself 7 times and kept getting stuck so I stopped the bot. When I set blacklisted spots it also makes the pathing go really out of the way, if I set a 5yd blacklist then it tries to go something like 20yd away from it (it makes it look so stupid when it basically goe…

    • 2 replies
    • 1.3k views
  7. Started by Andoido,

    Nvm. seems to be HMP

  8. Started by Nosferatuepic,

    Hello guys, how i use hotkey this button? Clicking the mouse 500+ times drives me crazy

  9. I currently play on a 255 unlimited Private server and its 3.3.5a. Im trying to use the bot to grind dungeons that are soloable and reset/repeat. I have no idea how to configure the bot to do this and im about 10 hours in trying to configure it. Can someone please help me?

  10. <EasyQuest> <Name>Helboar, the Other White Meat</Name> <QuestId> <int>9361</int> </QuestId> <QuestType>OverridePulseCSharpCode</QuestType> <QuestClass xsi:type="OverridePulseCSharpCodeEasyQuestClass"> <Code>while (!Quest.IsObjectiveComplete(1, 9361)) { var helboar = ObjectManager.GetWoWUnitByEntry(16863); if (!ItemsManager.HasItemById(23270)) { if (helboar.Count &lt; 1) { wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(-1120.997, 2922.743, -1.860508)); } else { Fight.StartFight(ObjectManager.GetNearestWoWUnit(helboar).Guid); } } …

    • 2 replies
    • 1.6k views
  11. Started by Dexx0,

    Level 4 druid, trying to run to fellwood to sell items ? Uhm wtf ? 12 sep 2018 22H52.log.html

    • 0 replies
    • 913 views
  12. Started by Nosferatuepic,

    Trying pick up quest Gordo's Task. He stay and wait Gordo. Then skip this and go to next step. How i can get this quest?

  13. Started by Nosferatuepic,

    Hello there! Have a question. How i do quests with same name? Like a "A new plague" i try do quest name "A new plague part 2", but. dont work ?

  14. Hi Guy's I seem to have got into a snag here, i am creating a Horde profile ( Undead Zone) Doing the quest http://www.wowhead.com/quest=6395/marlas-last-wish it is a 2 part quest. I created 2 quest 1 to go kill Samuel and it work I got his remain. The 2nd quest doesn't work I tried useitemon with Id 16333 ( Samuel's remain) Also tried Gatherer and putting the id and it doesnt work :( if anyone can just make a file with the quest completed I would appreciate and share the file please so I can see what I am doing wrong.. Thanks.

  15. Started by Meyverick,

    Hello, How can I PickUp a quest launched by gathering a object? I'm looking to PickUp the quest "Chen's Empty Keg" (it's a barrel on the ground) Thank you!

    • 4 replies
    • 1.5k views
  16. Started by Meyverick,

    Hello, Is it possible to make a things like If > Already Did The Quest (ID) ? Thank you! ?

  17. Started by Nosferatuepic,

    Help me pls, i create a Quester profile, and at one stage I had an error, I can not determine which type it will fix. I tried to remove the latest news - it did not help ? I do not know why the error is in Russian, because of this I can not determine the problem. Translated roughly like "Could not find the name of the type or namespace (omitted directive using or reference to the assembly?) Maybe you'll help me find the cause of the error, or tell me where to look for it. I'm new to writing profiles, so do not be angry with my mistakes. Thank you in advance P.S Sry for terrible english, my quest profile in files UdQuester_byBaron.xml

  18. Hello, I'm working on a quester profile, I noticed quite few times when there is a Pulse (Follow Path), the bot ignores my recorded route and decides on his own how to reach the final point, for example I recorded from barrens to tanaris and the bot is running on the edge of the mountains, with the risk of falling down and messing up all the path. Why is this happening? I'm testing it on 3.3.5 server.

  19. Started by Andoido,

    mine english is bad but im wonder if me bot can do complete quest condition by his level? Im found return ObjectManager.Me.LevelDecimal == 13; can use 2 complete conditions? im having 2 and it seems to read just 1

  20. Hello guys I write simple code with fullcsharpcode type public sealed class stepfour : QuestClass {  public override bool Pulse() { consolelog.write("In step4"); return true; } } It’s not work ,debug log display step5,step4 is skip,but it use the overridpulsecode type,it’s ok. how can I do that work?

    • 4 replies
    • 1.6k views
  21. Started by zzzar,

    is it good idea to put tons of profile settings in Custom Script section of Questing profile or better just run it as RunCode step? for example i don't want to add extra npc to dabase and use next code : public class MyCustomScript { static MyCustomScript() { wManager.wManagerSetting.CurrentSetting.NpcScanAuctioneer = false; wManager.wManagerSetting.CurrentSetting.NpcScanVendor = false; wManager.wManagerSetting.CurrentSetting.NpcScanMailboxes = false; wManager.wManagerSetting.CurrentSetting.NpcScanRepair = false; wManager.wManagerSetting.CurrentSetting.AddToNpcDb = true; Quester.Bot.QuesterSetting.CurrentSetting.SaveModifiedGeneralSettings =…

  22. Started by ScripterQQ,

    Hello, I'm trying to create a simple Quester profiles that press few buttons on the game, I'm using mainly RunMacroLua. Step like "/target Dalaran Inkeeper" work good, also InteractUnit("target") (this one is RunLuaCode) The problem is after I targeted the NPC and I interact with it, I want the bot to press some buttons, which are basically a lua macro with "/click Button1" "/click Button2" and so on. For some reason, the bot cannot execute the commands and it stucks at the InteractUnit step, what am I missing? Thanks for any help ?

  23. Started by Andoido,

    I am having issue with profile do get flight path. I make profile go to flight path (set vector) and bot no grab flight path. I searched got var position = new Vector3(-1770.37f, 3262.19f, 5.10852f); int npcEntryId = 2409; if (!ObjectManager.Me.IsOnTaxi) { if (wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(position, npcEntryId)) { Usefuls.SelectGossipOption(GossipOptionsType.taxi); Lua.RunMacroText("/click TaxiButton1"); } } BUT. I put in and bot pick random FP. I want so bot no fly, just talk and get fp learned. Help pls me

  24. My Quest needs to talk to an npc, but this NPC doesn't have an accurate XYZ. How can I find this NPC accurately? NPC is within a certain range

    • 3 replies
    • 1.9k 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.