Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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/ ).
  2. hi, you have added food or drink to buy? by default, if he don't need to repair and buy (need only to sell) WRobot goes to nearest repair or vendor. If he need to repair and sell he goes to nearest repair
  3. Hello, create grinder profile and add mobs (grinder will gather too)
  4. try to increment your min latency
  5. I tested and mail works on Cata. I got your error message but bot send mails
  6. Hi, I hope to continue to improve the behavior little by little
  7. Hello, you have this error message and WRobot don't click on send mail? And don't try again ? Can you take screenshot? you have try to disable your addon?
  8. Hi, it is partially profile problem, WRobot can't find good position to fish and try to go underwater (you need to blacklist this spot). But in your case seems to be CTM problem (not that wrobot keep key pressed). I need more logs / videos to find commonalities. If you have this problem again do not hesitate to activate the radar3d (to see where WRobot wants to go) (and if you have time to do a tools> dev tool> all info)
  9. If anyone has time to try with this file: robotManager.dll (move and replace file in the "Bin" folder and ignore the update request when the bot starts). This file will log when WRobot presses a key, with several log files I could have been a better idea of what is happening with Wotlk (do not use 'Use lua to move' option)
  10. Hello, In all of your logs you use option "Use lua to move", maybe this version of Wow have bug with lua move API (or WRobot sometime skip lua commands). Try to don't use this option (it is better to don't use this option for ractivity too)
  11. Droidz

    totown Mammoth bug

    Hi, I just tried, even though I'm at the highest the bot descends to the ground. Are you in a blacklisted area when you have this problem?
  12. Hello, no default feature/option for that. But you can do it with quester profile
  13. Hi, what is Health/MaxHealth when this happen?
  14. 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.
  15. Hello, There is really little chance that the bot is sent a message in say. I think it's an addon or wow message
  16. 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.
  17. 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.
  18. 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?
  19. I tested I cannot reproduce problem, try to download and install WRobot in new folder (don't change settings put only your profile)
  20. Hello, in advanced general settings tab "pathfinder" you can found option to avoid walls, try to put distance like 0.5 or 1
  21. 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.
  22. 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)
  23. robotManager.Helpful.Display.ShowWindow(wManager.Wow.Memory.WowMemory.Memory.GetProcess().MainWindowHandle);
  24. Hello, you have option in advanced general settings to ignore pet
×
×
  • Create New...