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. Hello, generally this problem is because you haven't installed required software (step 7) : https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  2. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. By default, WRobot ignore combat and go to target only if in mount, you can try to disable option "ignore fight when in mount"
  4. Hello, you need to keep instance to read all messages https://wrobot.eu/files/file/359-whisper-reply/
  5. Hello, I will not refund you. The first reason is that getting a ban is part of the risk, and it is recommended to not using bot on your main account (and everyone knows that, it is even written on the home page). The second reason is that you put it in public, why? It happens to me (from time to time) to refund users in your case, but to expose it in public, to not say hello, to speak badly comforts me in the choice not to refund you.
  6. Hello, I need log file (in folder "Logs")
  7. Hello, seem to be PromoteByName : https://github.com/MOUZU/Blizzard-WoW-Interface/blob/d162a4c0d198a4381b5b6573d975635ed7316702/1.12.1/FrameXML/ChatFrame.lua#L711
  8. Hello, Use lower search distance is good, you can also blacklist some zones, and avoid in your profile zones where you know that you get problem. You can also try to use option "Try to avoid group of mobs" in advanced general settings tab "Pathfinding"
  9. Method check if needtorun return true (it is the method than I shared code)
  10. Hello, you need to move fightclass in wrobot folder "FightClass" and select it is wrobot window tab "General settings"
  11. Hello, like that (in simplified): bool RunState(State currentState) { if (currentState.NeedToRun) { foreach (var beforeState in currentState.BeforeStates) { RunState(beforeState); } currentState.Run(); foreach (var nextState in state.NextStates) { RunState(nextState); } return true; } return false; }
  12. Hello, I take note of this problem I try to solve it in the next updates, I come back here when it's done.
  13. Hello, you cannot change that (or put lower to value)
  14. Hello, Disable addons and plugins when you share log. You get this problem with all profiles/quests or only on this quest/profile?
  15. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Get quest instance and call "Reset()" method
  17. here: Select "Reset" instead "RunCode" (in parameter select your quest)
  18. Problem is probably in your profile, plugins change nothing about that
  19. hello, to reset use "Action type" "Reset"
  20. using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += (engine, state, cancelable) => { try { if (state is wManager.Wow.Bot.States.Resurrect) cancelable.Cancel = true; } catch { } }; } public void Dispose() { } public void Settings() { } }
  21. Hello, use plugin like (no tested): using System.Threading; using robotManager.Products; using wManager.Plugin; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : IPlugin { private bool _isLaunched; public void Initialize() { _isLaunched = true; while (_isLaunched && Products.IsStarted) { if (Conditions.InGameAndConnected && Conditions.ProductIsStartedNotInPause && ObjectManager.Me.IsDead) { Lua.LuaDoString("AcceptResurrect()"); Thread.Sleep(1000); } Thread.Sleep(150); } } public void Dispose() { _isLaunched = false; } public void Settings() { } }
  22. Sorry, except quest type "followpath" Quester don't support aquatic mount, only grinder/gatherer bot can do swimming profile.
  23. It is for a quest (or just gather)?
  24. ok thanks, because i looked i'm pretty sure it's a blacklisted zone problem, but i can not find what where WRobot blacklist zone and cause this problem (WRobot blacklist zone on a distance of 1 yard when you're stuck, but you do not have much stucks in your log)
  25. I think than problem is when WRobot find path from ground to water, path is ground path, you need to add several water hotspots (when if find path from water to water it is swim path) (or use quest type followpath)

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.