Everything posted by Droidz
-
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/
-
Battlegrounder Crashes
You can try to run WRobot with this plugin activated: http://wrobot.eu/files/file/622-memory-clean/
-
Memory Clean
- 916 downloads
- Version 1.1.0
MemoryClean Auto clean wow lua memory (with wow command "/reload") if this exceeds 270000 ko. This plugin is useful if you have a small amount of memory, if you run WRobot for session for a very long time, or if you launch a lot of Wow and WRobot sessions. You can edit file with notepad to change max lua memory size, replace 270000 by new limit size in KO line 28. EDIT: Now WRobot has option to to do this without this plugin: http://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/#comment-22750 -
Unhuman movement?
Hello, What product and what profile do you use? Do you have good FPS in wow? Do you run wow in window mode? Do you have all required softwares? Sincerly, you are the first user at say this.
-
[Private servers] Unable to go underwater while mounted on a flying mount.
Hello, you play on what version of wow?