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 MyReflection's bug report in Bug Tracker
    http://wrobot.eu/forums/topic/3841-update-status-patch-703-build-22594/
  2. Hello, I start to work on this patch
  3. Hello, can you share your fightclass please.
  4. Hello, I'll add this. To wait you can select target in game, in WRobot go to tab "Tools" > Click on button "Development Tools" > Click on button "Target Informations", name appear in textbox between <Name> and </Name> (copy/past the name in party option).
  5. remove "// System.Threading.Thread.Sleep(1000);"
  6. Try to change your mount and try to disable you wow addons
  7. For create you helpers class, look this sample: MyLib sample.zip (extract it in your WRobot folder, don't forget to activate plugins "MyLib Loader.cs"). This plugin contains two files, "MyLib Loader.cs" and "\MyLib\MyLib.cs". "MyLib Loader.cs" load file "\MyLib\MyLib.cs". "\MyLib\MyLib.cs" is your helpers class. To try this, you can run c# code where you want: MyLibNamespace.MyLib.Test(); (It is plugin, but you can convert "MyLib Loader.cs" to integrate it at your Quester or custom profiles). To check if plugin is active use this code: bool isActive = false; foreach (var p in wManager.wManagerSetting.CurrentSetting.PluginsSettings) { if (p.FileName == "MyLib Loader.cs" && p.Actif) { isActive = true; break; } } or you can use "Var", in plugin Initialize method put: robotManager.Helpful.Var.SetVar("MyLibInitialised", true); and when you want check if plugin loaded (where you want in WRobot): bool isActive = robotManager.Helpful.Var.Exist("MyLibInitialised") && robotManager.Helpful.Var.GetVar<bool>("MyLibInitialised");
  8. 1: Yes: go to advanced general settings >Tab "Food / Drink" put your food/drink name (case sensitive). > Tab "Vendor..." Put "Food(Drink) Amount" at 5 (or more) and check option "Selling" (don't forget to add vendor or repair npc at you profile/npc db). 2: You need to use Relloger: http://wrobot.eu/forums/topic/3632-relogger-tutorial-video/ or product "Schedule".
  9. I can add bobbers support, but I need the object entry (for it go to tab "Tools" > "Dev... tools" > Click on "Dump" button...) (you need to have bobber near ingame before to click on dump...). give me 'entry id' of the object (you can found object name in game when you put your mouse over). ___________________________ Je peux ajouter le support des flotteurs, mais j’ai besoin de l’'entry id' de l’objet (pour cela allez à l’onglet "Tools" > "Dev... tools" > Cliquer sur le bouton "Dump...") (vous devez avoir le bouchon en jeu avant de cliquer le bouton 'dump...'). Me donner "Entry id" de l’objet (vous pouvez trouver le nom de l'objet dans le jeu lorsque vous placez votre souris dessus).
  10. Hello, try to increment Min/Max Latency in advanced general settings tab "Others".
  11. To add class trainer, go to your "npc db" (tab "Tools") or edit your profile, in game select npc trainer, in WRobot select npc type (for hunter add Npc type 'HunterTrainer',...) and click on button "Add target...". WRobot go to trainer when he level up.
  12. Hello, can you share your log file please. If you can also give me object id (for it go to tab "Tools" > "Dev... tools" > Click on button "Dump...". give me 'entry id' of the object (you can found object name in game when you put your mouse over).
  13. Hello, you play on Wow official servers?
  14. Hello, no, its not an automatic payment.
  15. hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  16. Droidz replied to er4s12345's topic in General discussion
    Hello, answered by private message
  17. Hello, can you try to relaunch WRobot and tell me if problem is resolved, if problem is not resolved, can you share your log file please.
  18. Do you have try to install last version of Framework https://www.microsoft.com/en-us/download/details.aspx?id=48130 ?
  19. I have edited my last post: http://wrobot.eu/forums/topic/3811-change-targets/?do=findComment&comment=17863 (replace "ObjectManager.GetWoWUnitHostile().OrderBy(u => u.HealthPercent).FirstOrDefault(u => u.GetDistance <= distance) != null" by "ObjectManager.GetWoWUnitHostile().OrderBy(u => u.HealthPercent).FirstOrDefault(u => u.GetDistance <= 10) != null")
  20. Droidz commented on Bugged's bug report in Bug Tracker
    Normally it is automatic, it's for this reason that I'll check. But, to resolve problem, you have two ways: Disable option "Harvest Minerals" and add names of mines at harvest in advanced general settings tab "Looting and Farming options" option "Harvest objects (one name or id by line)(case sensitive)". Or you can add name of mines with hightlevel of you current zone like 'Tin ore' in advanced general settings tab "Looting and Farming options" option "Don't harvest objects (one name or id by line)(case sensitive)".
  21. Droidz commented on eeny's bug report in Bug Tracker
    If you can wait next update for the fix.
  22. Droidz commented on Bugged's bug report in Bug Tracker
    Hello, I come back to you when I find reason or fixed this problem.
  23. Hello, http://wrobot.eu/bugtracker/335a-bot-unable-to-relog-bug-in-reloger-r337/
  24. Some times, WRobot can fail to download mesh file and put an corrupted mesh file in 'meshes' folder (this can crash WRobot). But it is not normal than relogger crash.
  25. Droidz commented on KnightRyder's bug report in Bug Tracker
    Thank you, i'll look. I comeback here later

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.