Jump to content

nucbwl

WRobot user
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

nucbwl's Achievements

  1. Yep it's a bug on the server, you should get expert riding from learning flight form.
  2. nvm: the character needs to learn flying riding
  3. I can confirm it doesn't work, the bot will just not mount Flight Form, if it does or if its forced to it will not fly, but go on ground in Flight Form @Droidz, it will only do so if there are no nodes nearby that the bot found AND if I do MountTask.Takeof(); I managed to get it to mount after mining/herbing with this Usefuls.ForceIsFlyableArea = true; FarmingEvents.OnFarmSuccessful += (WoWGameObject node) => { MovementManager.StopMoveTo(); if (!ObjectManager.Me.IsMounted) { MountTask.Mount(true, MountTask.MountCapacity.Fly); MountTask.Takeof(); } }; but it does walks on ground as I said.
  4. I don't think they can access your information besides IP and perhaps HWID? I always botted in virtualboxes and used proxies for each acc. BTW next time make these topics in this category, so it's private and only members with purchased license can see it and not the admins of wow server :P https://wrobot.eu/forums/forum/45-wrobot-users-discussion-forum/
  5. Today running a profile for gathering I noticed the bot wandering above water trying to get few nodes that were in water. I restarted the wow client and wrobot several times and checked for option "Skip nodes in water" in advanced settings which is CHECKED. Any ideas how to fix this, or blacklist the nodes? Thankfully I was supervising my bot and managed to stop it, because it looked susp.
  6. You will get banned sooner or later (if you bot for long periods unsupervised or 24/7 style), not by program detection but player reports. You can mitigate that by basically babysitting it, I play and when I need to do something I turn it on and let it do its' thing but supervise it.
  7. Ah, great that you found the culprit! Enjoy :D
  8. You would know if you had them, I bet. Did you ever edit hosts file on your PC? Like adding lines 127.0.0.1 wrobot.eu to it, etc?
  9. What do you mean you didn't keep the log file? Do you delete logs each time you run wRobot? Just post the log from your logs folder.
  10. Did you type in Flight Form with capitalization?
  11. This can happen if you have any web traffic monitoring tools running, like Fiddler or Wireshark.
×
×
  • Create New...