-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, try that: https://wrobot.eu/forums/topic/7162-start-button-not-working/?do=findComment&comment=32537
-
essayez de supprimer le dossier "wrobot\data\meshes"
-
If you can try with new WRobot update
-
Can you try to update WRobot and tell me if problem is resolved please
-
Hello, yes add name of objects in"General settings" > "Enter advanced settings..." > tab "Looting and Farming..." > "Harvest object...".
-
if you can try again to relaunch WRobot
-
Pathfinder error for Argus teleporter: Hope's Landing
Droidz commented on dragonmase's bug report in Bug Tracker
Can you record video (or take screenshots) of the way that you want to use and the path found by WRobot? (and the log file) -
Hello, https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966 steps 12 and 15
-
The WRobot rant (long)
Droidz replied to ScripterQQ's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, Honestly the BG bot isn't a priority for me, I even regret having released it (because now I can not delete it). The BG bot destroys the game (for legit users), the BGs are sensed to be fun to play. I do WRobot to help in repetitive tasks (gathering, leveling, quests...), but not to bother the other players (otherwise I would also do cheats/hacks...), and this product works with default settings (on live servers) (even if you have to keep an eye on it). And if you use a separate hack and disable trees and object collisions you can understand why you get banned (cheat is easy to detect). 6: This depend maintly of your fightclass 7: https://wrobot.eu/files/file/1085-evadehate/ 9: This problem is caused by the option "Randomize path" (in product settings) when you profile contains positions near the ground (or if you use profile with underground positions). Yes WRobot is not perfect (it is a software, not a human), WRobot for official server is probably better (less bugs) than WRobot for private servers, I have a big list of bugs/suggestions to do, but with good profile/fightclass (gatherer, grinder, quester) you can run more than 10 hours per day WRobot without problem and no more one stuck by hours (this in all version, private or official servers), but for that you need to adapt your profile at WRobot, and not wait than WRobot adapts to your profile. And WRobot is probably the more advanced bot for private servers, if you found another bot better do not hesitate to use him. I repeat that I know that WRobot is not perfect and that I agree with you on some of your remarks , but you exaggerate, look at the ban reports and you will see than the number of bans is very little. You can use WRobot several hours per day during several years without problem if you use good profiles/fightclasses. Now, why you, you get ban all few days/weeks while anothers use WRobot since several years without ban (like me)? I don't know. -
https://wrobot.eu/forums/topic/7162-start-button-not-working/?do=findComment&comment=32471 https://wrobot.eu/forums/topic/7162-start-button-not-working/?do=findComment&comment=32537
-
https://wrobot.eu/forums/topic/7162-start-button-not-working/?do=findComment&comment=32471 https://wrobot.eu/forums/topic/7162-start-button-not-working/?do=findComment&comment=32537
-
Can you try to download WRobot.exe en move it to your WRobot folder: Can you also try to run WRobot with shortcut "WRobot Quick Launch"
-
You have activated option "Auto attack/Auto shot" and disabled option "Stop auto attack"?
- 33 replies
-
- wrotation
- fight class
-
(and 4 more)
Tagged with:
-
Hello, try to disable your antivirus
-
Can you check if you have activated option "auto attack/auto shot", if no activate this option and tell me if this resolve your problem
- 33 replies
-
- wrotation
- fight class
-
(and 4 more)
Tagged with:
-
Hello, c'est lua code for that, look wow interface to know how to use functions https://github.com/tomrus88/BlizzardInterfaceCode/search?utf8=✓&q=heirloom+&type=
-
https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/ steps 4 and 18("Windows defender" (or Windows himself) seem to change on some computers wrobot access).
-
Fightclass autoatack slam warrior
Droidz replied to Chona's topic in WRobot for Wow The Burning Crusade - Help and support
Hello, this is managed by your fightclass- 11 replies
-
Hello, use lua: https://github.com/tomrus88/BlizzardInterfaceCode/blob/70dd3cd4aaf56e297731ba40b400ea965430c68e/Interface/FrameXML/MerchantFrame.lua
-
Try code like: var nodesNearMe = ObjectManager.GetObjectWoWGameObject().FindAll(p => p.IsValid && p.GetDistance <= 50 && p.CanOpen).OrderBy(p => p.GetDistance).FirstOrDefault(); if (nodesNearMe != null && nodesNearMe.IsValid && wManager.wManagerSetting.IsBlackListed(nodesNearMe.Guid)) { wManager.wManagerSetting.RemoveBlackList(nodesNearMe.Guid); }
-
Met dans "Macro when interact...": GossipTitleButton1:Click() GossipTitleButton1:Click() GossipTitleButton1:Click() GossipTitleButton1:Click() (je les mis 4 fois, tu peux le mettre plus ou moins de fois)
-
Hello, can you share fightclass (sample) with this problem
- 33 replies
-
- wrotation
- fight class
-
(and 4 more)
Tagged with:
-
Use wManager.Wow.Helpers.ClickOnTerrain.Spell(uint spellId, Vector3 vector3, bool waitCasting = true, bool stopMove = true); wManager.Wow.Helpers.ClickOnTerrain.Pulse(Vector3 vector3);