Everything posted by Droidz
-
WoW running out of memory
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.
-
WoW running out of memory
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/
-
Can't auto shot on hunter
Works fine for me: 2016-02-08_18-41-37.mp4 If someone get the same problem it does not hesitate to report it.
-
Pickpocketing help !
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.
-
Bot is drinking twice or more C#
Wait next update, I have improved default regen feature.
-
Bot is drinking twice or more C#
Hello, After UseItem try to add wait time: Thread.Sleep(Usefuls.Latency + 700);
-
Party Mode - Bots stop attacking and just stand there
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
-
Can't auto shot on hunter
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.
-
[5.4.8] Bot goes to town on its own.
Ok, if you can wait again next update.
-
[Feature Request] Remove nearest blackspot.
Hello, I comeback here when this frature is added.
-
Hunter not Repairing weapon
If you can wait next update and tell me if your problem is resolved.
-
Request google translate
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=
-
Just picking the devs brain abit in this one :P
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).
-
A few questions about the CustomClass
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); }
-
Hunter not Repairing weapon
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").
-
warlock fight class
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
-
warlock fight class
Bonjour, Dans "Spell Settings" utiliser l'option "Timer".
- Traduction Française/French Traduction
- kann wrobot entzaubern?
- disenchant profile?
-
Simulation Craft Script
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/
-
Party Mode - Bots stop attacking and just stand there
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")
-
[5.4.8] Zen Flight is not recognized as a proper flying mount.
Hello, I come back here when is fixed, what is the name of buff applied by this mount?
-
[Private servers] Unable to go underwater while mounted on a flying mount.
Ok thank you, I come back here when is fixed.
-
wow crashes, error report included
Hello, I have written this plugin and I have think at you: http://wrobot.eu/files/file/622-memory-clean/