-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
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
Droidz replied to rankmaster's topic in WRobot for Wow Wrath of the Lich King - Help and support
Works fine for me: 2016-02-08_18-41-37.mp4 If someone get the same problem it does not hesitate to report it. -
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.
-
Wait next update, I have improved default regen feature.
-
Hello, After UseItem try to add wait time: Thread.Sleep(Usefuls.Latency + 700);
-
Can't auto shot on hunter
Droidz replied to rankmaster's topic in WRobot for Wow Wrath of the Lich King - Help and support
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. -
Ok, if you can wait again next update.
-
[Feature Request] Remove nearest blackspot.
Droidz commented on sumodima's bug report in Bug Tracker
Hello, I comeback here when this frature is added. -
If you can wait next update and tell me if your problem is resolved.
-
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
Droidz replied to trumbe's topic in General discussion
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). -
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); }
-
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").
-
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
-
Bonjour, Dans "Spell Settings" utiliser l'option "Timer".
-
-
Hallo, http://wrobot.eu/forums/topic/2695-disenchant-profile/#comment-12280
-
Hello, you can try this: http://wrobot.eu/forums/topic/739-disenchanting/?do=findComment&comment=4180
-
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/
- 1 reply
-
- fightclass
- simulation
-
(and 1 more)
Tagged with:
-
[5.4.8] Zen Flight is not recognized as a proper flying mount.
Droidz commented on sumodima's bug report in Bug Tracker
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.
Droidz commented on sumodima's bug report in Bug Tracker
Ok thank you, I come back here when is fixed. -
Hello, I have written this plugin and I have think at you: http://wrobot.eu/files/file/622-memory-clean/
-
Battlegrounder Crashes
Droidz replied to tomei's topic in WRobot for Wow Wrath of the Lich King - Help and support
You can try to run WRobot with this plugin activated: http://wrobot.eu/files/file/622-memory-clean/