-
maukor started following Vendoring isnt working as it should be. , Objective progression check. , Cant gather object cause of fake distance and 5 others
-
Objective progression check.
Hi, is there a way to check objective progression like: return (wManager.Wow.Helpers.Quest.IsObjectiveComplete(1, 1337)); But for partically finished objective, for example 2/4 of Objective(1,1337) completed? Didnt find anything.
-
Cant gather object cause of fake distance
Hey, is there a way to force bot to gather item from any range? Like click on it somehow to gather. object is on box, and bot thinks that it is far away, but i can literally click on it from 10 yards, bot tries to run under it near box.
- Key bindings
-
Key bindings
i have correct position for my bots, but i need to find Wrobot window anyway : ) well thanks for answer. There is no option to make a bot window extra small , so i can overlay it on wow window? Default smallest bot window size is even bigger than wow size, so kinda meaningless to positioning it somewhere. And you cant make a new button in Relogger to show Bot window?
-
Key bindings
Tried Alt+C or Alt+X, but nothing happens to my bots, @Droidz I run 50 accounts on my main pc, and have problems with when you need to stop/start someone, you should literally Scroll through the all names on windows taskbar, until you find your char, it takes so much time, since you cant even show bot window in relogger, is there any way to stop/start the bot? or probably i do it wrong, Active shortcuts are ON. Would be nice if there is a button to show bot window when you press something.
-
Movement Speed in Travel Form while in combat
Works perfect, ty a lot. if (ObjectManager.Me.HaveBuff(5419) && ObjectManager.Me.SpeedMoving > 0 && ObjectManager.Me.SpeedMoving < 14 && !ObjectManager.Me.InCombatFlagOnly ) { Thread.Sleep(300); Travel.Launch(); }
-
-
Movement Speed in Travel Form while in combat
Hello, is there any way to check in conditions, if your movement speed is lower than 200%? (travel form out of combat default) Cause if player hit by a mob, hes movement speed becomes around 160% or lower, dont remember exact speed, Something to put into fightclass for reshift: if (ObjectManager.Me.HaveBuff(5419) && "Here condition for if speed is lower than 200%" && !Fight.InFight) { Travel.Launch(); }
-
Auction Buy items by owner Name
Hey, is there a way to buy items from Ah from exact Seller? Not by price?
-
Bot is drowning
Any fixes yet? Hmp doesnt help actually
-
wrobot on atlantiss karazhan (2.4.3)
You had any bans during the leveling? And you dont use Virtual machines?
-
Kill mobs that in range, until there are no units left
[E] 17:00:54.044 - Compilator Error : c:\WRobotTBC\Data\temp\du5kpjxc.0.cs(30,34) : error CS1513: ожидалась } c:\WRobotTBC\Data\temp\du5kpjxc.0.cs(73,1) : error CS1022: Ожидалось определение типа или пространства имен, либо признак конца файла Where to check whats wrong, cause i dont have any files in my temp folder named du5kpjxc etc : ) I'm kinda far from programming,
-
Kill mobs that in range, until there are no units left
Hello, is there any easy way to tell bot run to a specific place, for example followpath1 , Grind mobs that are in range you set (wManager.wManagerSetting.CurrentSetting.SearchRadius = 50;) And use IsComplete condition something like there are no mobs left in that spot. so i can use another followpath and run to another spot to grind mobs.
-
-
How add a Mailbox to a Profile¿
Just run to mailbox, in profile creator press on Add by name, Write Mailbox and he will add the nearest
-
Vendoring isnt working as it should be.
Fixed, ty
-
Vendoring isnt working as it should be.
@Droidz Hi, trying to setup fully afk leveling, but always have problems with vendoring, sometimes my bots refuse to buy food/water, i use HMP, but still, Is there any way to literally tell him to Go and buy water if your water is <10, for now i try to use only my own vendor db, but it's always act like a retard, i use : <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc = true;" /> How to load my own vendors from profile after i erase them? <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Helpers.NpcDB.ListNpc.RemoveAll(npc => true);
" / Without any plugins, I have my own vendor/repair added in db, I see them in Db if i open that tab I use useOnly profile npc I have my own string with <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.FoodName = "Roasted Quail";
" /> Food Amount is 60 Bot is grinding and refusing to buy food, why? Will give you log file if you need. But vendoring is always a mess with wrobot