Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, no default feature/option for that. But you can do it with quester profile
  2. Hi, what is Health/MaxHealth when this happen?
  3. Hello, it's hard to know what exactly is going on, you can try increasing the minimum latency slightly (in advanced general settings) to see if it improves or not.
  4. Hello, There is really little chance that the bot is sent a message in say. I think it's an addon or wow message
  5. Hi, I'm sorry but this problem will be difficult for me to resolve, you are the only one to have reported something similar to me. see if it's not a problem with your Windows, if it's up to date, why not try reinstalling it.
  6. Hello, This is not a normal problem. Are you using Wow addons? if yes that's probably the problem. Otherwise use the "Relogger" application and configure it to restart Wow and the bot every 30 minutes.
  7. Droidz

    Mounts and spellbook

    Hi, WRobot don't refresh mounts list when you update spellboot but you can use the news mounts. Whey you need to get new mounts in speelbook?
  8. I tested I cannot reproduce problem, try to download and install WRobot in new folder (don't change settings put only your profile)
  9. Hello, in advanced general settings tab "pathfinder" you can found option to avoid walls, try to put distance like 0.5 or 1
  10. Droidz

    Path finder seems broken

    I have done a lot of research but don't understand why you have this error and how to fix it. Try to run on another computer (or on VM) with same internet providers (you can also try to change you IP if you can). If this doesn't works it is probably routeur problem. You can also try to use VPN or proxy.
  11. If by name that don't works, in settings put buff name like his happer in game when you mouse is over (top/right), and use this plugin: Main.cs using System.ComponentModel; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.OthersEvents.OnMount += delegate(string name, CancelEventArgs cancelable) { MovementManager.StopMoveTo(); // or MovementManager.StopMove(); ItemsManager.UseItem(67009); Usefuls.WaitIsCasting(); cancelable.Cancel = true; }; } public void Dispose() { } public void Settings() { } } (this plugin will use item when WRobot will try to use mount spell)
  12. robotManager.Helpful.Display.ShowWindow(wManager.Wow.Memory.WowMemory.Memory.GetProcess().MainWindowHandle);
  13. Hello, you have option in advanced general settings to ignore pet
  14. Hi, robotManager.Helpful.Display.ShowWindow(obj.CurrentWowProcess.MainWindowHandle); public static void ShowWindow(IntPtr mainWindowHandle) { Native.ShowWindow(mainWindowHandle, Native.SwRestore); Native.SetForegroundWindow(mainWindowHandle); }
  15. try to active option quest option RepeatableQuest
  16. Droidz

    Path finder seems broken

    it is strange, try to use cloudflare or google dns
  17. Droidz

    Path finder seems broken

    The last update normally corrects the problem, it changes server if the selected server is malfunctioning (and I tried to solve the problem on the server side).
  18. Hi, I can reproduce this problem but I don't understand why, and I haven't found how to resolve it. But it is old Windows version and this affect only if you don't use default Windows style, I'll not fix it.
  19. Do not pay attention to the version I do not always change it (if WRobot does not ask for an update at startup, it means that it is up to date).
  20. If you can tell me if you still get crash with the new update
  21. Hello, Wait next update for the fix
  22. Droidz

    Path finder seems broken

    In next update I'll fix problem with this security (the bot is often stuck on pause without trying to change servers)
  23. Hello, what is your BfA game version (with build number)? I need to know this to add the supports
  24. I'll check. Are you using the updated version of WRobot?
  25. hi, look https://github.com/goldpaw/WoW_UI_Source_WotLK/blob/7ac7bc5b6ebc57f7de70c64aaf61072bb22bc511/AddOns/Blizzard_DebugTools/Dump.lua#L350 -- DEVTOOLS_MAX_ENTRY_CUTOFF = 0 DevTools_Dump(_G)
×
×
  • Create New...