Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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.
  2. 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?
  3. 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.
  4. 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).
  5. 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))
  6. Hello, if you add manually the spell name this don't works?
  7. Sorry, wait next update again to resolve it.
  8. Ok, I have added search by process name also to avoid this problem. WRobot works with VPN, if you get problem contact me.
  9. Hello, I am not sure to understand your question, but you need to restart WRobot if you change character, and you can use one character by WRobot session (you need to launch several WRobot to bot on several chatacters).
  10. Try this profile, it is more easy to use: http://wrobot.eu/files/file/486-garrison-farm-minesherbs/
  11. Hello, In your WRobot folder, since last updates, I have added some shortcut. Can you try to launch WRobot with shortcut "WRobot No DX". If your problem is not resolved, can you launch WRobot with shortcut "WRobot No Lock Frame". If you can tell me if this resolved your problem.
  12. Hello, do you get this information (when you right click on Wow.exe > Property: Can you try to download and extact Wow.zip in you Wow folder and launch wow with it (and test if WRobot found it). Do you have read this guide: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 ? Please share your log file if your problem is not resolved.
  13. Merci, si vous pouvez attendre la prochaine mise à jour et me dire si le problème est résolu.
  14. Hello, strange. Can you give me memory info when you get the problem please (go to tab "Tools" > click on button "Development Tools" > Click on button "Memory informations" and copy/past here (or send me by private message, the text contain your username) all text of thetextbox please).
  15. Download profiles and fight classes for Wotlk
  16. Download profiles and fight classes for Cata
  17. Download profiles and fight classes for MoP
  18. Hello, Combat is started (do you get in your log file this "12:29:40 - [Fight] Player Attack ...... (lvl X)"?) If you activate option "Attack all selected targets (firends also)" you get also this problem?
  19. Sincerly, he has difference betwen what you see and what others players see. I don't think that others players can see that you have instantly clicked on bobber.
  20. I have noted of this suggestion, I'll look if I can speed up buying items (but not immediately, I have a lot of stuff to do before). I comeback here later.
  21. Ok, do not hesitate to tell me if you found bugs or if you get problem.
  22. Hello, thank you I have fixed problem wait next update .
  23. Hello, Thank you, problem resolved, wait next update
  24. Hello, No sorry, you cannot speed up buying items (WRobot use the wow interface to buying items (click on buttons... like an human, I need to add wait times)). If you have big wow latency you can lower "min/max latency" option in advanced general settings.
×
×
  • Create New...