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 modified http://wrobot.eu/files/file/517-potion-of-luck/ , try this: Potion of Treasure Finding.cs
  2. Hello, you haven't this tab when you post new thread?
  3. Hello, You don't need to renew your key after computer change. You can use your license key on several computer/ip without problem (but you cannot use several time the same key at the same time, this is the only limit).
  4. One for horde, one for alliance
  5. Hello, Select product "Quester" > "Product Settings" > "Easy profiles creator" > "Tools" > "Helper Tools" > click on button "Zygor to Easy Quests Profile..." (you need to fix manually profile, he miss a lot of informations)
  6. Hello, 1: With default general settings, you need to go near flight master and it is automaticly added to user database. After it, wrobot will use flight master if required (depending of the user configuration). To force, you can look this: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12205 2: I'll add this
  7. Droidz commented on MeRox's bug report in Bug Tracker
    Hello, you can use quester profile for it (use quest type "Use Item On").
  8. This assault? : http://wrobot.eu/files/file/532-apexis-daily-quests/
  9. Ok, do you use upper and lower cases (it is case sensitive)? Food is used again before that previous is finish (buff "Food")?
  10. In the task type "Run", in option "Additional Args" put: -nodx (put it in all tasks run)
  11. Salut, désolé pour le retard. 1: WoWPlayer _allié = new WoWLocalPlayer(0); // met le joueur allié dans cette variable int count = 0; foreach (var unit in ObjectManager.GetObjectWoWUnit()) { if (unit.IsValid && unit.Target == _allié.Guid) // && unit.InCombat) count++; } ou (version courte) WoWPlayer _allié = new WoWLocalPlayer(0); int count = ObjectManager.GetObjectWoWUnit().Count(unit => unit.IsValid && unit.Target == _allié.Guid); (le nombre de PNJ qui cible l'allié est dans la variable "count") 2: Tu est sur que tu n'a pas de buff associé au sort?, si tu est des buff utilise ca: int count = ObjectManager.Me.BuffStack("Nom du buff en anglais"); sinon tu peux utiliser ce code lua ( http://wow.gamepedia.com/API_GetSpellCharges ): int spellId = 123456; // Met l'id du sort ici int count = Lua.LuaDoString<int>("local currentCharges, maxCharges, cooldownStart, cooldownDuration = GetSpellCharges(" + spellId + "); return currentCharges;");
  12. Hello, thank you I have contacted bitdefender. To wait you can add this file in bitdefender whitelist.
  13. If I understand, WRobot never end to drink. And flood usage of food item? Do you use only WRobot regen feature? What is name of your food/drink?
  14. And do you use wow addon?
  15. Droidz replied to kilimich's topic in Grinder assistance
    continue here: http://wrobot.eu/forums/topic/2747-clear-session-blacklist/#comment-12650
  16. Hello, can you share your log file (of session where you get the problem) and the profile used please.
  17. You can also look this profile: http://wrobot.eu/files/file/409-98-100-meatgut-needs-bones-repeatable-quest-nagrand/
  18. You play on officiel or private server?
  19. Hello, I don't understand exactly the problem, can you give me more information please
  20. Hello, use this pluging http://wrobot.eu/files/file/644-loot-a-rang/
    • 340 downloads
    • Version 1.0.0
    Loot-A-Rang Use http://www.wowhead.com/item=109167/findles-loot-a-rang#created-by-spell if lootable npc near
  21. Hello, you can found whispers in your log file, you can found lines like this:
  22. If you can wait next update and tell me if you get again this problem. Now you can use "Relogger.exe" application (this relaunch wow and wrobot when crash).
  23. If you can wait next update and tell me if problem is resolved.

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.