Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. try to run wrobot without plugins
  2. you confirm than now you get only WRobot crash (not wow)?
  3. What is "MeHuman.cs"? try to disable all plugins
  4. Can you try to disable "HumanMasterPlugin", in all crash log, you seem to use HumanMasterPlugin
  5. Hello, https://wrobot.eu/forums/topic/9262-crashing/
  6. If someone can tell me if problem is resolved with new update.
  7. With the last update? can you share your log (of the last crash)
  8. If sometime you get freeze, you need to put lower value at the sleep times
  9. Hello, do you have look cpu/memory usage when your computer lag?
  10. Hello, if you can try with new update and tell me if you get again this problem.
  11. Do you use this plugins? https://wrobot.eu/forums/topic/9235-how-many-bots-at-the-same-time-do-you-use/?do=findComment&comment=42947
  12. testcounterFIXED.xml
  13. Hello, contact camelot10, but this profile is not for private servrer
  14. Hello, use task type "Wait"
  15. Wait next update and tell me if problem is resolved
  16. Hello, yes you can: https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447 but you need minimum knowledge in Lua and C#.
  17. Hello, https://wrobot.eu/articles/news/the-begining-of-the-end-of-wrobot-for-official-servers-r124/
  18. Droidz commented on Droidz's article in News
    Wait next update
  19. I tried to improve CPU usage in the next update (~30% less on my computer)
  20. Hello, in you log WRobot tell than he loot mobs?
  21. 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)
  22. https://wrobot.eu/forums/topic/9069-eatdrink-dont-work/?do=findComment&comment=42906
  23. Try this https://wrobot.eu/forums/topic/7548-probleme-de-minage-legion-firestorm/?do=findComment&comment=34766
  24. Hello, add normal spell (without "for frien..." option) in your fightclass for that

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.