Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, thank you. Repair feature seem works, can you give me screenshot of vendor/repair window (window where wrobot wait) and give me your log file please.
  2. Hello, suggestion noted, I comeback here when this problem is fixed.
  3. Hello, I have noted your suggestion, I comeback here when feature is added.
  4. Version 1.0.0

    266 downloads

    TopFit Auto equip the best equipment. More info here: http://www.curse.com/addons/wow/topfit How to configure to "auto equip":
  5. Version 1.0.0

    242 downloads

    TopFit (for MoP) Auto equip the best equipment. More info here: http://www.curse.com/addons/wow/topfit How to configure to "auto equip":
  6. Version 1.0.0

    168 downloads

    TopFit (for Cata) Auto equip the best equipment. More info here: http://www.curse.com/addons/wow/topfit How to configure to "auto equip":
  7. Version 1.0.0

    582 downloads

    TopFit (for Wotlk) Auto equip the best equipment. More info here: http://www.curse.com/addons/wow/topfit How to configure to "auto equip":
  8. Hello, I'll add this feature, I come back on this thread when added.
  9. Hello, No sorry.
  10. Droidz

    close wow start bot

    Hello, thank you. Can you give me your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ps: Follow this guide also: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  11. Droidz

    bug login

    Bonjour, sur ce compte (BONNOIS), vous avez uniquement est abonnement mensuel (à 5.99€) qui est terminé depuis le 12/01/2016.
  12. Droidz

    running in to walls

    Hello, can you give me your log file and the bg where you get this problem please.
  13. Sorry, I wanted to release quickly wrobot for 3.3.5a and I have not had time to test all the features before... If you can wait next update and tell me if problem is resolved.
  14. When you use "Automaton" bot, if he haven't mob at kill and node at farm in area your character don't fly?Or if you use "Gatherer" product with a flying profile, you character fly? Do you have try to activate option in general settings "Use lua to move"?
  15. Hello, Problem noted, I'll not fix it immediatly but I come back here when is fixed.
  16. Hello, you cannot black list zones to avoid this (you can black list zone in tab "Tools" or in the profile creator)? It is very hard for me to fix this.
  17. Hello, problem fixed, wait next update.
  18. Hello, Thank you for your suggestions, I have noted, I come back here when added.
  19. In "Grinder" profile you can change zone only by level (when you record zone you need to setting min/max level). If you want more option you need to use "Quester" or "Custom Profile" profile.
  20. Hello, Can you share your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/. If you use product "Automaton" do you have activate option "Use Flying Mount" in product settings and in General Settings?
  21. Hello, Sorry, with grinder profile you cannot make custom path to change zone. PS: You can separate it into multiple profiles so that users understand that they must manually change area.
  22. Bonjour, 3- Utilise ce plugin: http://wrobot.eu/files/file/414-multi-pull/ (déplace le fichier téléchargé dans le dossier "WRobot\Plugins\", et active le dans l'onglet "Plugins" de WRobot).
  23. Salut, Le problème est surtout que ton code LUA te dit si la "cible actuelle" est attaquable, mais tu ne sélectionnes pas de cible. Pour que ça fonctionne, il faudrait un code du style: List<WoWPlayer> allPlayers = ObjectManager.GetObjectWoWPlayer(); foreach (var player in allPlayers) { if (player.IsAlive) { wManager.Wow.Helpers.Interact.InteractGameObject(player.GetBaseAddress); if (Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target')")) Adversaires.Add(player); } } Mais ce n’est pas pratique (ça va changer de cible souvent, et si c'est appelé fréquemment ce sera injouable). Utiliser beaucoup de code lua n'a pas d'importance (temps que ça ne ralentit pas le bot et le jeu, et que la fonction lua ne fait pas appel au serveur de wow (qu'elle reste en local))
  24. Hello, if you add manually the spell name this don't works?
  25. Sorry, wait next update again to resolve it.
×
×
  • Create New...