Jump to content

maukor

WRobot user
  • Posts

    293
  • Joined

  • Last visited

Recent Profile Visitors

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

maukor's Achievements

  1. 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.
  2. 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.
  3. You mean "Show wow" not "Show bot" Cause i dont see button named Show bot?
  4. 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?
  5. 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.
  6. 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(); }
  7. 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(); }
  8. Hey, is there a way to buy items from Ah from exact Seller? Not by price?
  9. You had any bans during the leveling? And you dont use Virtual machines?
  10. [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,
  11. 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.
  12. Just run to mailbox, in profile creator press on Add by name, Write Mailbox and he will add the nearest
  13. @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 =&gt; true);&#xD;&#xA;" / 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 = &quot;Roasted Quail&quot;;&#xD;&#xA;" /> 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
×
×
  • Create New...