Everything posted by Droidz
-
[bug report] easy to get blockage - down up down up in the few second
Hello, You get some error, can you try to install SlimDX . Do you get again this problem (I have updated wrobot since your post). Do you have try to use another's profile (it is possible that your profile has outdated).
-
[but report] path issue - go mailbox and back to AH will get blockages
Hello, can you tell me if problem is resolved. You can use main AH of stormwind (I don't get problem).
-
skip bad hotspot
Hello, blacklist zone (in profile or in your wrobot settings (tab "Tools")).
-
can't get blacklist Zone to work
Hello, You can see blacklist in game with tools in the tab "Map" (radar3d). Check if the size of blacklisted zone is good. The problem, if wrobot found mob/object after the zone, he will cross it. You can reducte search radius (in "General Settings") or increment blacklisted zone size.
-
Tanaan Jungle (Flying) (lvl 100) (Mine, Herb, Timber)
Hello, I have worked on gatherer bot to resolved problems, can you tell me if problems is resolved (or not).
- 14 comments
- 2 reviews
-
Possible to search for object?
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.
-
WRotation en duel
le code "Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target');")" retourne quoi en arene? ret = UnitCanAttack('player', 'target');
-
Listes et invisibles...
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é.
- Probleme pendant farming
-
[Gatherer] - Hovering on the nodes.
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.
-
Ban %
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
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
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
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
Hello, please share your log file: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
- Un lien pour chaque build de WRobot
-
WRotation en duel
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)
-
Talador (Flying) (Mine, Herb, Timber)
-
Spires of Arak (Flying) (Mine, Herb, Timber)
-
Shadownmoon Valley (Flying) (Mine, Herb, Timber)
-
Nagrand (Flying) (Mine, Herb, Timber)
-
Gorgrond (Flying) (Mine, Herb, Timber)
-
Frosfire Ridge (Flying) (Mine, Herb, Timber)
- Key bindings
-
CastSpellByIDAndPosition
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)