-
Posts
12581 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Bug Report Comments posted by Droidz
-
-
I tested on Warmane seem good, what is your race/class?
-
I test and result are good on Wotlk, you have try to use another wow client?
-
In tab "Tools" > "Dev... tools" when you click on button "Target (de)buff items" result is incorrect?
-
Hello, time in WRobot is mainly in milliseconds (I think you use seconds in you screenshot)
-
hello, yes you can use trial version to check if he works on your server
-
can you share your profile
-
Hello, you probably try to use profile for fly mount
-
Hello,
When 1.13.2 will be supported by private servers
-
Hello, try to install required software:
QuoteRequired programs on your computer for running WRobot:
- Download and Install: Framework (minimum 4.5), Redistributable Visual C + + 2010 (X86) and DirectX (or SlimDX (4.0 X86) if WRobot don't works). -
try to delete folder "D:\Wrobot LK\Data\temp\" but I think it is profile problem.
-
Hello,
This problem comes from the profile and not from WRobot, contact the creator of your profile. -
He haven't wow addon for that in cata?
-
maybe it is server problem
-
Hey, can you share your log please, I think your profile disable option to sell green items
-
Hey, I keep note I comeback here when is fixed
-
-
-
-
When you want move you need to be in product thread
-
Thread Water = new Thread(() => { Logging.Write("[Water]: Water Search Initialized"); while (Conditions.ProductIsStarted) { try { if (!Conditions.ProductInPause && ObjectManager.Me.BreathTimerLeft <= 2000) { var unit = ObjectManager.GetWoWUnitAttackables().Where(x => x.Position.DistanceTo(ObjectManager.Me.Position) <= 30); foreach (var u in unit) { if (!ObjectManager.BlackListGetUnitAttackPlayerGuidTime.ContainsKey(u.Guid)) ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(u.Guid, DateTime.Now + TimeSpan.FromMinutes(5)); } wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP, 5000); } } catch (Exception e) { Logging.WriteError("[Water] ERROR: " + e); } Thread.Sleep(12000); } Logging.Write("[Water]: Water Search Disposed"); }); Water.Start();
-
Hello,; try to download another wow client, WRobot support only default wow client
-
-
is enabled when selected (blue)
-
6 minutes ago, minime1000 said:
works again tyvm, just tried to disable steps in quester mode and there are no more checkmarks?
it is normal, I changed it to select/disable steps quickly (if you use option advanced selection mode)
[WOTLK] "Buff Time Left Target" dosn't work
in Bug Tracker
Posted
I cannot reproduce this problem, you can try to use lua: https://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=8522