Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, I have worked on it, if you can wait next update and tell me if problem is resolved. Else, how said iMod, use this plugin is good way to avoid out of memory error : http://wrobot.eu/files/file/622-memory-clean/
  2. Works fine for me: 2016-02-08_18-41-37.mp4 If someone get the same problem it does not hesitate to report it.
  3. Bonjour, sélectionner le produit "Grinder" onglet "Main", aller sur l'onglet "Product Settings" et sélectionner le profil que vous voulez utiliser avec "Pick Pocket", revenez onglet "Main" et sélectionner "Custom Profile" puis lancer le. Dite-moi si votre problème est résolu.
  4. Wait next update, I have improved default regen feature.
  5. Hello, After UseItem try to add wait time: Thread.Sleep(Usefuls.Latency + 700);
  6. Yes, it is planned to release an app to manage/launch/relanch wow and wrobot. For your problem with party product, please give me this information http://wrobot.eu/forums/topic/2690-party-mode-bots-stop-attacking-and-just-stand-there/?do=findComment&comment=12266
  7. For auto attack, try to reset your wow settings, auto attack works fine for me. Disengage is the best way to avoid melee, you can also use lua code to move like this http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=11416 but it is more safe to use disengage.
  8. Ok, if you can wait again next update.
  9. Hello, I comeback here when this frature is added.
  10. If you can wait next update and tell me if your problem is resolved.
  11. Hello, I don't think add "google translate" button at this site, but if you use google chrome you can translate site page quickly (google translate is integrated at google chrome), if you use firefox you can found some addons for it: https://addons.mozilla.org/fr/firefox/search/?q=Translator+&appver=&platform=
  12. Hello, WRobot will be never compatible with HB plugins/bot, but it is possible to convert it manually to WRobot plugins/products (what you can found in HB API is usually in the WRobot API).
  13. Hello, Use this code for it: WoWPlayer randomPlayer = ObjectManager.GetNearestWoWPlayer(ObjectManager.GetObjectWoWPlayer()); Try this: WoWPlayer player = ObjectManager.GetObjectWoWPlayer().FirstOrDefault(o => o.Name == "CharName"); if (player != null && player.IsValid) { Interact.InteractGameObject(player.GetBaseAddress, false); }
  14. Hello, the npc repair is near the npc vendor? can you check if npc repair is active (tab "Tools" in "Npc DB", or in your profile with profile editor). "Repair" option is activated? (tab "General Settings").
  15. Par exemple, pour http://www.wowhead.com/item=5512/healthstone , à la place du nom du sort mettez l'id de l'item (5512), dans "Spell Settings" mettez "True" à l'option "Not spell, is item id". Dans les condition utiliser "Item Count" et "Item Id Cooldown Enabled". Regarde cette exemple: test.xml
  16. Bonjour, Dans "Spell Settings" utiliser l'option "Timer".
  17. Vous devez le sélectionner de cette façon la ensuite:
  18. Hallo, http://wrobot.eu/forums/topic/2695-disenchant-profile/#comment-12280
  19. Hello, you can try this: http://wrobot.eu/forums/topic/739-disenchanting/?do=findComment&comment=4180
  20. Bonjour, Il n'y a pas d'outil permettant de le faire automatiquement. Mais il est possible de le faire manuellement (pour se rapprocher le plus du code de base, le mieux serait de le traduire vers un fightclass en C#, toutes les fonctions utilisées semblent être disponibles dans WRobot) ref: http://wrobot.eu/forums/topic/12-how-to-create-an-fight-class-developer-only/
  21. Hello, do you get this problem frequently? (if you can tell me the frequency) If you can also share log files after to get this problem. What is bot state when you get this problem (bot where party is running, you can found bot state tab "In game")
  22. Hello, I come back here when is fixed, what is the name of buff applied by this mount?
  23. Ok thank you, I come back here when is fixed.
  24. Hello, I have written this plugin and I have think at you: http://wrobot.eu/files/file/622-memory-clean/
  25. You can try to run WRobot with this plugin activated: http://wrobot.eu/files/file/622-memory-clean/
×
×
  • Create New...