-
Posts
12590 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
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);
-
Outland Bot?
Droidz replied to mariothegoat's topic in WRobot for Wow Wrath of the Lich King - Help and support
Hello, if you don't found profiles for your current zone/level, you can use product "Automaton" or create your own profile https://wrobot.eu/forums/topic/5938-grind-profile-creation-5-mins/ -
gdgfdgfd: Compilator Error : warning CS1685: error CS0012:
Droidz commented on foxxy's bug report in Bug Tracker
Try to do that in "WRobot.exe": https://www.windowscentral.com/how-take-ownership-files-and-folders-windows-10 -
Hello, look this fightclass https://wrobot.eu/files/file/1092-demon-hunter-vengeance/
-
Wrobot for 7.1.5(23420)
Droidz replied to spotinsh's topic in WRobot for Wow Legion - Help and support
Hello, skip update request, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). -
[Plugin] Initialize method wont be called after plugin enabling
Droidz commented on Halfbax's bug report in Bug Tracker
Hello, can you share your plugin and log file please -
Bonjour, vous pouvez lancer du code lua avec les quetes de type 'interactwithnpc', utilisez lua pour cliquer sur les boutons: https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
-
https://wrobot.eu/forums/topic/7149-new-update-problems/?tab=comments#comment-32410
-
Contact camelot10, he need to update profiles (you can also fix it yourself: https://wrobot.eu/bugtracker/just-updated-and-got-errors-in-logs-r848/?do=findComment&comment=4307 With notepad ,replace: Quest.QuestsClasses by Quest.QuesterCurrentContext.QuestsClasses and replace: Quest.NPCList by Quest.QuesterCurrentContext.NPCList
-
Changed Status to Fixed
-
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).