Everything posted by Droidz
-
ComponentModel.Win32Exception (0x80004005) Invalid Window Handle
try https://wrobot.eu/forums/topic/7047-resurrecting-bugged-elysium/?do=findComment&comment=32963
-
ComponentModel.Win32Exception (0x80004005) Invalid Window Handle
can you share full log file
-
WR window can't display
I am sorry, I don't know why WRobot don't works on your computer.
-
ComponentModel.Win32Exception (0x80004005) Invalid Window Handle
For the regen problem try to use https://wrobot.eu/bugtracker/regen-before-looting-r1053/?do=findComment&comment=5080
-
ComponentModel.Win32Exception (0x80004005) Invalid Window Handle
This error causes problem? https://www.google.com/search?q=System.ComponentModel.Win32Exception+(0x80004005)
-
WR window can't display
Try to disable all useless program, your antivirus and ...
-
Not subbing next month..
I ban him
-
In the current update
Hello, If you want use WRobot for official server read before https://wrobot.eu/forums/topic/9190-wrobot-20-released/?tab=comments#comment-42705 , if you play on private server no problem, you can use free trial version to test wrobot before purchase.
-
ComponentModel.Win32Exception (0x80004005) Invalid Window Handle
Try to disable you antivirus and all useless programs (to run wow and wrobot only)
-
ComponentModel.Win32Exception (0x80004005) Invalid Window Handle
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install slimdx et vc++)
-
Error in wrobot private vanilla 14/05/2018
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Very simple question for C# users
Hello, in C# when you use float type you need to end by "f" (when use have decimal number), but not when you use double type (but result is the same)
-
Target casting interrupt.
Hello try https://wrobot.eu/forums/topic/3749-how-to-add-random-delay-to-cast-interrupt/?do=findComment&comment=17612
-
WR window can't display
Hello, download WRobot here https://wrobot.eu/files/file/2-wrobot-official/ and install it in new folder, if this install don't works share again your log
-
Buying a subscription
Hello, you can run WRobot during 1 year (one session at the same time). You can use free trial version to test WRobot before purchase (buy key unlock time limit)
-
Pathing for vendor/repair
Hello, you cannot with grinder product, you can try to blacklist zone where your character death (or change of vendor/repair)
-
Best teamviewer alternative for wrobot?
Hello, for few users (and I haven't seen this problem recently), teamviewer was blocking keyboard access, if you don't get problem you can continue to use it.
-
Warrior circling around/facing wrong direction
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Battlegrounder on 5.4.8 doesn't accept ques on warmane servers
If you can try new verssion https://wrobot.eu/forums/topic/2811-bg-join/?page=3#comment-43496
-
Battlegrounder on 5.4.8 doesn't accept ques on warmane servers
Hello, if you can try https://wrobot.eu/forums/topic/2811-bg-join/?do=findComment&comment=43496
-
BG join
If someone can try this plugin and tell me if he works: Disable AcceptBattlefieldPort.cs using System.Threading; using robotManager.Products; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { while (Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) Lua.LuaDoString("AcceptBattlefieldPort=function(i,a) PVPReadyDialogEnterBattleButton:Click() end"); Thread.Sleep(1000 * 30); } } public void Dispose() { } public void Settings() { } }
-
[Question] Changes to GoToTask.ToPosition?
Hello, no recent change in gototask, are you sure about that?
-
Target is Fleeing
Hello, can you (when your target fleeing) go to tab "Tools" > "Development Tools" and click on "Target info" and send me result (if you can also tell me your WRobot version)
-
More features for Remote
Hello, Sorry, I haven't planned to add more remote features, but you can use program like teamviewer if you want better access.
-
Regen before looting
Hello, by default WRobot regen before to loot, you are probably tagged in combat (server bug?), try to use this plugin: DontSkipRegenIfFlaggedInCombat.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.wManagerSetting.CurrentSetting.SkipRegenIfFlaggedInCombat = false; } public void Dispose() { } public void Settings() { } }