Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Try this (in your fightclass): In spell name put: local name = GetSpellInfo(116694); RunMacroText("/cast " .. name); (change 116694 by your spell id) In "Spell Settings": "Timer" > Put cast time (in milliseconds) "Can move during cast" > No "Check if know spell, is usable and good distance" > False "Check if target is in view" > False "Combat only" > False "Not spell, is lua script" > True In "Spell Conditions": Add "Me In Combat" > value "False" Add "Health Percent" > type "SmallerOrEqual" and put at "value" the same value of your current setting "Food on x %" (80 by default). ps: If you have read before post, don't forget to restaure default value at "Food on" in advanced general settings tab "Food/Drink".
  2. Hello, Can you send me (of bugged session).
  3. Hello, please post your for wait check if you use Windows admin session.
  4. Hello, I'll reply here:
  5. Compress files in .zip, or send file on website like https://mega.co.nz/
  6. Hello, Can you share your please. Do you have changed battlegrounder settings? If yes, please try to reinstall bot. You can also try to install/reinstall required file: Do you get problem with others WRobot products?
  7. Hello, In advanced general settings tab "Food/Drink" put 1 or 0% at "Food on" and on your fightclass in "spell settings" put "Combat only" at false.
  8. Hello, Bugged mobs are already blacklisted but this take more time than 5 secondes (It is delicate to found the good settings, by moment 5 secondes is good but not all the time). And if it is all time the same mob (on same zone) you can add mob/zone in blacklist.
  9. Hello, Don't start archaeology (or any bot) from your garrison.
  10. Hello, thank you. I have converted this profiles (not tested): hbprofile.zip at your reply I'll convert it if it is possible.
  11. Hello, thank you, You need to move downloaded profile in WRobot folder (not wow folder). For the grinder profiles move it in "WRobot\Profiles\Grinder\". For gatherer move it in "WRobot\Profiles\Gatherer\"...
  12. I'll try to make sample profile this weekend.
  13. Droidz

    Merry Christmas

    Merry Christmas MMORobot Team
  14. Droidz

    Merry Christmas

    Merry Christmas MMORobot Team
  15. Hello, I'll look to add it, but you can edit manually (with notepad) profile to insert waypoint.
  16. Hello, Please log of bugged session.
  17. Hello, You can look this tuto: After, the best way is to edit existing profiles for understand how this works. Do not hesitate if you have any questions (I need more detail on what you do not understand for a precise answer).
  18. Hello, Use grinder bot (this bot contain by default low level profiles for farming herbs/mines).
  19. Droidz

    erreur

    Bonjour, Pouvez vous m'envoyer votre fichier journal (qui ce trouve dans le dossier "Logs"):
  20. Hello, For make an dungeon profile 100% afk, the best way is to use quest bot (or custom profile bot). Grinder cannot support dungeon at 100%.
  21. Salut. Généralement quand le perso perd l'aggro c'est que la cible ne le focus plus, donc: var reckoningSpell = new Spell("Reckoning"); // http://www.wowhead.com/spell=62124 var target = ObjectManager.Target; // Utilise la cible que tu veux if (target.IsValid && !target.IsTargetingMe) { if (reckoningSpell.KnownSpell && reckoningSpell.IsSpellUsable && reckoningSpell.IsDistanceGood) { reckoningSpell.Launch(); } } Il y a aussi des fonctions lua si tu veux être plus précis.
  22. Essaye d'utiliser le chemin complet de Lua: wManager.Wow.Helpers.Lua.LuaDoString("SetCVar(\"autoInteract\", 0);"); Pour http://www.wowhead.com/item=44098 tu peux utiliser: wManager.Wow.Helpers.ItemsManager.UseItem(44098); (Lua est quand même utilisé au final par le bot)
  23. Bonjour, Dans les configurations de WRotation vous pouvez activer l'option "Attack all selected target...". Le problème (gène) avec cette option c'est que si vous sélectionnez un PNJ ou joueur amis il va essayer de l'attaquer, vous pouvez utiliser 'ALT-X' pour mettre en pause le bot rapidement.
  24. Use this plugin to change quickly you settings:
×
×
  • Create New...