1848 topics in this forum
-
I Have never played a on private server, could someone send me a link or point me in the right direction to start play vanilla wow on a private server. Doesn't need to be able to use bots, just actual play.
-
- 2 replies
- 1.2k views
-
-
How to check for quester profile "is complete condition" if plugin is active?
- 2 replies
- 1.1k views
- 1 follower
-
Hello, firstly I'm sorry if I express myself badly, I'm not English, I have a configation problem with wrobot, the mobs are blacklist alone, I do not know where to start, I have humaninzing plugin but apparently it does not come from there, I have some basic pluggins like italent, iequip. Can you help me ? thank you
-
- 1 reply
- 1.2k views
-
-
How to stop the event, event start again and again even the char running. using System; using System.Threading; using robotManager.Helpful; using robotManager.Products; using wManager.Plugin; using wManager.Wow.Helpers; using System.Collections.Generic; using System.Linq; using robotManager.FiniteStateMachine; using wManager; using wManager.Wow.Bot.States; using wManager.Wow.Enums; using wManager.Wow.ObjectManager; using robotManager; using MemoryRobot; using Memory = wManager.Wow.Memory; using Timer = robotManager.Helpful.Timer; using Math = robotManager.Helpful.Math; using System.Windows.Forms; public class Main : IPlugin…
-
- 2 replies
- 1.5k views
- 2 followers
-
-
Update with combat loot (11:00:39 - [Looting] (In combat) Try to loot Mob) - is very good but it is don't work at Vanilla, because Vanilla haven't auto loot(
- 1 reply
- 1.3k views
- 1 follower
-
If anyone has a well scripted pvp rotation for any version of the game and any class let me know as I'm trying to make some arena shenanigans. I'm also wondering how hard it would be to code, since I have been high rated on my rogue and warrior in a couple seasons (also on pservers even though it doesnt rly count) and would love to automate the process. If your script is sick, I will gladly pay ? (Also currently high rated on Retail, so if you need some cool tips, msg me :D)
-
- 0 replies
- 1.1k views
-
-
So after i updated Wrobot today i started getting a 500 second timer before i can launch a new session? Yes im using the free version but this time limit is a new thing.
-
- 0 replies
- 817 views
-
-
hello @Droidz I had working off-mesh connection i used for month but now server doesnt want to use it anymore. It's in stormwind on the warlock basement (going from -1 to -2 level for voidwalker summoning quest) here is my off-mesh connection : <OffMeshConnection> <Path> <Vector3 X="-8985.573" Y="1040.329" Z="101.4036" /> <Vector3 X="-8989.193" Y="1044.423" Z="103.5889" /> <Vector3 X="-8992.332" Y="1046.962" Z="103.0131" /> <Vector3 X="-8995.934" Y="1048.345" Z="100.9553" /> <Vector3 X="-9000.569" Y="1044.315" Z="97.51963" /> <Vector3 X="-8999.782" Y="1039.07" Z="94.69856" /> …
-
- 10 replies
- 2.8k views
-
-
Connection error, close bot, you have probably launched too many sessions at the same time with the same license key, please contact bot team if it is not the case. Hello , i have old problem and is very big problem to me.....problem is - max sessions, I respect my session limit and everytime i have restart all my wrobots at the some time......is big problem when you have much wrobots in 1 mashine , this provokes my pc to freeze sometimes....... Please change control method of check max time sessions limit ....this check is not workable
-
- 5 replies
- 1.3k views
- 1 follower
-
-
I had bought them last year and know he had given over the project to someone else. Seemed like the developer was making good progress but I lost access to the discord and have no way of finding my way back. If anyone could point me in the right direction I'd appreciate that.
-
- 2 replies
- 1.5k views
-
-
Tryna start the bot, over and over just standing here - saw a debug for Pathfinder key. Just wondering if anybody else is having the same problem.
-
- 5 replies
- 1.5k views
- 1 follower
-
-
This is whats causing me to add +3-5 days of downtime because of being caught in endless loops while not monitoring for hours which leads to bans and waste of time was wondering is there a way to turn off the pathfinding from choosing a path it thinks is faster so it doesn't endless loop or ?.
-
- 1 reply
- 1.1k views
-
-
We need a Pet hunting module for hunters, to camp and tame the rare pets in northen, cata, eastern kingdom, etc etc, just for the normal type of taming, not the complicate like the pandarian or the pets that 1 shot you down, but at least for pets like arcturis (spirit beast bear) and stuff like that, Im using anti-afk custom profile but I have been trying to make a profile using grinder, but it kills the pets right away, I have been testing it in normal bears in grizzly hills and shoot the bears before casting, actualy it doesnt even cast the tame spell.
-
- 3 replies
- 2.8k views
-
-
Possibly a bug with the bot? but, i was teleported to GM Island room, and the bot did not shut off. Before you ask - Yes, "Close bot on Teleport" was turned on. The way they ban most botters on Vanilla (i was on Northdale) - is they teleport the bot to the GM room, and if he runs into the wall they ban you. And if he just sits there and does nothing they cant do dick, i know this from personal firsthand experience. Is it possible to add some detection or method that stops the bot and makes him Talk in /say when teleported ? Maybe a plugin if you get teleported, stop the bot. rotate, and /say wtf?
- 2 replies
- 1.9k views
- 1 follower
-
Hey droidz, can you remove the default chat from the wrobot , or make it an option to turn on or off, i cant see my debug =(
- 3 replies
- 1.3k views
- 2 followers
-
-
What is your fastest 1-60 while botting on Vanilla, and how fast do you think it could be? I have been thinking about making a profile for speed-botting/running 1-60.
-
- 6 replies
- 2.9k views
- 1 follower
-
-
I've been trying to learn Csharp on youtube. Does anyone have any good websites specific to WOW that I can use? I'm learning alot but it's not all really related to wow. Any help would be appreciated.
- 15 replies
- 5.1k views
- 2 followers
-
How to force bot runaway from evading mob(sometimes the monster runs into some object and the character just looks at the monster trying to attack it) wManager.wManagerSetting.CurrentSetting.DetectEvadingMob = true; dont helped. I want to do it without plugin, use just FC. 1.int healthTargetStart =ObjectManager.Target.Health; 2.Thread.Sleep(20000); 3.int healthTargetFinish =ObjectManager.Target.Health; 4.if(healthTargetStart == healthTargetFinish) 5.Move.Backward(Move.MoveAction.PressKey,5000); or BlackList the mob and skip it. But in FC…
-
- 0 replies
- 981 views
- 1 follower
-
-
Hey folks, I recently started fishbotting on official servers again with a pixel- based bot. My question at this point is, how does blizzard nowadays detect this kind of bot and how do they ban players (instant/ banwaves)? Any additional tips how to avoid a ban would be usefull as well. Thanks in advance
-
- 3 replies
- 1.5k views
-
-
i tried hb for a really long time and i got banned with 4 accounts and i really sick from it and i wanna change why do you guys prefer this bot let me know before i buy it ?
-
-
Hello sometimes when i start relogger 10 wrobot i have 1 -5 wrobot miss connecting or wow window lose hook after start....this problem after 1-2 last update
-
- 8 replies
- 1.9k views
- 1 follower
-
-
Just trying to get quick census has the bot been better or worse in last month?. im noticing huge increase in /played time to 50+ as oppose to a month ago before new update in pathing and wondering why we use this new update if it's worse than last months for me. What is your experience better or worse?.
-
- 0 replies
- 996 views
-
-
Hi forum, I'm sorry to sound like a noob but I'm confused with Lua. I see some scripts are Lua but where do I input them too? I see fight class editor and under spell -condition is says Lua script but it has 2 more sub options under it Var and End. Am I even in the right place? Thanks, Young
-
- 3 replies
- 1.4k views
- 1 follower
-