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, You get some error, can you try to install SlimDX . Do you get again this problem (I have updated wrobot since your post). Do you have try to use another's profile (it is possible that your profile has outdated).
  2. Hello, can you tell me if problem is resolved. You can use main AH of stormwind (I don't get problem).
  3. Droidz commented on cn3588's bug report in Bug Tracker
    Hello, blacklist zone (in profile or in your wrobot settings (tab "Tools")).
  4. Hello, You can see blacklist in game with tools in the tab "Map" (radar3d). Check if the size of blacklisted zone is good. The problem, if wrobot found mob/object after the zone, he will cross it. You can reducte search radius (in "General Settings") or increment blacklisted zone size.
  5. Hello, I have worked on gatherer bot to resolved problems, can you tell me if problems is resolved (or not).
  6. Hello, You can add custom objects to harvest in advanced general settings tab "Farming..." (or in profile/product settings if you use product gatherer/quester/automaton/custom). You can also use tab "Map" and search the object by name (use radar 3d to show it in game). It is possible to create an plugin that stop bot/play soung/... when the object is near.
  7. le code "Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target');")" retourne quoi en arene? ret = UnitCanAttack('player', 'target');
  8. Bonjour, Il y as "gameObject.IsInvisible" pour tester si un objet (ou Unit) est visible ou pas, mais tout les invisible de son pas ajouté à la liste (pour éviter que le bot ce batte ou ramasse un objet invisible, ce qui peut êtres un test des MJ...) La liste d'objet (sans filtre) est: wManager.Wow.ObjectManager.ObjectManager.ObjectListTu peux utiliser la liste de cette façon: foreach (var woWObject in wManager.Wow.ObjectManager.ObjectManager.ObjectList) { if (woWObject.IsValid && woWObject.Type == wManager.Wow.Enums.WoWObjectType.Player) { var wowPlayer = new wManager.Wow.ObjectManager.WoWPlayer(woWObject.GetBaseAddress); bool isInvisible = wowPlayer.IsInvisible; } }Je ne sais pas par contre, si les joueurs invisibles sont dans cette liste, je n'ai jamais regardé.
  9. Bonjour, ce problème apparait de nouveau ou vous l'avez à chaque utilisation depuis vos anciens messages? PS: Le bot c'est fermé car il a considéré que votre personnage a était téléporté.
  10. Hello, you get a lot of errors in your log file, please install SlimDX ( http://slimdx.googlecode.com/files/SlimDX Runtime .NET 4.0 x86 (January 2012).msi ) to resolve it (this will probably resolve a lot of problems). And no you cannot use HearthStone after x number of blockages (you can just close Wow in security settings), but with good profile, if you blacklists unsafe zones you don't get blockages.
  11. Droidz replied to hegsy's topic in General discussion
    Hello, I have reply here: http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/501225-wrobot-wod-all-one-leveling-gathering-archaeo-free-rotation-bot-4.html#post3342104 It is very rare, but this can happen.
  12. Hello, Try to change directx version in game (don't forget to restart wow before launch wrobot).
  13. Reply here: http://wrobot.eu/forums/topic/2427-hello-first-time-user-here-trying-to-load-up-the-trial-version/
  14. Hello, Please share full log file: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  15. Hello, please share your log file: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  16. Bonjour, Vous prouvez trouver les principales versions de WRobot ici: http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  17. Salut, WRotation (sauf erreur de ma part) fonctionne maintenant en duel ou arene. Pour détecter si la cible actuelle est attaquable le mieux est d'utiliser lua: Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target');")(si tu utilise WRotation tu peux utiliser le code "Fight.InFight" pour savoir si WRobot est en combat ou pas)
    • 341 downloads
    • Version 1.0.0
    Talador (Flying) (Mine, Herb, Timber)
    • 291 downloads
    • Version 1.0.0
    Spires of Arak (Flying) (Mine, Herb, Timber)
    • 487 downloads
    • Version 1.0.0
    Shadownmoon Valley (Flying) (Mine, Herb, Timber)
    • 375 downloads
    • Version 1.0.0
    Nagrand (Flying) (Mine, Herb, Timber)
    • 258 downloads
    • Version 1.0.0
    Gorgrond (Flying) (Mine, Herb, Timber)
    • 428 downloads
    • Version 1.0.0
    Frosfire Ridge (Flying) (Mine, Herb, Timber)
  18. I have added option "Use shortcuts" tab "Tools", disable it, restart WRobot and shortcuts is disabled.
  19. Salut, content que tu sois de retour. Dans les Fightclasses j'utilise: wManager.Wow.Helpers.ClickOnTerrain.Spell(uint spellId, Vector3 vector3, bool waitCasting = true, bool stopMove = true)Tu peux également le faire manuellement (tu lance ton sort et tu utilise ce fonction pour cliquer sur le terrain): wManager.Wow.Helpers.ClickOnTerrain.Pulse(Vector3 posToClick)

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.