Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  2. Hello, yes, in your profile or "npc db" add npc type "Vendor" and "Repair"
  3. Update done
  4. I start to work on this patch
  5. Try to run WRobot with shortcut "WRobot no lock frame", but if you know than the problem was caused by your fightclass I cannot help you more
  6. Do you have try with new wrobot install with default settings (install WRobot in new folder, select product fisher and start bot (without figthclass and ...))
  7. "Fishing" spell is in your action bar?
  8. You can do that with lua, but you need basic knowledge in lua, WRobot (and c#)
  9. Hello, use fightclass with healing spell or add spell yourself https://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/
  10. What is the name of your server?
  11. Hello, yes wrobot and wow work on VMware
  12. Try to use anothers profiles. If your problem is not resolved try to disable wrobot plugins and try to change your figthclass
  13. What is the result when you are in good distance of: robotManager.Helpful.Logging.Write("r = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(wManager.Wow.ObjectManager.ObjectManager.Target.Position)); I'll try to reach this mob tomorrow (or if you have more easy npc to reach with the same problem tell me where I can found him)
  14. Hello, to use elevator you can use this sample: https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=24442 In WRobot code, I use offmeshconnection for that like: new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(1900.185, -4362.321, 43.23154), new Vector3(1901.796, -4370.77, 44.39288) {Action = "c#: Logging.WriteNavigator(\"[OffMeshConnection] Ogrimmar > Wait Elevator\"); while (Conditions.InGameAndConnectedAndProductStartedNotInPause) { var elevator = ObjectManager.GetWoWGameObjectByEntry(206609).OrderBy(o => o.GetDistance).FirstOrDefault(); if (elevator != null && elevator.IsValid && elevator.Position.Z <= 44) break; Thread.Sleep(10); }"}, new Vector3(1903.901, -4382.015, 105.6566) {Action = "c#: Logging.WriteNavigator(\"[OffMeshConnection] Ogrimmar > Wait to leave Elevator\"); while (Conditions.InGameAndConnectedAndProductStartedNotInPause) { var elevator = ObjectManager.GetWoWGameObjectByEntry(206609).OrderBy(o => o.GetDistance).FirstOrDefault(); if (elevator != null && elevator.IsValid && elevator.Position.Z >= 105) break; Thread.Sleep(10); }"}, }, (int)ContinentId.Kalimdor),
  15. Can you share screenshot of your fisher product settings
  16. Hello, yes https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/
  17. Hello, try to disable your wow addons and remove your wow caches
  18. Hello, try to remove folder "WRobot\Data\meshes", if problem is not resolved try to use anothers profile (or disable option "skip if cannot make path" in advanced general settings).
  19. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  20. Hello, you cannot run WRobot from shared directory
  21. Hello thank you problem resovled
  22. Party product is not created to work in areana
  23. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Do you get this problem in all contienent?
×
×
  • Create New...