-
Posts
12587 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, in product settings you can deactivate dig sites, try to deactivate isle giants dig sites.
-
Hello, you need to use Relogger with "Gatherer" boy (or "Quester" bot if WRobot cannot go to second profile from the first profiles alone). For relogger, I think than you have select "WRobot.exe" in general settings, since WRobot for wow 7.1.0 you need to select renamed WRobot.exe (new name is like "UqtfGgP.exe"), you can reinstall WRobot to resolve problem and don't edit relogger "General Settings".
-
Interact with WoWGameObject
Droidz replied to Asoter's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, Use quest type "Gatherer" ( http://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/ ) If you problem is not resolved, can you share wowhead link of the quest. -
Can you tell me in what context do you want go to mailbox to recover the items (what do you want to do before/after?).
-
Hello, when you stop/start bot WRobot do the quest again? If yes add step type "GoToStep" with param "0" in quests order. If you problem is not resolved, can you share your profile.
-
I don't see any error in you log, when you run this code you need to wait (window freeze during download, download can last more than 10 minutes).
-
Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Check if you don't use proxy, make also this step: (some virus/malwares intall proxy on your computer). You can also check if your hosts file don't block WRobot.eu ( https://support.rackspace.com/how-to/modify-your-hosts-file/ )
-
"Logs" folder is empty?
-
no matter how many times i try to start the bot it will not
Droidz replied to scottie's topic in Tutorials - WRobot
Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/). -
Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
-
Hello, for legion private server currently you can use old WRobot versions http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
-
Bonjour, dans wow, allez dans Menu > Interface > Souris > Cliquer pour se déplacer (désactivé cette option)
-
Ok, tell me if this resolve your problem. if you can also try to close battle.net launcher. You get this message all time?
-
Hello, "Auction" bot does this.
-
Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Do you have try to restart your computer or to disable your anti virus?
-
Ok, put Condition: Burning Embers Equal or greater than 10 (replace 1 by 10, or 2 by 20, or ...)
- 10 replies
-
- destruction
- warlock
-
(and 3 more)
Tagged with:
-
I have keep note of it, I comeback here if I add code for this.
-
How To Disable Blacklist
Droidz replied to Marleyjones's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, try this plugin http://wrobot.eu/forums/topic/2747-clear-session-blacklist/?do=findComment&comment=12547 -
In game what is current number of burning embers (when you have click on button "c#...)
- 10 replies
-
- destruction
- warlock
-
(and 3 more)
Tagged with:
-
Action bot
Droidz replied to Sup123's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, wait next update. To wait you can run this c# code, for it, go to tab "Tools" > "Development tools", paste this code in textbox: : var me = new List<PathFinder.OffMeshConnection> { new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(-8805.438, 663.3263, 96.20168), new Vector3(-8809.822, 647.994, 94.38027) }, (int) wManager.Wow.Enums.ContinentId.Azeroth), new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(-8809.822, 647.994, 94.38027), new Vector3(-8805.438, 663.3263, 96.20168) }, (int) wManager.Wow.Enums.ContinentId.Azeroth) }; wManager.Wow.Helpers.PathFinder.OffMeshConnections.Load(); wManager.Wow.Helpers.PathFinder.OffMeshConnections.MeshConnection.AddRange(me); wManager.Wow.Helpers.PathFinder.OffMeshConnections.Save(); and press button "C# (...."