Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Is strange, look if you haven't virus/malware on your computer (scan with your antivirus and for the malwares use program like https://www.malwarebytes.org/ )
  2. In your log you get problems with pathfinder and you start on your garrison. Try to disable your antivirus/firewall (to avoid this error: [E] 20:50:46 - DownloadThread()#1: System.Net.WebException:...) and start bot out of your garrison. Reinstall also slimdx and vc++:
  3. Hello, I use Chrome and no problem, do you have try to disable your antivirus?
  4. 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
  5. Hello, Do your start bot out of your fief? Can you share an bugged session please.
  6. Can you send me of an bugged session please.
  7. Very nice work. Thank you.
  8. Hello, Do you have files in folder "WRobot\FightClass\" ? If no, try to reinstall WRobot or download fightclasses.
  9. 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.
  10. 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).
  11. 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.
  12. Hello, Try to disable all wow addons (WRobot use wow map to search the dig sites).
  13. 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.
  14. 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.
  15. 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 ).
  16. 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).
  17. 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).
  18. 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).
  19. Droidz

    Félicitation

    Bonjour, Merci apple.
  20. 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)
  21. Droidz

    hunt

    Bonjour, Vous avez la condition "Buff Stack", si elle ne fonctionne pas vous pouvez utiliser ce code lua
  22. Hello, If you can test this plugin:
  23. Version 1

    466 downloads

    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).
  24. Hello, Profile of "Guadahs Pet Profiles" folder are already converted here: For the others profiles download this: pb.zip
  25. 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
×
×
  • Create New...