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. Add grind area (don't forget to give a name at this "Quest" and add in the steps a step type "Pulse")
  2. Quest by race Two possibilities:
  3. Hello, very good job, thank you. To clear quest log you can look this: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12203
  4. Force to use Flightmaster / Taxi WRobot takes the taxi automaticly generally, but if you want force to use taxi you can look this sample: UseFlightPath.xml (guide is written in the first step).
  5. Use item on hostile weakened mob Add step type "PickUp" (put quest name in parameter) Add step type "RunCode", in parameter put this code: Thread t = new Thread(() => { uint itemId = 62899; int questId = 28000; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive && ObjectManager.Target.HealthPercent <= 25) { ItemsManager.UseItem(itemId); } } Thread.Sleep(500); } }); t.Start(); (you need to have quest in your questlog, you can replace "62899" but the item id, "28000" by the quest id and "25" by the max target health) Add step type "Pulse" (put quest name in parameter) (use quest type kill or interact) Add step type "TurnIn" (put quest name in parameter) (sample if based on this quest: http://www.wowhead.com/quest=28000/do-the-imp-possible )
  6. Quest log cleaner Abandon all quests Add step type "RunLuaCode" with code: for i=1,GetNumQuestLogEntries() do SelectQuestLogEntry(i); SetAbandonQuest(); AbandonQuest(); end Abandon quest by quest id Add step type "RunLuaCode with code (replace 12345 by the quest id at abandon): local questId = 12345; for i=1,GetNumQuestLogEntries() do local _, _, _, _, _, _, _, id = GetQuestLogTitle(i); if id == questId then SelectQuestLogEntry(i); SetAbandonQuest(); AbandonQuest(); end end
  7. Snippets codes for quest profiles ps: Feel free to share your tips on this post. If your message is poorly presented or contains a question, it will be deleted.
  8. Hello, can you tell me if you get this problem with new update.
  9. Hello, if "reduce input lag" option don't resolve your problem, can you try to launch wrobot with NoFakeCallStack.bat (download and move this file in wrobot folder, double click on it to launch WRobot) (if wow crash again, if you can send me wow crash files by private message).
  10. Hello, I will not add this, (There is an option almost similar of this "Ignore fighting during farm if in druid form" (in advanced general settings tab Looting...).
  11. Hello, disconnection appear only in bg? If you can share log of sessions where your get this problem.
  12. Hello, Can you give me position where bot stuck please (go to tab "Tools" > "Developmen Tools" > "Me/Target Position") You can try to add zone to blacklist (tab "Tools" > "Add current zone to black list").
  13. Droidz commented on Sotoro's bug report in Bug Tracker
    Hello, quest type "KillAndLoot" are not made to fly, use quest type "FollowPath" if you want use fly path. ramparts[horde] EDITED.xml
    • 6659 downloads
    • Version 1.0.0
    Grinder profiles pack for Wotlk Install: Download and extract file in the folder "WRobot Wotlk\Profiles\Grinder\".
  14. For Vanilla you can try it: http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-memory-editing/515591-bot-1-12-1-wow-bot-source-code.html For TBC you can try Pirox (you can found some old cracked version on the web).
  15. Hello, Sorry but I don't think make version of WRobot for TBC or Vanilla (he are too much change (to keep the same base), I already had quite a problems with wotlk, TBC and Vanilla require a lot of work). But, If one day I find the courage and I get enought requests, I'll work on it (I'll release WRobot for BC before Vanilla version).
  16. Droidz commented on hillba1's bug report in Bug Tracker
    Hello please read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (don't forget to try to reinstall wrobot). If your problem is not resolved, please share your log file: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  17. Hello, when you blacklist from tab "tools" it is only for your character. To blacklist for all characters add zone/mob to the blacklist of the profile (with profile editor).
  18. Hello, Sorry, I'll not add this. But I planned to make a program that manages several sessions of WRobot (product change, profile change, restart) and Wow (launch, restart, relog,...)
  19. Do you have try to disable your wow addons?
  20. Hello, Using "no dx" mode does not alter the functionality.
  21. Droidz commented on Sotoro's bug report in Bug Tracker
    Hello, Can you share also your profile please.
  22. Hello, Try to launch WRobot with shortcut "WRobot No DX".
  23. Hello, what is the steps realised by WRobot on your computer?
  24. Hello, look this sample: http://wrobot.eu/forums/topic/1743-how-to-add-players-unit-to-a-list/?do=findComment&comment=8653

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.