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. Hello, Try to remove folder "WRobot\Data\Meshes\" If you problem is not resolved can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  2. Hello, this depend of your profile, try to avoid water zones.
  3. Hello, It is strange than you get this problem only in Karazhan. Do you have try with another fightclass? Or to put lower graphic quality ?
  4. Hello, In "map" tab you can activate "radar 3d" to check blacklisted zones.
  5. Before pulse step, add step type runcode with code like: int questId = 9361; // http://www.wowhead.com/quest=9361/helboar-the-other-white-meat if (wManager.Wow.Helpers.Quest.HasQuest(questId)) { wManager.Events.LootingEvents.OnLootSuccessful += unit => { if (wManager.Wow.Helpers.Quest.HasQuest(questId)) { if (wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStarted && !wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore) { if (wManager.Wow.Helpers.ItemsManager.GetItemCountById(23248) > 0) // Purified Helboar Meat { wManager.Wow.Helpers.ItemsManager.UseItem(23268); // Purification Mixture wManager.Wow.Helpers.Usefuls.WaitIsCasting(); } } } }; }
  6. Droidz commented on Arcangelo's bug report in Bug Tracker
    Hello, Use goto quest type (to go to npc quest giver), add step type runcode with this code: "wManager.Wow.Bot.Tasks.MountTask.DismountMount();" and add step type pickup.
  7. Hello, wait next update, with notepad open your setting file (in folder "WRobot\Settings\", open file "General-******.xml"), and you can change value of field "FlyAboveGroundHeight" (you can put 0 to disable fly). PS: you can also edit it in c# with "wManager.wManagerSetting.CurrentSetting.FlyAboveGroundHeight = 1.5f;"
  8. Changed Status to Confirmed Changed Version to All
  9. Hello, can you give me name of your server.
  10. Hello, http://wrobot.eu/forums/topic/3960-how-to-use-trinket/
  11. If you can share full log files of several sessions where wow have crashed.
  12. Hello, use this lua code: SetMapToCurrentZone(); continent = GetCurrentMapContinent(); SetMapZoom(continent); local x, y = GetPlayerMapPosition('player'); local _, worldX, worldY = GetWorldLocFromMapPos(x, y); To get z position, use wrobot function "float wManager.Wow.Helpers.PathFinder.GetZPosition(Vector3 point, bool strict = false)"
  13. Hello, wait next update I have added option "Randomizing Hotspots" in grinder profile creator.
  14. Hello, thank you for report, you can continue at use wrobot (this can cause problem if this happen frequently, I will change message in WRobot)
  15. Hello, put "False" at spell settings "Check if know spell" (or use lua)
  16. Can you share your log
  17. Yes bliz have added new detection vector but this don't target WRobot.
  18. http://wrobot.eu/forums/topic/4561-update-status-patch-710-build-23171/
  19. I start to work on this patch
  20. Hello, you can try to use wrobot with shortcut "WRobot no dx", try also de remove folder "Cache" in Wow install.
  21. Update again wrobot
  22. Changed Status to Fixed
  23. I'll fix this problem quickly.

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.