Jump to content

Droidz

Administrators
  • Posts

    12596
  • Joined

  • Last visited

Everything posted by Droidz

  1. Yesterday's update solved the problem of detection on other servers but seem not on Warmane. Today's update does not solve the problem (it's a hotfix of yesterday's update and additions for the pathfinder). I continue to search. Someone use WRobot without plugin and with a simple fightclass? And some uses the shortcut "WRobot no dx" to run WRobot?
  2. Today update add support of new offmeshconnections features: I haven't added it to UI for now, but you can do it with code: wManager.Wow.Helpers.PathFinder.OffMeshConnections.Add(new wManager.Wow.Helpers.PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(-8857.249, 538.4138, 106.2859), new Vector3(-8842.317, 550.2717, 96.78889) { Action = "lua: print('gg')" } }, -1) { TryToUseEvenIfCanFindPathSuccess = true, Type = wManager.Wow.Helpers.PathFinder.OffMeshConnectionType.Unidirectional }); With this code, WRobot will jump instead to down the stairs when he exit the Flightmaster in Stormwind. And WRobot support now the roads and waters, I need to complet list (for now only roads of Eastern kingdoms and Kalimdor are recorded (thank to Reaper)): wManager.Wow.Helpers.PathFinder.ReportArea(new Vector3(1, 2, 3), 3, RDManaged.RD.PolyArea.POLYAREA_ROAD); wManager.Wow.Helpers.PathFinder.ReportArea(new Vector3(1, 2, 3), 3, RDManaged.RD.PolyArea.POLYAREA_WATER);
  3. update your plugin HMP
  4. Hello, wait next update, I'll check more info before to move ("!IsCast && !Influenced && !IsStunned && !IsOnTaxi" instead only "!IsCast")
  5. update HMP
  6. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. I changed a lot of codes (mainly in PathFinder), I tried to don't change methods signature but It is possible than I changed one (recompile will probably resolve problem)
  8. Hello, can you share full log file here please https://wrobot.eu/forums/topic/10132-afk-loop-spam/?page=2
  9. You get afk with new version? It is not clean install, you have all your old plugin/fightclass, send me log of session with new install, run automaton without fightclass
  10. Share log without HMP please
  11. Can you tell me if you get same ploblem if you disable all wrobot plugins
  12. Hello, download new update
  13. Hello, this problem is resolved with new update.
  14. Droidz

    AFK Spam

    https://wrobot.eu/forums/topic/10132-afk-loop-spam/?do=findComment&amp;comment=47690
  15. Droidz

    AFK Spam

    Changed Status to Fixed Changed Version to All
  16. Droidz

    AFK

  17. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Hello, Afk problem is resolved in new update, about the others problems, if you have it again with new update please share full log file.
  19. Can you tell me the name of used fightclasses.
  20. I tested on Icecrown and I don't get problem, I'll check again I try to fix it quickly
  21. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. ok thank you, I'm waiting for another result
  23. Can you give more info please, same IP? your profiles, fightclasses, plugins?
  24. Sorry, but for the moment new update don't support this (I added code but not terminate, I released update before to finish to fix detection problem quickly)
  25. launch updater, and yes it is version 2.2.0
×
×
  • Create New...