
nucbwl
-
Posts
12 -
Joined
-
Last visited
Reputation Activity
-
nucbwl got a reaction from Artek in Nodes not recognized as in water
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.
-
nucbwl got a reaction from Artek in Do I need to set up any additional programs besides WRobot for better security and to avoid getting banned?
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.
-
nucbwl got a reaction from Artek in Do I need to set up any additional programs besides WRobot for better security and to avoid getting banned?
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/
-
nucbwl got a reaction from Artek in Wrobot won't use flight form
Did you type in Flight Form with capitalization?
-
nucbwl got a reaction from Artek in Wrobot won't use flight form
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.
-
nucbwl got a reaction from Artek in Wrobot won't use flight form
Yep it's a bug on the server, you should get expert riding from learning flight form.
-
nucbwl got a reaction from Artek in Wrobot won't use flight form
nvm: the character needs to learn flying riding