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. Bonjour, augmenter votre "min/max latency" dans "advanced general settings"
  2. Hello, I'll resolve this problem in next update, to wait, try to close all unused programs.
  3. Hello, Wath plugin/fightclass do you use (for the poison)?
  4. Hello, you get this problem only in timeless isle? Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Try to increment your min/max latency in advanced general settings and to disable all of your wow addons
  6. Droidz replied to fifib's topic in Français
    Bonjour, le bot ignore le le banc de poisson quand vous avez l'option "Can walk on water" actvé?
  7. Since Wotlk, WRobot automatically skip quests if already completed. Are you sure about your quests id and settings? If you can share bugged quests
  8. No it is an sample code, this script will output in wow chat achievement states. What do you want to check exactly?
  9. Hello, try to reinstall WRobot, you have a lot of errors in your log
  10. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. Hello, use quest type UseScriptOn and use c# code like ItemsManager.UseItem(1234); Usefuls.WaitIsCasting(); Thread.Sleep(1000 * 10); (replace 1234 by your item id and replace 10 by number of secondes to wait)
  12. local achievementID = 10665; local id, name, points, completed, month, day, year, description, flags, icon, rewardText, isGuild, wasEarnedByMe, earnedBy = GetAchievementInfo(achievementID); print('======================================'); print(tostring(name)); for i=1,GetAchievementNumCriteria(achievementID) do local criteriaString, criteriaType, completed, quantity, reqQuantity, charName, flags, assetID, quantityString, criteriaID, eligible = GetAchievementCriteriaInfo(achievementID, i); print(tostring(criteriaString) .. ', completed=' .. tostring(completed) .. ', eligible=' .. tostring(eligible)); end
  13. Hello, you need to use lua https://wow.gamepedia.com/World_of_Warcraft_API#Achievement_Functions
  14. I don't understand, if you want skip quest don't add this quest in your profile. You create or use existing profile?
  15. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Hello, in wow login window, disable option "Remember Account Name"
  17. Hello, do you use default fishing bobber?
  18. Hello, you play in what wow version?
  19. Droidz replied to pectopah's topic in Français
    Activer les log de type "Debug" et il sera écrit pourquoi WRobot ignore la mine/herbe
  20. Hello, you cannot but I'll add this feature
  21. For legion for private servers read this https://wrobot.eu/forums/topic/5920-download-wrobot-for-legion-private-server/
  22. WRobot works on Legion server
  23. Droidz commented on Matenia's bug report in Bug Tracker
    https://wrobot.eu/bugtracker/eventsluawithargsoneventsluawithargs-not-firing-some-events-r911/?do=findComment&comment=4560
  24. It is that I think, Event id change frequently, and when you compile DLL, compiler put id in dll (not the enum name). To fix it, try to (by sample) replace: if (id == LuaEventsId.MIRROR_TIMER_START) by if (id.ToString() == "MIRROR_TIMER_START")
  25. In vanilla I cannot detect bag type. To resolve this problem, in advanced genral settings at the option "Min free bag slots" (tab vendor...) put number of slots of your quiver.

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.