Jump to content

KnightRyder

Members
  • Posts

    396
  • Joined

  • Last visited

Everything posted by KnightRyder

  1. [D] 23:49:38 - [Quester] New step (138): FollowpathtoMok>Pulse Looks like this step tries to follow a path thats in the air above water or something. That or phasing wasnt right. It didn't get stuck since it eventually went on to next step, just looked weird.
  2. I have disabled all plugins. Still happens. 2 Jan 2018 18H29.log.html I have another profile that paths around, it appears to be able to loot without issue. The issue appears to happen at different locations. Also changing characters doesn't appear to effect it at all.
    It seems to have a probme with the quest Lou's Parting Thoughts if someone else is there and the conversation has already started. I think maybe the hotspot for eavesdropping may be off. Maybe move it to around the corner or something? Didn't really test it. I just moved the bot away manually and when it came back it triggered. Also, don't force bot to attack thugs. If bot tries to attack thugs before they are attackable, it will just blacklist it and not fight back later when they do attack. Other than that small detail, great work.
  3. For some reason the bot does not appear to loot killed mobs. I only see this happen in Vashj'ir. It will attack and kill the mobs, but cannot loot it even though it swims right up to the dead body. I've tried enabling skinning mobs to get it to loot. 28 Dec 2017 07H57.log.html Stars around 08:10:57 in the log. I stopped and started the bot several times after changing different options to try and get it to loot. So far, it only seems to be with the profiles I have that just sit in one spot.
  4. Not sure about using them, but I just wanted to let you know not to buy them from the AH (unless they are extremely cheap). Go to your garrison in WoD and put down and engineer building and you can buy your own.
  5. Each one would need to be setup as a separate quest in wrobot, or separate action. If your running to gather things, it will kill anything you body pull or get close enough to.
  6. You would need to change the cords 43, 58 to click on whatever you want them to click.
  7. I use RunCode with this: Thread t = new Thread(() => { int questId = 48199; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; { robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 43, 58); robotManager.Helpful.Mouse.ClickLeft(); } } Thread.Sleep(5000); } }); t.Start(); Then I interact with NPC to bring up the map.
  8. The only way I found to be able to do it is with robotManager.Helpful.Mouse.CurseurWindowPercentagePosition(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, 43, 58); robotManager.Helpful.Mouse.ClickLeft(); Just have to change the cords depending on which point you want to click on. Bad part is it will actually move your mouse if you are doing something in another window.
  9. I think its also a question of Quality over Quantity registrations.
  10. https://wrobot.eu/files/category/53-dungeons/ There are a few. You can also make your own with Quester.
  11. That makes it worse. It still only targets itself (no clearing target), does not target mob in combat with it, consistently runs to the mob, making it run in tiny circles, but now it no longer uses the abilities when I manually target mobs.
  12. Bump. Still looking for assistance on this. Still cannot figure out how to get it to target the demons it pulls or aggroes or to make it stop spinning in circles.
  13. I would say 99% safe, depending on the area and server you are on. That being said, you never know. I've botted on all my accounts, doing various things from the simple to pretty complex imo, and only been banned once for 6 months. If you're that worried about it, but want to do it, I say go ahead. I would suggest you have it start and then babysit it just in case people come around and want to start a conversation.
  14. So a while back these were posted: I think there may be another post or two but they are all marked resolved. I'm still having an issue with the bot pathing off the ledge in Mac'Aree: It will also at times try to path through buildings and other objects. Once it falls off it tries to run back to body but falls off again and again. Log:
  15. Yes, there's a Rotation bot in it, you load a fight class and it will fight and you just move.
  16. 1) why would you let others use something you paid for? You bought it, its yours. 2) Just converting them doesn't mean they will work. 3) Don't need a UI as loading different profiles can already happen.
  17. What does ex mean? What does rn mean? If your having a problem with a profile, let us know what profile you are using and posting your logs would be helpful.
  18. Also, if a profile becomes too popular, that's how you get caught and banned.
×
×
  • Create New...