Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, can you share your log file please
  2. Hello, can you share your log file please
  3. Hello, here: http://download.wrobot.eu/wrobot/wod/meshes.zip (extract all files of "meshes.zip\meshesV2\" to "WRobot\Data\Meshes\"). You can also download minimaps file here: http://download.wrobot.eu/wrobot/wod/minimaps.zip
  4. Hello, do you use wow addon? If yes can you try to disable all. If you run macro in your wow chat: /reload the problem is resolved?
  5. Hello, http://wrobot.eu/bugtracker/private-servers-unable-to-go-underwater-while-mounted-on-a-flying-mount-r357/
  6. Hello, can you make new post and share your log file
  7. Try to change max lua memory size: (if you don't use wow addon try to put 170000) PS: I finish to make external app to manage Wow and WRobot (relogger/relaunch/...) and I'll release update to fix this problem.
  8. 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/
  9. Works fine for me: 2016-02-08_18-41-37.mp4 If someone get the same problem it does not hesitate to report it.
  10. 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.
  11. Wait next update, I have improved default regen feature.
  12. Hello, After UseItem try to add wait time: Thread.Sleep(Usefuls.Latency + 700);
  13. 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
  14. 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.
  15. Ok, if you can wait again next update.
  16. Hello, I comeback here when this frature is added.
  17. If you can wait next update and tell me if your problem is resolved.
  18. 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=
  19. 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).
  20. 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); }
  21. 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").
  22. 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
  23. Bonjour, Dans "Spell Settings" utiliser l'option "Timer".
  24. Vous devez le sélectionner de cette façon la ensuite:
  25. Hallo, http://wrobot.eu/forums/topic/2695-disenchant-profile/#comment-12280
×
×
  • Create New...