-
Posts
12631 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Bonjour, 3- Utilise ce plugin: http://wrobot.eu/files/file/414-multi-pull/ (déplace le fichier téléchargé dans le dossier "WRobot\Plugins\", et active le dans l'onglet "Plugins" de WRobot).
-
Salut, Le problème est surtout que ton code LUA te dit si la "cible actuelle" est attaquable, mais tu ne sélectionnes pas de cible. Pour que ça fonctionne, il faudrait un code du style: List<WoWPlayer> allPlayers = ObjectManager.GetObjectWoWPlayer(); foreach (var player in allPlayers) { if (player.IsAlive) { wManager.Wow.Helpers.Interact.InteractGameObject(player.GetBaseAddress); if (Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target')")) Adversaires.Add(player); } } Mais ce n’est pas pratique (ça va changer de cible souvent, et si c'est appelé fréquemment ce sera injouable). Utiliser beaucoup de code lua n'a pas d'importance (temps que ça ne ralentit pas le bot et le jeu, et que la fonction lua ne fait pas appel au serveur de wow (qu'elle reste en local))
-
[3.3.5a]crusader strike missing from fightclass creator
Droidz commented on BetterSister's bug report in Bug Tracker
Hello, if you add manually the spell name this don't works? -
Battlegrounder dosent queue
Droidz replied to Dreamful's topic in WRobot for Wow Wrath of the Lich King - Help and support
Sorry, wait next update again to resolve it. -
Hello, I am not sure to understand your question, but you need to restart WRobot if you change character, and you can use one character by WRobot session (you need to launch several WRobot to bot on several chatacters).
-
Hello, In your WRobot folder, since last updates, I have added some shortcut. Can you try to launch WRobot with shortcut "WRobot No DX". If your problem is not resolved, can you launch WRobot with shortcut "WRobot No Lock Frame". If you can tell me if this resolved your problem.
-
Hello, do you get this information (when you right click on Wow.exe > Property: Can you try to download and extact Wow.zip in you Wow folder and launch wow with it (and test if WRobot found it). Do you have read this guide: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 ? Please share your log file if your problem is not resolved.
-
[Resurrect] Player dead
Droidz replied to solcan's topic in WRobot for Wow Cataclysm - Help and support
Merci, si vous pouvez attendre la prochaine mise à jour et me dire si le problème est résolu. -
[Resurrect] Player dead
Droidz replied to solcan's topic in WRobot for Wow Cataclysm - Help and support
Hello, strange. Can you give me memory info when you get the problem please (go to tab "Tools" > click on button "Development Tools" > Click on button "Memory informations" and copy/past here (or send me by private message, the text contain your username) all text of thetextbox please). -
Attack "neutral" Mobs(Bombs, siegemaker,..)
Droidz replied to Labaluhh's topic in WRotation assistance
Hello, Combat is started (do you get in your log file this "12:29:40 - [Fight] Player Attack ...... (lvl X)"?) If you activate option "Attack all selected targets (firends also)" you get also this problem? -
Sincerly, he has difference betwen what you see and what others players see. I don't think that others players can see that you have instantly clicked on bobber.
-
I have noted of this suggestion, I'll look if I can speed up buying items (but not immediately, I have a lot of stuff to do before). I comeback here later.
-
FightClass - Missing abilities
Droidz replied to Marsbar's topic in WRobot for Wow Wrath of the Lich King - Help and support
Ok, do not hesitate to tell me if you found bugs or if you get problem. -
Battlegrounder dosent queue
Droidz replied to Dreamful's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, thank you I have fixed problem wait next update . -
Hello, No sorry, you cannot speed up buying items (WRobot use the wow interface to buying items (click on buttons... like an human, I need to add wait times)). If you have big wow latency you can lower "min/max latency" option in advanced general settings.
-
-
Hello, thank you. I think that this problem was caused by your fightclass. Try to remove spell "Conjure Water" of your fightclass (if you don't know how remove spell, share your fightclass I'll remove it).
