Everything posted by Droidz
-
How many bots at the same time do you use?
Hello, try WRobot plugin like this: Low CPU usage.cs using System.Threading; using robotManager.Helpful; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { // Wow // Src: https://www.reddit.com/r/wow/comments/4wnadq/i_got_an_extreme_yet_effective_way_to_play_wow/ var wowSettings = @" /console groundEffectDensity 16 /console groundEffectDist 1 /console horizonfarclip 1305 /console farclip 90 /console characterAmbient 1 /console smallcull 1 /console skycloudlod 1 /console detailDoodadAlpha 1 /console shadowMode 0 /console ShadowTextureSize 1024 /console waterDetail 0 /console rippleDetail 0 /console reflectionMode 0 /console SunShafts 0 /console particleDensity 10 /console weatherDensity 0 /console SSAO 0 /console environmentDetail 60 /console ffx 0 /console componentTextureLevel 1 /console TerrainMipLevel 1 /console WorldBaseMip 2 /console gxDepthBits 16 /console gxColorBits 16 /console gxRestart /console m2faster 1 /console hwPCF 1 /console overridefarclip 0 /console componentTextureLevel 1 /console spellEffectLevel 1 /console set renderscale 0.4 /console maxfps 15 /console maxFPSBk 15 "; foreach (var line in Others.TextToArrayByLine(wowSettings)) { Lua.RunMacroText(line); } // WRobot: wManager.wManagerSetting.CurrentSetting.ReadObjectManagerFTS = 1; robotManager.Events.FiniteStateMachineEvents.OnAfterRunState += (engine, state) => { Thread.Sleep(50); }; robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += (engine, state, cancel) => { Thread.Sleep(5); }; robotManager.MemoryClass.Hook.SleepTimeWaitCalled = 10; } public void Dispose() { } public void Settings() { } } (of course, edit wow to your usage, wait next update to uncomment "SleepTimeWaitCalled" line) Do not hesitate to tell me if you get result, or share edit (if you have new wow or wrobot settings)
-
Not possible to Drink and Eat in BGs?
https://wrobot.eu/forums/topic/9069-eatdrink-dont-work/?do=findComment&comment=42906
-
Does not collect ore
Try this https://wrobot.eu/forums/topic/7548-probleme-de-minage-legion-firestorm/?do=findComment&comment=34766
-
[Vanilla] Healer not healing himself
Hello, add normal spell (without "for frien..." option) in your fightclass for that
-
Quester Not Looting Quest Items
You can try to increment your min/max latency
-
Quester Not Looting Quest Items
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Vanilla WoW Memory lag?
Hello, your offset is probably bad (not safe). I don't know other way. Why you don't want use lua code?
-
Bot Farm Successful when it is not
https://wrobot.eu/forums/topic/9171-farming-unsuccessful/
-
Farming Unsuccessful
Hello, try to increment your min/max latency in advanced general settings
-
Adding/Using a counter
can you share sample profile ou screenshot
-
My character won't move !!
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
- Battlegrounder - client disconnect
-
Bot fly under water
Hello, Why WRobot fly under water? Because he go from location from A to B or because he try to rearch mob/node in water? Do you have try to disable all wow adddons?
-
Best bot ever !
You need to use your key to unlock time limit: https://wrobot.eu/clients/purchases/ (in second WRobot window, replace TRIAL by your license key (you can click on button "+" to save your key))
-
Best bot ever !
I need log file (not copy/paste) and of the session where WRobot has got problem.
-
Best bot ever !
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Milling
Hello, you just need to complete list in advanced general settings
-
Smelting
Hello, in "NPC DB" (tab tools) add npc type "Smelting" (add the npc nearest the smelting zone), WRobot will smelting when he will go to the town (don't forget to activate "Smelting" in advanced general settings)
-
Eat/Drink dont work
Hello, you cannot eat/drink in bg with default features. You can try to use this plugin (not tested): Main.cs using robotManager.Products; using System.Windows.Forms; public class Main : wManager.Plugin.IPlugin { public void Initialize() { if (Products.ProductName != "Battlegrounder") return; robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) => { try { if (state.DisplayName == "Resurrect Battleground") { if (state.BeforeStates.Count == 0) state.BeforeStates.Add(new wManager.Wow.Bot.States.Regeneration()); } } catch { } }; } public void Dispose() { } public void Settings() { MessageBox.Show("No settings for this plugin."); } }
-
WRobot 2.0 released
I replied by private message
-
window problem and crashes
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
WRobot 2.0 released
I haven't planned to close, it is for this reason than I make changes (to try to compensate WRobot for official servers). I have tried to find a solution that affects less users as possible, but any change inevitably disadvantages many users. If you are affected by the changes, do not hesitate to send me private message we will find an agreement
-
WRobot 2.0 released
Old limitation is to 1 PC (not applied) and 1 IP. Send me private message with number of sessions that you use, we will found solution.
-
Bot instant crashes as I press play
https://wrobot.eu/articles/news/wrobot-20-released-r125/?tab=comments#comment-4973
-
WRobot 2.0 released
Hello, It's mainly because of users like you that I had to make this change. Since the November 2, 2017, you have launched WRobot 45027 times, (avg of 256~ times per day), past 24 hours you have launched WRobot ~800 times... And bio33 have launched WRobot 381214 times the May 7, 2016 , (avg of 530~ times per day)... If you can tell me how you usage is legit. If someone have to run more than 10 sessions do not hesitate to send me private message I'll found solution, but I think than 99,9% of legit users will not affected by this change (same advantage because I remove the limitation by IP).