Everything posted by Droidz
-
A few separate issues: Evasion, pulling mobs, healing
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".
-
Bot keep flying into mountain or ground!
Hello, Can you send me (of bugged session).
-
Bot doesn't launch
Hello, please post your for wait check if you use Windows admin session.
-
Food / Drink items
Hello, I'll reply here:
-
Profile Converters?
Compress files in .zip, or send file on website like https://mega.co.nz/
-
Not moving
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?
-
A few separate issues: Evasion, pulling mobs, healing
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.
-
Target not in line of sight, keeps spamming spells
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.
-
WoD Archaeology
Hello, Don't start archaeology (or any bot) from your garrison.
-
Profile Converters?
Hello, thank you. I have converted this profiles (not tested): hbprofile.zip at your reply I'll convert it if it is possible.
- New Subscriber
-
Running Instances
I'll try to make sample profile this weekend.
- Merry Christmas
- Merry Christmas
-
Grinder Insert waypoint
Hello, I'll look to add it, but you can edit manually (with notepad) profile to insert waypoint.
-
goes afk while fishing?
Hello, Please log of bugged session.
-
[POLL] Do you want versions of WRobot for Wow private servers?
WRobot for private servers?
-
How can i make an Easy Profile for Leveling?
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).
-
Elwynn forest Herb?
Hello, Use grinder bot (this bot contain by default low level profiles for farming herbs/mines).
- erreur
-
Running Instances
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%.
-
Existe t il un moyen de gerer l'aggro ?
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.
-
Tres cher Droidz
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)
-
Wrotation ne se declenche pas en cas de duel ou d'arènes
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.
-
Garrison mine & herb
Use this plugin to change quickly you settings: