Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. try to replace "CancelEventArgs" by "System.ComponentModel.CancelEventArgs"
  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. 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)
  4. Use Windows task scheduler to open relogger at selected time with argument "AutoAttachAndLog=true" (Relogger will start all checked profiles at start)
  5. 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)
  6. 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)
  7. UI is usable with 60 profile? you cannot minimize relogger window when you don't use it?
  8. Hello, wait next update, tell me if you get problem again
  9. Wait next update to fix problem with smooth option
  10. Try to make offmesh that end at -360,0499 ; 3067,896 ; -200000 (even if WRobot never use this position)
  11. Server return bad position, I think it is problem, you get this problem since when?
  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. Hello, pathfinder servers is per wow version, no wow server. I checked all servers seem good, can you share full log file
  14. 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)
  15. Hello, The problem is that it is almost impossible to detect short distance teleport. Do you use popular profile?
  16. hi, if you found one of this object if you can send me the object info (with dev tools tab "tools")
  17. Currently WRobot seem safe on all servers (if server use original Wow client)
  18. Hello, if WRobot don't go to the vendor it is: You haven't enabled sell option OR You haven't npc near OR Npc is blacklisted When he don't go to vendor, try to clear blacklist (tab "Tools") to check if after that he go to vendor
  19. Hello, this stop fight, but bot probably try to attack again target, to skip all combat you need to use code like: wManager.Events.FightEvents.OnFightStart += delegate(WoWUnit unit, CancelEventArgs cancelable) { cancelable.Cancel = true; if (unit.IsValid) ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(unit.Guid, DateTime.Now + TimeSpan.FromMinutes(10)); };
  20. But I tried several times to resolve this problem, problem is in framework.net code (I get problem to manage big list in wpf datagrid)
  21. Hello, you get this problem even when you minimize relogger window?
  22. 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/ ).
  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/ ).
×
×
  • Create New...