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. Salut Pour voir si tu est en groupe dans une FightClass simple tu peux utiliser la condition "Me In Group" ou le code C#: wManager.Wow.Helpers.Party.IsInGroup() Essaye ce code (pas testé): var _killShot = new Spell("Kill Shot"); var _steadyShot = new Spell("Steady Shot"); // ... conditions pour lancer Steady Shot if (_steadyShot.KnownSpell && _steadyShot.IsSpellUsable && _steadyShot.IsDistanceGood) { _steadyShot.Launch(false, false); // stopMove = false, waitIsCast = false Thread.Sleep(700); while (ObjectManager.Me.IsCast) { if (_killShot.KnownSpell && _killShot.IsSpellUsable && _killShot.IsDistanceGood) { _killShot.Launch(false, true, true); // stopMove = false, waitIsCast = true, ignoreIfCast = true break; } Thread.Sleep(30); } } Tu as le racoursi ALT-X pour mettre en pause le bot (tu peux détecter si le bot est en pause avec ce code: robotManager.Products.Products.InPause dans ton code tu rajoute if (!Products.InPause)... Sinon tu peux utiliser lua un macro ingame
  2. Hello, Do your start bot out of your fief? Can you share an bugged session please.
  3. Can you send me of an bugged session please.
  4. Droidz commented on luizkim's file in Fight Classes - WoD
    Very nice work. Thank you.
  5. Hello, Do you have files in folder "WRobot\FightClass\" ? If no, try to reinstall WRobot or download fightclasses.
  6. Hello, Go to tab "Tools" > click on button "Create FightClass". New window appear, click on "Load Fightclass" in menu. Put in textbox (bottom/left) "Fire Nova" (without ") and click on button "Add spell...". Select "Fire Nova" in "Spells" list (normally automatically selected). In "Spell Settings" (top/right) put "True" at "AOE Spell". Now in "Spell Conditions" (bottom) select in list (above the button "Add Condition") "Unit Attack Player Near Target" and click on button "Add Condition". In condition settings (bottom/right) at "Number" put 2, at "Radius" put 10 and at "Type" select "BiggerOrEqual". Save your fightclass (button "Save Fightclass" in menu). ps: In "Spells" list (bottom/left) you can use button "up"/"down" to change spell priority.
  7. Bonjour, Essaye d'utiliser comme nom de sort: Incarnation Si ça ne fonctionne pas peut tu m'envoyer le fichier log (d'une session WRobot ou tu lances la fightclass).
  8. Bonjour, Sans supprimer le dossier actuel re télécharge WRobot et extrait le dans un autre dossier, met juste une FightClass et teste. Si tout fonctionne correctement, le problème vient de ta configuration.
  9. Hello, Try to disable all wow addons (WRobot use wow map to search the dig sites).
  10. Droidz replied to apple's topic in Français
    Je ne sais pas si tu as vu mais tu peux les ranger par ordre alphabétique en cochant « Order alphab… ». Il n’y a pas vraiment de raison pour laquelle ce n’est pas rangé par ordre alphabétique par défaut, à la base cette option n’existait pas, je les rajoutés suite à une demande et pour ne pas changer les habitudes des autres utilisateurs je ne les pas activé (par défaut c’est rangé par type de condition). Mais c’est vrai que je devrais l’activer par défaut.
  11. Droidz replied to Akrolol's topic in Français
    Bonjour, comme la dit Apple vous pouvez mettre sur liste noire les monstres, vous pouvez également éditer le profil (vous pouvez trouver l'outil d'édition onglet "Product Settings") et configurer le niveau min/max des mob à attaquer.
  12. Droidz replied to apple's topic in Français
    Bonjour, C'est possible mais honnêtement ce serait long à mettre en place pour peu d'intérêt. Mais vous pouvez utiliser les raccourcis clavier pour démarrer/arrêter le bot ( ALT-C ) et pour mettre/arrêter la pause ( ALT-X ).
  13. Bonjour, Utilise cette fightclass: Druid lvl1.xml Créer une Fightclass pour les bas niveau est vraiment simple, tu as ce (en Anglais) ou ce guide qui explique le principe (à la fin).
  14. I hadn't thought at the pet battle action bar. Use this plugin: Auto leave PVP-PetBattle.cs (move this file in folder "Plugins", launche WRobot and activate it in tab Plugin).
  15. For the quests profiles you have tool to convert it in "Easy quest profile creator" (of "Quester" bot) (this converter don't convert all informations, you need to edit manually profile to fix problems).
  16. Droidz replied to apple's topic in Français
    Bonjour, Merci apple.
  17. Hello, In game create new macro (like this) and add this text: /run C_PetBattles.ForfeitGame() Put your macro on your bar and go to (in WRobot): Tab "General Settings" Click on text "Enter advanced settings..." Tab "My Macros" In "Macro 1:" "Active this macro?" > True "Press all the x seconds" > 10 "Press key" > put keyboard key of the slot where you are put your macro (if you have put your macro in first bar and first slot put "1") "Press key only if not in combat" > False (don't edit others settings)
  18. Droidz replied to apple's topic in Français
    Bonjour, Vous avez la condition "Buff Stack", si elle ne fonctionne pas vous pouvez utiliser ce code lua
  19. Hello, If you can test this plugin:
    • 481 downloads
    • Version 1
    Wait Party This plugin add features to wait the members of group, if any player is more far than selected distance or if any player is dead the WRobot session with plugin activated is put in pause (activate this plugin on group leader).
  20. Hello, Profile of "Guadahs Pet Profiles" folder are already converted here: For the others profiles download this: pb.zip
  21. Bonjour, Dans "Spell Settings" essayer: "Can move during cast" > Yes "Check if know spell, is usable and good distance" > False "Check if target is in view" > False Dans les conditions (Spell Conditions): "Is Spell Usabe", "Name" > Blazing Speed , "Need" > True "Me In Move" > True
  22. I am sorry but I don't know what is the cause of your problem. Make all steps of this post: can skip step 7). If your problem is not resolved send me private message, I'll refund your subscription.
  23. Hello, you need to add spell conditions (like "Health percent" required). You can edit existing fightclasses to understand how this works.
  24. Hello, Thank you. You have product "Profiles Converters" for grinder and gatherer profiles (work also with pet battle profiles but need some xml edits). For the quest profiles in "Easy quest profile editor" you have a tool to convert hb profiles to WRobot profiles, but you need to fix converted profiles manually (not all informations has converted).

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.