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.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz commented on TheSmokie's bug report in Bug Tracker
    Hi, maybe with wow lua events
  2. WRobot API Documentation Website: https://wrobot.eu/byme/doc/ Offline documentation: https://wrobot.eu/byme/doc/WRobot.chm (from Wotlk version, Updated the 01 February 2021) Unofficial documentation is available here , it is still very useful because it contains examples and descriptions that are not available in the official.
  3. Droidz commented on TheSmokie's bug report in Bug Tracker
    Hi. Don't use enum "LuaEventsId" it is obsolete, use string like that: EventsLua.AttachEventLua("LFG_PROPOSAL_SHOW", m => Lua.LuaDoString("AcceptProposal();")); You can dump all events and check event called when you get this popup, run this code one time when product is started: wManager.Wow.Helpers.EventsLuaWithArgs.OnEventsLuaStringWithArgs += (eventid, args) => { Logging.WriteDebug("[EVENT] " + eventid); };
  4. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Droidz commented on TheSmokie's bug report in Bug Tracker
    I can only solve the problem if you have this problem with WRobot without plugin, profile (test several) and fightclass (test several). Otherwise you have to find the plugin / profile / fightclass that causing the problem and see with the creator, if the creator tells me that the problem comes from WRobot because it occurs when it uses X method in this case I could solve.
  6. Hello, you are sure that you don't use product option "Back to last profile position"? By default WRobot back to the nearest profile position.
  7. Bonjour, pouvez vous enregistrer une video et partager le fichier log de la session.
  8. Hello, no special log?
  9. try wManager.wManagerSetting.CurrentSetting.BuyList.RemoveAll(b => b.ItemName == "Instant Poison"); // remove existing var itemToBuy = new wManager.Wow.Class.Buy { ItemName = "Instant Poison", VendorItemClass = wManager.Wow.Class.Npc.NpcVendorItemClass.Consumable, GoToVendorIfQuantityLessOrEqual = 5, Quantity = 20, ScriptCanCondition = "return ObjectManager.Me.Level > 20;" }; wManager.wManagerSetting.CurrentSetting.BuyList.Add(itemToBuy);
  10. Try this code: var itemToBuy = new wManager.Wow.Class.Buy { ItemName = "Instant Poison", VendorItemClass = wManager.Wow.Class.Npc.NpcVendorItemClass.Consumable, GoToVendorIfQuantityLessOrEqual = 5, Quantity = 20, ScriptCanCondition = "return ObjectManager.Me.Level >20 && ObjectManager.Me.WowClass == WoWClass.Rogue;" }; wManager.wManagerSetting.CurrentSetting.BuyList.Add(itemToBuy);
  11. Hello, you want do it with code or with interface?
  12. Hello, try to disable proxy and vpn (check also if you use custom windows hosts file)
  13. Droidz commented on TheSmokie's bug report in Bug Tracker
    You are allone to report me this problem. Try in VM with new wrobot install, new wow install (redownload) to be sure. If problem is not resolved try to dump wrobot process and share file with me by private message https://m-files.force.com/s/article/Creating-a-memory-dump-from-a-specific-process-with-Task-Manager
  14. Droidz commented on TheSmokie's bug report in Bug Tracker
    Hey, if you speak about https://wrobot.eu/bugtracker/bug-ingame-error-stack-overflow-r1392/?tab=comments#comment-6332 I have already replied to you by private message and I do not find any problem in WRobot. You are the only one to report this problem I think it is a configuration / plugin / profile / fightclass problem.
  15. Hello, try to add mines to havrest to your profile or in advanced general settings to objects to harvest list
  16. Hello, try to disable also your VPN and proxy. To restart your computer. If problem is not resolved share your log files (in "Logs" folder)
  17. Droidz posted a topic in News
    Wishing you a happy new year with the hope that you will have many blessings in the year to come. View full article
  18. Droidz posted a article in News
    Wishing you a happy new year with the hope that you will have many blessings in the year to come.
  19. Droidz commented on Pudge's bug report in Bug Tracker
    Hi, add more log types no, but I'll add text filter
  20. Hello, in your settings you use option to use only vendors/repairs of your profile, NPCs is in your profile?
  21. Hello, you have robotManager.Helpful.Mouse.CurseurWindowPosition(IntPtr mainWindowHandle, int posX, int posY) and robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(IntPtr mainWindowHandle, int percentageX, int percentageY) Look methods in robotManager.Helpful.Mouse and robotManager.Helpful.Display (but simulate click works badly and you need wow window in foreground)

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.