Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you have second account with subscription active "tbaker4979"
  2. Hello, you run wow in window mode?
  3. Hello, contact profile creator
  4. hello, do you use fightclass for Vanillma?
  5. I tested seem to work for me
  6. Hello, what result give lua ? /run print(UnitName("player").." is a "..UnitRace("player"))
  7. Hello, you cannot do it easyly, for that you need to good knowledge on Lua and WRobot (but you can search on the web if macros do exist on the web)
  8. He don't dismount? can you share your log please
  9. Hello, look https://wrobot.eu/forums/topic/3802-fisherbot-quest/?do=findComment&comment=17769
  10. Hello, wait next update (I'll release it in less than 1 hour)
  11. try to replace "CancelEventArgs" by "System.ComponentModel.CancelEventArgs"
  12. 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/ ).
  13. https://sumtips.com/how-to/automatically-start-and-close-programs-at-specific-time/ : create Windows task scheduler task to kill relogger, wrobot and wow process (or in relogger profiles use good running time, or run script to turn off the computer)
  14. Use Windows task scheduler to open relogger at selected time with argument "AutoAttachAndLog=true" (Relogger will start all checked profiles at start)
  15. Try to run this code (one time only in start steps of your profile) wManager.Events.OthersEvents.OnPathFinderFindPath += delegate(Vector3 from, Vector3 to, string mpq, CancelEventArgs cancelable) { try { if (to != null && to.Z == -200000 && to.DistanceTo2D(new Vector3(-360.0499, 3067.896, 0)) < 20) to.Z = -52; // use gate Z pos } catch {} }; (replace -52 by best value if needed)
  16. I am sorry, I already try to found how to optimize CPU usage I don't found, to resolve it I need to change a lot of code, it is more easy to minimize window (I'll fix it but I do not know when)
  17. UI is usable with 60 profile? you cannot minimize relogger window when you don't use it?
  18. Hello, wait next update
  19. Hello, wait next update, tell me if you get problem again
  20. Wait next update to fix problem with smooth option
  21. Try to make offmesh that end at -360,0499 ; 3067,896 ; -200000 (even if WRobot never use this position)
  22. Server return bad position, I think it is problem, you get this problem since when?
  23. 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/ ).
  24. Hello, pathfinder servers is per wow version, no wow server. I checked all servers seem good, can you share full log file
  25. 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/ ). (if you use option "Smooth path" try to disable it)
×
×
  • Create New...