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, No sorry, in "Window" menu you can organise the windows but no way to save.
  2. Hello, Like this: (in this screenshot you load profile named "(01-05)NightElf.xml" in folder "WRobot\Profiles\Quester\AllianceQuestsDroidz\". Remove "AllianceQuestsDroidz\" if your profile, is in base quest profiles folder.)
  3. WRobot support now Wow PTR server (wow version 5.4.7 (17898)). More info
  4. WRobot support now Wow PTR server (wow version 5.4.7 (17898)). More info
  5. Hello, If you want try WRobot for Wow 5.4.7 (17898) (PTR server). To install WRobot for PTR server: To uninstall: PS: If you found bugs post report here please.
  6. If you can try with new the WRobot update please. It is problem with decimal separator (in french computer is "," by default, in english is "."). Tell me if problem is solved or not. Thanks
  7. IsFacing checking only if you facing your target (you can facing your target and your target can be in front or not of your character). If you facing your target and you have same rotation, you are inevitably behind it.
  8. Hello, What is you Windows langage? Can you copy/past here first position (before bug). For the moment you can remove number after the ".". Thanks.
  9. Hello, Can you send me screenshot please.
  10. Yes but I want say, during combat, you can get 5 CP (you can launch manually "Crimson Tempest" by moment)?
  11. Hello, I have replied by private message. But you have try fightclass shared by community?
  12. Hello, You can found this option in advanced general settings. Teamviewer can cause problem to access at the keyboard, kill all teamviewer process, and teamviewer service process.
  13. Hello, You can found more profiles here but he has already a lot of profiles delivred with the bot.
  14. Droidz replied to loxx's topic in Français
    Bonjour, Vous pouvez supprimer le sort avec l'éditeur de fightclass, regardez le guide d'utilisation de WRobot (à la fin).
  15. Hello, You use spells in your fightclass with less than 5 combo points (your spell Crimson Tempest required 5 combo points), your character has 5 combo points during combat?
  16. Hello, The function IsFacing return true or false (boolean) all calcul is in function.
  17. Hello, You can try it: ret=1; if (UnitPower("player" ,SPELL_POWER_ENERGY) <= 74) then ret = 0; return; end local nameSpell = GetSpellInfo(51713); if (not nameSpell) then return; end local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("player", nameSpell); if (not expirationTime) then return; end local expireTimeLeft = expirationTime-GetTime(); if expireTimeLeft > 6 then ret = 0 end I have added line: if (UnitPower("player" ,SPELL_POWER_ENERGY) <= 74) then ret = 0; return; end or you can use condition "Energy".
  18. Hello, If you have an snippet of lua code for Fight Classes you can share it on this thread. Please share only code that works, not ask here.
  19. Try it (for Duid level 1): MultiTargetDruidLvl1.xml
  20. Droidz replied to loxx's topic in Français
    Bonjour, Vous devez désactiver l'option "Manage rotation..." dans les "Product Settings".
  21. Hello, You can use script lua similar at (with option no spell is lua code): local nameSpell = GetSpellInfo(44614); if (not nameSpell) then return; end TargetNearestEnemy(); CastSpellByName(nameSpell); Replace 44614 by your spell id (this script works with mage level 1). You can add condition unit "Unit attack Player near" to limit number of targets.
  22. Hi. Try this: SUB TEST 4 FIXED.xml (I haven't test it tell me if this works)
  23. Can you send me your log and your mammoth mount name please.
  24. You can test your lua script with "Development Tools" in tab "Tools".
  25. You need to use UnitDebuff: ret = 0; local nameSpell = GetSpellInfo(1943); if (not nameSpell) then return; end local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitDebuff("target", nameSpell); if (not expirationTime) then return; end local expireTimeLeft = expirationTime-GetTime(); if expireTimeLeft <= 2 then ret = 1 end ps: I have also added codes to avoid lua error ("if (not nameSpell) then return; end" and "if (not expirationTime) then return; end") this var can be nil.

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.