Jump to content

maukor

WRobot user
  • Posts

    293
  • Joined

  • Last visited

Everything posted by maukor

  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
  14. It works if you set quest type to NONE. Just checked. Probably your char somehow added that quest in completed quest list , in that case he not gonna do it again. And dont use the same nickname if you start new char
  15. The only question is, is it possible somehow to Run one account with 2 intervals or more, like 00:00 - 04:00, then 2hours break, then 06:00 - 10:00 and another 2 hour break Something like: From: 00:00:00 ; 06:00:00 To : 04:00:00 ; 10:00:00 If no, i will just clone relogger profile and set other schedule time
  16. Tried for around 30 mins with 7 different settings, in all cases all works super good. Thanks a lot! Very useful thing : )
  17. Looks like it doesnt work, just checked with my 2 chars, added Prowl as a spell, not using spell on pause. 2.4.3 @Apexx Or it doesnt work on tbc?
  18. Hey @Droidz Is there any way you can Add schedule for Relogger, not run/wait specific amount of time, but Run only if Time is for example : 10:00 - 18:00, i found another topic where guy asked the same, but you didnt respond for his second post. Relogger quickstart with windows setup schedule may work, but when you wanna add 4 groups by 6 hours a day in sequence with 1 relogger it wont work that way. or maybe it's hard to setup. Back in days i used something like Run 360 , wait 1080 and second group where Wait 360 / run 360 / wait another missing part from waiting before, but when you add new account, everytihng is fked that way, and if you wanna fullfill whole pc with 10 accounts, you need to be sure that all other wows that are not in correct time group should be offed.
  19. Whats the point of it, energy chars wont be slow in leveling if they wait extra 3 energy, most of your damage is from auto-attacks, and your Bite convert extra energy to dmg, Leveled more than 100 druids with no problems. Actually i'm not even checking if i have enough energy, my druid spam it ; ) Not sure if it's good or bad or safe etc
  20. Getting insta crash after i loot mob with bop item , bopLoot addon, 2.4.3, toc version 20400
  21. Hey @Droidz Since vendoring is Not perfect on wrobot, sometimes i have problems with bots grinding with full bags, The problem is even if bot relog and he get correct vendor in database, he trying to go ToTown, but he loop between 2 unlooted mobs forever, before mob corpse disappears, but most likely new mob will respawn and bot kill him, making another corpse unlooted, Any fixes for disable loot when you go toTown etc? Probably default blacklist unit timer can solve it, my server has high respawn rate and i'm on 12 sec
×
×
  • Create New...