-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, You can add custom objects to harvest in advanced general settings tab "Farming..." (or in profile/product settings if you use product gatherer/quester/automaton/custom). You can also use tab "Map" and search the object by name (use radar 3d to show it in game). It is possible to create an plugin that stop bot/play soung/... when the object is near.
-
le code "Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target');")" retourne quoi en arene? ret = UnitCanAttack('player', 'target');
-
Bonjour, Il y as "gameObject.IsInvisible" pour tester si un objet (ou Unit) est visible ou pas, mais tout les invisible de son pas ajouté à la liste (pour éviter que le bot ce batte ou ramasse un objet invisible, ce qui peut êtres un test des MJ...) La liste d'objet (sans filtre) est: wManager.Wow.ObjectManager.ObjectManager.ObjectListTu peux utiliser la liste de cette façon: foreach (var woWObject in wManager.Wow.ObjectManager.ObjectManager.ObjectList) { if (woWObject.IsValid && woWObject.Type == wManager.Wow.Enums.WoWObjectType.Player) { var wowPlayer = new wManager.Wow.ObjectManager.WoWPlayer(woWObject.GetBaseAddress); bool isInvisible = wowPlayer.IsInvisible; } }Je ne sais pas par contre, si les joueurs invisibles sont dans cette liste, je n'ai jamais regardé.
-
Hello, you get a lot of errors in your log file, please install SlimDX ( http://slimdx.googlecode.com/files/SlimDX Runtime .NET 4.0 x86 (January 2012).msi ) to resolve it (this will probably resolve a lot of problems). And no you cannot use HearthStone after x number of blockages (you can just close Wow in security settings), but with good profile, if you blacklists unsafe zones you don't get blockages.
-
Hello, I have reply here: http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/501225-wrobot-wod-all-one-leveling-gathering-archaeo-free-rotation-bot-4.html#post3342104 It is very rare, but this can happen.
-
Hello first time user here trying to load up the trial version
Droidz replied to valkyrie's topic in General assistance
Hello, Try to change directx version in game (don't forget to restart wow before launch wrobot). -
Cant get the program to work at all please help
Droidz replied to valkyrie's topic in General discussion
Reply here: http://wrobot.eu/forums/topic/2427-hello-first-time-user-here-trying-to-load-up-the-trial-version/ -
Hello first time user here trying to load up the trial version
Droidz replied to valkyrie's topic in General assistance
Hello, Please share full log file: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ -
Cant get the program to work at all please help
Droidz replied to valkyrie's topic in General discussion
Hello, please share your log file: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ -
Bonjour, Vous prouvez trouver les principales versions de WRobot ici: http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
- 1 reply
-
- wrobot
- version séparé
-
(and 1 more)
Tagged with:
-
Salut, WRotation (sauf erreur de ma part) fonctionne maintenant en duel ou arene. Pour détecter si la cible actuelle est attaquable le mieux est d'utiliser lua: Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target');")(si tu utilise WRotation tu peux utiliser le code "Fight.InFight" pour savoir si WRobot est en combat ou pas)
-
-
-
-
-
-
-
I have added option "Use shortcuts" tab "Tools", disable it, restart WRobot and shortcuts is disabled.
-
Salut, content que tu sois de retour. Dans les Fightclasses j'utilise: wManager.Wow.Helpers.ClickOnTerrain.Spell(uint spellId, Vector3 vector3, bool waitCasting = true, bool stopMove = true)Tu peux également le faire manuellement (tu lance ton sort et tu utilise ce fonction pour cliquer sur le terrain): wManager.Wow.Helpers.ClickOnTerrain.Pulse(Vector3 posToClick)
-
What profile do you use? If you use your own profile, can you send me your profile? (you can send me your profile by private message if you don't want share it on public).
-
If you can tell me if problem is resolved with new update.
-
Hello, I'll look to add option to avoid this problem.
-
Hello, you cannot disable/change it. Why do you want change/disable it?
-
Hello, Your subscription has expired.