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. Can you try to use this plugin please: http://wrobot.eu/files/file/411-auto-accept-wow-popup-window/ Can you send me screenshot of the popup.
  2. Hello, I am not sure to understand. But, "EndIf" and "EndWhile" does not use condition (condition is in "If" and "While"). And the "End..." return to the "While" or "If" of the same color. While While If EndIf EndWhile EndWhile
  3. Hello, No feature for it. But, with quester profile you can force it. Add step type runcode with this c# code: wManagerSetting.CurrentSetting.FoodName = "New food name"; for water use: wManagerSetting.CurrentSetting.DrinkName = "New water name";
  4. Hello, can you send me the used profiles please (and tell me where is start).
  5. Hello, sorry but I don't think release WRobot for The Burning Crusade (too many change)
  6. Hello, you can try to use Wotlk or MoP profiles (and some WoD profiles).
  7. Hello, if you get again this problem you can try to remove folder "WRobot\Data\Meshes\" (or just "WRobot\Data\Meshes\Draenor\ " if you get problem in draenor). This problem can happen when WRobot fail to download a complete mesh file.
  8. http://wrobot.eu/forums/topic/2825-draenor-arch-crashing-immediately-or-after-a-few/
  9. Si vous voulez pouvoir lancer WRobot normalement, vous devez installer SlimDX, si le problème n'ai pas résolu, vous pouvez essayer de changer de version de directx (dans les options de wow, sélectionner la version 9). Mais utiliser "Wrobot No DX" ne pose pas de problème.
  10. No sorry, for it you can use "Relogger" program.
  11. Bonjour, Avez-vous essayer de lancer WRobot avec le raccourci "WRobot No DX"? Avez vous essayer de désactiver votre antivirus et vos addon wow?
  12. Support reply: Report me if you get this problem again.
  13. I have contacted https://www.invisionpower.com support, they will resolve problem. If the problem is not resolved tomorow, do not hesite to report me it again.
  14. Pour lancer un sort sur les focus: // lua id: http://wow.gamepedia.com/UnitId var intimidatingShout = new Spell("Intimidating Shout"); if (intimidatingShout.KnownSpell && intimidatingShout.IsSpellUsable)//... { intimidatingShout.Launch(intimidatingShout.CastTime > 0, true, false, "focus"); // Si vous voulez gérer manuellement le lancement utiliser: SpellManager.CastSpellByNameOn(intimidatingShout.NameInGame, "focus"); } Pour obtenir le focus (en objet "WowUnit"), ajouter cette methode dans votre code: static WoWUnit GetFocus() { uint offsetFocus = 0xEAEF10; // offset wow 6.2.3.20886 var unit = new WoWUnit(0); try { var focusGuid = wManager.Wow.Memory.WowMemory.Memory.ReadInt128(wManager.Wow.Memory.WowMemory.Memory.RebaseAddress(offsetFocus)); if (focusGuid.IsNotZero()) { var obj = ObjectManager.GetObjectByGuid(focusGuid); if (obj.Type == WoWObjectType.Player || obj.Type == WoWObjectType.Unit) unit = new WoWUnit(obj.GetBaseAddress); } } catch (Exception e) { } return unit; } Et vous pouvez utiliser le code comme ca par exemple: var focus = GetFocus(); if (focus.IsValid) { var intimidatingShout = new Spell("Intimidating Shout"); if (intimidatingShout.KnownSpell && intimidatingShout.IsSpellUsable && focus.GetDistance < intimidatingShout.MaxRange + focus.CombatReach && !focus.HaveBuff("Intimidating Shout")) { intimidatingShout.Launch(intimidatingShout.CastTime > 0, true, false, "focus"); } } PS: Je vais rajouter le focus directement dans WRobot dans les prochaines maj.
  15. Hello, is done (now limit is 20)
  16. Hello, WoD (offical server): http://download.wrobot.eu/wrobot/wod/meshes.zip MoP: http://download.wrobot.eu/wrobotmop/meshes/meshes.zip Cata: http://download.wrobot.eu/wrobotcata/meshes/meshes.zip Wotlk: http://download.wrobot.eu/wrobotwotlk/meshes/meshes.zip
  17. Hello, I have not yet updated, I do it as soon as possible.
  18. Hello, sorry but I'll not add this feature (this require a lot of change).
  19. Droidz commented on moganiah's bug report in Bug Tracker
    Hello, can you share your log file please.
  20. Droidz commented on Droidz's file in Plugins - Legion
    Edit with notepad and replace 109167 by the id of item, and 3000 by the cooldown in ms.
  21. Hello, what version of the game do you use? Do you use wow addon?(if yes try to disable it)
  22. Hi, Good config, you have the same CPU as me. And the SSD compared to the old HDD it is
  23. Hello, Fightclasses for WoD are here: http://wrobot.eu/files/category/10-death-knight/ (you can also found DK fightclasses in pack http://wrobot.eu/files/category/28-packs/)
  24. Reply by private message
  25. Hello, sorry no (you can use option stop bot if player near, but it is not same result).

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.