Everything posted by Droidz
-
Run in set position then start attack
Hello, thank you, You can do this with the bot "Quester", like this: testZone.xml (to change spot size, change the option "Search radius" in tab "General Settings").
-
How to add PET's skill into rotation?
Do you have try to use spell condition "CooldownEnabled"? Can you share the fightclass please. Try to use this spell name: http://www.wowhead.com/spell=161691
- WTB PROFILE DUNGEON SOLO IN NOTREND
-
any working mining from lvl 1 or gold guide working?
Hello, What is your character level? If you want leveling mining, the best way is to use flymount to leveling quickly (you can found here a lot of profiles (or delivred with WRobot)). If you want use low level character you can use profile like Look also this post and
-
Fisherbot not functioing in Tanaan Jungle
Hello, I tried and this works correctly. You get this problem only in Tanaan Jungle?
-
Vale of Eternal Blossom mountain navigation
- Works with Wow 6.2.0 build 20182
Hello, WRobot works with last small update (Wow 6.2.0.20182). Kind regards, Droidz.- Works with Wow 6.2.0 build 20182
Hello, WRobot works with last small update (Wow 6.2.0.20182). Kind regards, Droidz.- looking for a older version
Hello, All old versions is here: Try this versions:- Need older version 1.1.3 for private server
Hello, All old versions is here: Try this versions:- Draenor Pathfinder
Hello, http://www.wowhead.com/guides/achievements/draenor-pathfinder-how-to-unlock-flying-in-draenor- WRobot ready for Wow 6.2.0
Hello, I have just released WRobot 1.5.1, it works with WoW for 6.2.0.20173. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can ). To get more informations about WRobot update click here. To get more informations about Wow 6.2.0 click here. You can reports bug- WRobot ready for Wow 6.2.0
Hello, I have just released WRobot 1.5.1, it works with WoW for 6.2.0.20173. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can ). To get more informations about WRobot update click here. To get more informations about Wow 6.2.0 click here. You can reports bug- WRobot 1.5.1 for Wow 6.2.0 bugs reports
Hello, Reports here all hot bugs appear with WRobot 1.5.1 for Wow 6.2.0 (for others bugs/suggestion please use bug tracker). (Don't forget to share log file here) ps: To get more info about this update: http://wrobot.eu/page/articles.html/_/news/wrobot-150-just-released-auction-bot-and-more-r82.- Reset Instances
Le plug-in est un peu hard codé, il reset l'instance des que le personnage change de continent (quand il rentre dans une instance, quand il en sort, quand il va de outreterre à draenor par exemple), mais ce ne devrait pas poser de problèmes.- Healing at 20% health?
Hello, Look this fightclass: (replace 50 by 20)- Updated Files - READ ME
Hello, Sorry for the delay. Do you want custom group title (like Support/Beta Tester)? And personal forum? VoidWalker my requested by private message if I can help, and yes I can, if you need any help do not hesitate to request me what you want. I have posted some gatherer profiles for WoD the last days.- Instance Solo
Je viens d'ajouter l'option (dans les produits Grinder et Gatherer) "Back to last profile position" (qui veut dire revenir à la dernière position du profil après un kill/farm) (par défaut, le bot revient à la position la plus proche du profil). Sans cette option, vu que dans ton profil (et tu n'as pas le choix) les chemins ce croise, si le personnage sort du profil pour tuer un PNJ et que la position du profil la plus proche et le chemin du retour, tu auras sauté une étape du donjon. Avec cette option activée, ton personnage va revenir à la position d'où il vient (même s’il y a d'autre position plus proche) et continuer le chemin du profil dans l'ordre. Avec cette option plus le plug-in que j'ai posté sur le post précédent, il est simple de faire un profil de donjon.- Instance Solo
J'ai modifié le profil et ça à l'air de fonctionner: ddd.xml Je viens de créer un plug-in pour reset les instances automatiquement (plus simple à mettre en place):- Reset Instances
- 1055 downloads
Reset Instances This plugin try to reset instances when you change continent. How to use: - Move downloaded file to folder "WRobot\Plugins\". - Launch WRobot and go to tab "Plugins". - Activate "ResetInstances.cs".- Another ban wave
Hello, Yes I seen it yesterday. WRobot is not affected by this banwave. I worked hard in WRobot 1.5.0 to hide WRobot in memory (WRobot is probably the only bot to use this method). It is not possible to make undetectable bot, but with small community (bliz seem targeting big community), if you use your own profiles (path of popular profiles of hb or rebot are probably know by bliz), if you do not disturb other players (don't use bot 24/24, don't grind in quest zone...), you minimize ban risk.- Snippets of LUA codes (for FightClass)
Cast pet spell local name = GetSpellInfo(2649); if name then for i=1,50 do local spellName, spellSubName = GetSpellBookItemName(i, BOOKTYPE_PET) if spellName and spellName == name then CastSpell(i, BOOKTYPE_PET); end end end Replace 2649 by your spell id. Put it is spell name, and activate option "Not spell, is lua script"- How to add PET's skill into rotation?
For multi languages support you can use this script: local name = GetSpellInfo(2649); if name then for i=1,50 do local spellName, spellSubName = GetSpellBookItemName(i, BOOKTYPE_PET) if spellName and spellName == name then CastSpell(i, BOOKTYPE_PET); end end end (remplace 2649 by your pet spell id)- How to add PET's skill into rotation?
Hello, Use SpellSettings "Not spell, is lua script" and in spell name put: for i=1,50 do local spellName, spellSubName = GetSpellBookItemName(i, BOOKTYPE_PET) if spellName and spellName == "Growl" then CastSpell(i, BOOKTYPE_PET); end end Replace Growl by your spell name. (this code don't support multi languages wow clients)- Instance Solo
Bonjour, Comme vous avez vu sur ce post: il est maintenant possible de lancer du code dans n'importe quel profil. Pour réinitialiser une instance, il faut généralement utiliser la commande lua ResetInstances(); Essayer d'ajouter dans "Action" (à la position ou vous voulez reset) le texte suivant: lua: ResetInstances(); ps: Sinon vous pouvez utiliser le bot quête pour faire un profil plus performant ( ) mais c'est plus compliqué et long à mettre en place. - Works with Wow 6.2.0 build 20182