Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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
  2. Hello, You can make quickly your own profile with "Grinder" or "Gatherer" bot. - Make the path with profile creator (tab "Product settings"). - Download and active this plugin: . - Activate option "Back to last profile position" in "Product Settings".
  3. 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
  4. Hello, I tried and this works correctly. You get this problem only in Tanaan Jungle?
  5. Hello, WRobot works with last small update (Wow 6.2.0.20182). Kind regards, Droidz.
  6. Hello, WRobot works with last small update (Wow 6.2.0.20182). Kind regards, Droidz.
  7. Hello, All old versions is here: Try this versions:
  8. Hello, All old versions is here: Try this versions:
  9. Hello, http://www.wowhead.com/guides/achievements/draenor-pathfinder-how-to-unlock-flying-in-draenor
  10. 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
  11. 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
  12. 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.
  13. 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.
  14. Hello, Look this fightclass: (replace 50 by 20)
  15. 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.
  16. Droidz

    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.
  17. Droidz

    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):
  18. 1015 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".
  19. 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.
  20. 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"
  21. 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)
  22. 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)
  23. Droidz

    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.
  24. Hello, With this feature you can say at WRobot of jump, go to town, mount... when he goes to location where an action command is configured. List of Actions: jump left right land watersurface mount dismount totown stopmove stopmoveto c#: [CODE_C#] lua: [CODE_LUA] vb: [CODE_VB.NET] luabot: [CODE_LUA_BOT] Sample of use: ps: You can found some c# code here: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/
×
×
  • Create New...