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, Look this videos http://wrobot.eu/forums/topic/3393-quest-tutorial-video-basic-concepts-kill-and-loot/ and http://wrobot.eu/forums/topic/3395-quest-tutorial-video-basic-concepts-useitemon/ and http://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/ and http://wrobot.eu/forums/topic/3396-quest-tutorial-video-basic-concepts-grind-till-lvl/ If your problem is not resolved, please share your profile
  2. Hello, where do you have choose 'America?'
  3. Hello, you can use lua code like: public WoWAreaTrigger CorrectTile => ObjectManager.GetObjectWoWAreaTrigger() .Where(u => u != null && u.IsValid && (u.SpellID == 219246 || u.SpellID == 219262)) .OrderBy(u => u.Position.DistanceTo(ObjectManager.Me.Position)) .FirstOrDefault(); public void DoQuest() { if (!ObjectManager.Me.HaveBuff(219247)) return; var tile = CorrectTile; if (tile == null) return; var loc = tile.Position; if (loc.DistanceTo(ObjectManager.Me.Position) > 1.5) { MovementManager.MoveTo(loc); } } ( http://www.wowhead.com/quest=43767/enigmatic )
  4. Hello, sorry but currently no solution for that.
  5. Do you have wow option "Auto dismount" active?
  6. Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  7. Hello, to bypass this problem, before to pulse this quest add step type runcode: robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { int itemId = 1234; int questId = 1234; if (!wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) return; if (wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore) return; if (state.DisplayName == "Quester") { if (wManager.Wow.Helpers.Quest.HasQuest(questId) && wManager.Wow.Helpers.Lua.LuaDoString<bool>("local start, duration, enable = GetItemCooldown("+ itemId + "); return enable;")) { cancelable.Cancel = true; } } }; (replace spell and item id)
  8. Droidz commented on Arcangelo's bug report in Bug Tracker
    Can you share your profile (by private message if you want)
  9. Can you give us your error message.
  10. Hello, I don't see error. Are you sure about your method "getPartymembers()"? Try to add logs to debug
  11. Droidz replied to Garub's topic in General discussion
    http://zzukbot.com/ and http://vanillabotter.com/ (not tested)
  12. Hello, check if your spell id (109259) is correct
  13. Hello, with default settings "Party" bot follow and assist group leader.
  14. Hello, try to blacklist this mailbox (blacklist zone or disable mailbox in 'npc db' tab 'tools').
  15. Hello, yes ps: check you PM
  16. Hello, WRobot seem in pause.
  17. Droidz replied to Garub's topic in General discussion
    Hello, WRobot don't support Wow 1.12.1
  18. Hello, At the end of your subscription, we will send you an invoice with renewal link to remind you to renew your subscription (you can also found invoice here). We will not automatically renew your subscription.
  19. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 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/).
  20. Hello, I have resolved your problem you can found your new license key here http://wrobot.eu/clients/purchases/
  21. Droidz replied to huuiboy's topic in General assistance
    Hello, reply by private message
  22. Hello, If you want complete quest when you don't have item in bag (1234 is item id): return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(1234) <= 0; Or if you want complete quest when you have item in bag (1234 is item id): return wManager.Wow.Helpers.ItemsManager.GetItemCountByIdLUA(1234) >= 3; (replace 3 by minimun item count)
  23. Hello, Try to restart your computer, if you get this problem again several time if you can send me again your log file.
  24. Droidz commented on KnightRyder's bug report in Bug Tracker
    Changed Status to Fixed

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.