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, I have try and WRobot don't seem detected by McAfee on virustotal: https://www.virustotal.com/fr/file/c67148163c99ef79911c130d9cfdef52482c3dac32fc75222576ced31da55dce/analysis/1408781311/ (but you can get problem with heuristic analysis). I have contacted McAfee support for their request to add to the whitelist WRobot. I comeback here when I have reply. Best regards, Droidz.
  2. Droidz commented on Syinide's bug report in Bug Tracker
    Hello, I have try to fix problem, if you can download again the wrobot beta. Thank you for report.
  3. Hello, Thank you Trinigon.
  4. Ok thanks, it is normal for update request (WRobot try to update to normal version, but I have removed update application to don't update). I have added in game radar (you can activate this option in tab "Map"), you need to download again WRobot beta.
  5. Hello, Try it: ShaiMutilateRogue-avoidelite.xml I have added code in "General Settings" > "Additional C#".
  6. Droidz replied to Gils's topic in Français
    Vous pouvez également jouer avec la distance de recherche des PNJ/Objets à tuer/ramasser ("General Settings" > "Advanced" > Tab "Others options" option "Npc/Mailbox Search Radius"). Sans voir la zone et le profil, c'est compliqué de vous aider.
  7. Hello, For the moment WRobot don't support donjon, I'll add this feature with update for WoD.
  8. Hello, Go to tab "Tools", click on button "Black list editor". I have found this objects (id at end of url): http://www.wowhead.com/object=210216 http://www.wowhead.com/object=207724 http://www.wowhead.com/object=214547 http://www.wowhead.com/object=211423 In window add manually in 'blacklist by type' this ids:
  9. Can you donwload and try again please. I have try to fix problem. Thanks
  10. Bonjour, List<WoWUnit> unitTargetMe = new List<WoWUnit>(); var tempsList = ObjectManager.GetObjectWoWUnit(); for (int i = 0; i < tempsList.Count; i++) { if (tempsList[i].IsValid && tempsList[i].IsAlive && tempsList[i].IsTargetingMe && tempsList[i].CreatedBy <= 0 && tempsList[i].SummonedBy <= 0 // Is Pet? ) unitTargetMe.Add(tempsList[i]); } La liste des monstres/joueurs qui te cible sont dans la liste "unitTargetMe".
  11. Hello, It is possible than zone has changed since that profile has been created. I have found this profiles for your level: - - And this profile for your zone (but it is skinning profile, try if this works for leveling): - If this profles don't works you can create your own profile (look in tuto forum) or use bot "Automaton" (works without profile).
  12. Hello, Thanks for report. Can you say me if you have file "MemoryRobot.dll" in folder "WRobot\Bin\"? It is normal for update request.
  13. Hello, About beta: I have changed" memory read" library (I have written it in c++, more fast), to avoid problems I need a testers before release this update. If you can tell me if you get problems (or not) with this version (don't forget "log" file if you have problems). You can download beta version here: http://download.mmor.../wrobotbeta.zip Edit August 21: I have added 3D radar (tab "Map"), it is ingame radar, I need review: About schedule: I work currently on your suggestions/bugs proposed on the forum or on the bug tracker. I'll try to finish all before WoD (to start WoD adventure on good bases). I'll start to work on WoD when PTR WoD server will been open (and I'll release quickly WRobot beta version for WoD to allow you/me time to fix problems and start to work on profiles/fightclass before WoD beta end). Best regards, Droidz.
  14. Hello, About beta: I have changed" memory read" library (I have written it in c++, more fast), to avoid problems I need a testers before release this update. If you can tell me if you get problems (or not) with this version (don't forget "log" file if you have problems). You can download beta version here: http://download.wrobot.eu/wrobot/wrobotbeta.zip Edit August 21: I have added 3D radar (tab "Map"), it is ingame radar, I need review: About schedule: I work currently on your suggestions/bugs proposed on the forum or on the bug tracker. I'll try to finish all before WoD (to start WoD adventure on good bases). I'll start to work on WoD when PTR WoD server will been open (and I'll release quickly WRobot beta version for WoD to allow you/me time to fix problems and start to work on profiles/fightclass before WoD beta end). Best regards, Droidz.
  15. Droidz commented on Torger royal's bug report in Bug Tracker
    Hello, Sorry for the delay. Wait next update and tell me if problem is solved.
  16. Droidz commented on zjxlsmr's bug report in Bug Tracker
    Hello, I have created plugin to reply automaticly, this plugin has very basic feature (I have shared sourcecode if anymore want improve it) You can download plugin here:
    • 806 downloads
    • Version 1.0
    Whisper Reply Reply at the players when you received whisper. Ps: I have added source code of this plugin (WhisperReply_src.zip), it is visual studio 2013 project (in C#).
  17. Hello, You can use lua code for it, sample of lua code: and
  18. Hello, Can you share your log please (you can found it in "Logs" folder).
  19. Hello, What is the zone? Do you have try to change your fightclass and profile?
  20. Hello, If required yes, you can use Map (tab "Map" with Blacklist landmarks activated in "More options") to help you.
  21. Droidz replied to Gils's topic in Français
    Bonjour, Avant de se bloquer, le bot part ramasser une mine/herbe ou tuer un monstre? Si c'est le cas, je vous conseille de baisser la distance de recherche des monstres/mine (allez dans "General Settings" > "Advanced ..." > onglet "Looting and Farming options" > et baissez "Search Radius").
  22. Hello, I cannot help you if you don't share your fightclass. And do you have look what conditions is used on another fightclass for this spells?
  23. Bonjour, Oui: uint potionId = 76097;//Potion de soins de maître http://fr.wowhead.com/item=76097 if (Helpers.ItemsManager.HasItemById(potionId)) // if (Helpers.ItemsManager.GetItemCountById(potionId) >= 1) { Helpers.ItemsManager.UseItem(potionId); }

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.