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.

Developers assistance

You have problem for create Quest profile? Custom Profile? Plugin? Product? C# or VB.net FightClass? This forum is for you.

  1. Started by iMod,

    Hello, I was writing a small method that handles casting spells for me and I'm looking for some improvements for it. May you see some issues. /// <summary> /// Cast a spell /// </summary> /// <param name="spell">The spell you want to cast</param> /// <param name="target">The target you want to cast at</param> /// <param name="debuff">The debuff we are looking for</param> /// <param name="buffTimeLeft">Recast if buff time is under the given time</param> /// <param name="stacks">How much stacks you want at the target</param> ///…

  2. Started by burnii,

    Hey I tried to check if I'm mounted on "Reins of the Traveler's Tundra Mammoth" with: ObjectManager.Me.HaveBuff("Reins of the Traveler's Tundra Mammoth") and ObjectManager.Me.HaveBuff(44234); but it didn't work. To check other buffs works just find just this mammoth is a problem.

    • 1 reply
    • 1.3k views
  3. hi, I tried to change the setting "back to last profile position" in the grinder bot. Grinder.Bot.GrinderSetting.CurrentSetting.BackToLastProfilePosition = false; This is what i tried but it didnt work. Someone knows how it works?

    • 1 reply
    • 1.4k views
  4. Started by derbauer,

    Hello, I would like to know if its possible to run out of Firelands and reset when the bot gets in combat with shannox? or at least a function that realizes when shannox(or any other mob) is attacking the bot? So far Im using grinder bot to farm trash in firelands.

    • 2 replies
    • 1.2k views
  5. Started by burnii,

    Hey, I try to get free bag slots with if(wManager.Wow.Helpers.Usefuls.GetContainerNumFreeSlots <= 25 && !ObjectManager.Me.InCombat){ wManager.Wow.Bot.States.ToTown.ForceToTown = true; } it tells me that there is no definition of "GetContainerNumFreeSlots" in "WManager.Wow.Helpers.Usefuls". Am I missing something?

    • 2 replies
    • 1.4k views
  6. Is it possible to change process name of attached WoW process? Also, how would I get an IntPtr to the attached WoW process?

    • 4 replies
    • 2.3k views
  7. Hi, I have a question in regards to the development tools, there is an option for C# but I don't know what it does or how to use it. My hope is that you could add some c# to the textbox and it'll run it for you however I've had no luck. Can someone share their knowledge of what this does? :) Cheers

  8. Started by reapler,

    Hello, i would like to ask if someone knows an event which fires on generate path requests and also return the start & end position for the requested path. The current event which i'm using is "MovementEvents.OnMovementPulse" but it has already generated the path to the destination. The reason is why i need that is i want to diminish the effort for my plugin because i don't need the generated path and it's pointless if it takes a few seconds to generate while i only need the start & destination position in the end.

  9. Started by supersurfer,

    hi there, i want to script a quest where i need to use a non moving vehicle and shoot a moving target, anybody know how to manipulate/control the shooting direction ? i attached a picture to better illustrate the problem. thanks for any help

    • 1 reply
    • 1.9k views
  10. Started by supersurfer,

    Has anybody else tested, facing a vector ? for me it does not work, he faces the wrong direction. Facing a WowUnit works but not a position. wManager.Wow.Helpers.MovementManager.Face(new Vector3(2757.88, -1948.26, 50));

    • 1 reply
    • 1.7k views
  11. Started by camelot10,

    is there analog in wrobot ? or can i get subzoneid with lua ?

  12. Started by CN,

    Any idea to solve this error of "Unable to do while moving" or perhaps using other method? that causing infinite loop of pos and object position. if ( wManager.Wow.Bot.Tasks.GoToTask.ToPosition(pos, distance) && o.IsValid) { wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress); }

    • 1 reply
    • 1.2k views
  13. Started by CN,

    How do I RunCode without having to add Wait in editor? ItemsManager.UseItem("Hearthstone"); // some code here like Wait in quest order editor Thanks.

    • 2 replies
    • 1.5k views
  14. Started by CN,

    Hi, is there some sort of documentation/manual of wManager, Quests. codes/params that we can use? or site that can refer to? or perhaps someone could highlight the overview of the commands available in respective area? newbie can explore further. such as what are the acceptable commands in Action type RunLuaCode (or a website of api commands accepted), RunMacroLua. Thanks.

    • 2 replies
    • 1.9k views
  15. Hi, I have a question around plugin creation and debugging that plugin to test whether it's working as intended. As there is currently no bot API that I've found I don't know what to expect from the Wow.Helpers etc. and would like to run the DLL in debug with wRobot. Is there any way to do this? Are people should outputting the helper result to log as string to test? Cheers, Marsbar

  16. Started by zedek,

    Was trying to figure if a door is open with wrobot, its a barrier that you can cross after you kill a mob, i used WowGameObject.State in HB to check if it was open, is there anything in wrobot that gets me that info ? tried IsMDXCollidable , and sometimes it updates, sometimes it wont.

    • 7 replies
    • 2.8k views
  17. Hello, as a new user, i have been trying botting from 4 to 6 sessions on different servers (private TBC). i was used to monitor my bots activity using remote functionnality. Since last update, even if wrobot is running with option remote "on" i don't have my bots' activity displayed on the remote webpage anymore. Thanks for the great work on this product Mamax

    • 1 reply
    • 1k views
  18. i have some external script code that launch new Thread() or subscribe on wrobot events (Fight events or MoveEvents as example) and i need it to run during whole profle. that profile loads next profile and next profile use same script code that launch new Thread() or subscribe events. i cannot stop threads/unsubscribe events from previous profile and loadeded profile run new one. i know new profile loaded and compiled at runtime when loaded. thats why i have two questions: 1. previous profile compiled code unloaded? what happend to event subscribers/threads i need to stop/unsubscribe or when old profile code unloaded event listeners/thread destroy…

    • 2 replies
    • 1.7k views
  19. hi (sorry for bad english) what this should do is, turn the teleporter false, if im using hearthstone ... like this wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false ; If(Item Using) but i really dont know how and where to look for this thing (hearthstone id 6948) and how it should look like... can anyone help me PLEASE? i know thats a noob question, but i have spent 1-2 hours and i still have no idea <_> please :(

    • 1 reply
    • 1.6k views
  20. Started by Zan,

    Is there a way to move to a lootable corpse and loot it manually? I attempted a few ways but I just couldn't get it to work. I was wondering if anyone knew a way. Thanks in advance!

  21. I'm writing an ICustomProfile and when it comes time to vendor it's not vendoring. I have: Fsm.AddState(new ToTown { Priority = 4}); if (Bag.GetContainerNumFreeSlots <= 35) { wManagerSetting.CurrentSetting.MinFreeBagSlotsToGoToTown = 35; ToTown.ForceToTown = true; Others.Wait(2000); ToTown.ForceToTown = true; Others.Wait(2000); wManagerSetting.CurrentSetting.MinFreeBagSlotsToGoToTown = 2; } If I…

  22. Started by Nectix,

    Hello, Im creating a quester profile, and want to set the heartstone to a new location. I used a quest with an" InteractWithNpc" type and set a hotspot an the target entry ID. In the Quest order editor I used Pulse as the action type and the quest name as action parameter. Wich code do I have to add to make it work? Or is there another solution? Thanks for your help.

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

    Hi Dev ) I am not found any topic or .cs code here for delete items via wrobot function's. itemsmanager dont have this function :(

    • 1 reply
    • 1.9k views
  24. Started by Pelle,

    Hi! Im trying to add a function in the plugin: Basically i want to add a function or replace one so it hops when there isnt a living mob close by, eg. The warbringers in pandaria. If i kill mob, i want to check next realm, if it isnt there i want to jump to next and so on. For now my function looks like this: private List<WoWUnit> GetNPCNearMe() { return ObjectManager.GetObjectWoWUnit() .Where(p => p.GetDistance <= RealmHopSettings.CurrentSetting.DistanceBeforeHopping).ToList(); } However, i think if its there but dead, it still thinks there is a mob. So what can i do? …

    • 8 replies
    • 2.2k views
  25. Started by Zan,

    I actually have two questions: 1. Is it possible to add a settings menu to a Custom Profile? 2. @Droidz is it possible to add .dll to Custom Profiles in addition to .cs? Or request in the future it will be added to Custom Profile selection?

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.