Jump to content

Artek

WRobot user
  • Posts

    138
  • Joined

  • Last visited

Everything posted by Artek

  1. As in topic, im in open area, quite flat, 0000 obstacles, yet bot doesnt attack any mobs, it fights back if attacked, other wise just running around and this is what i see in my wrobot in game tab. "Cannot reach Mob_name, Blacklisting it" any idea why its happening? Ill send logs via private messeages as it exposes partially my char's name and other stuff that makes it easy to identify.
  2. As in topic, i set my profile as hotspot, only 2 mobs there, both on list and grinder doesnt attack them just stands and do nothing file log ill send in private msg, as it shows partialy my name, area where i am and other stuff that makes it easy to identify my character Edit: you gonna laugh at me 😄 i had checked "don't start fights" 😄
  3. i can buy for you wrobot gift card if you want, as long you have paypal.
  4. do you use fightclass? if yes, can you show it? And btw, do not have to much hope to get any help if you dont have subscription:P 99.999999% post is ignored;P
  5. If you want i can buy gift card for you and you will just pay me with PP
  6. Which realm are you talking about? Cuz i was using wrobot on crystalsong for around 2 months in the end of 2020 and and yes i got banned, but i was reported by players.
  7. As in topic, can't figure out why bot doesnt sell or send mails, so i wonder is it only a subscription feature?
  8. You can create it yourself, there is tutorial how to do it.
  9. yeah, sometimes it works, sometimes doesnt, thx ill increase latency and let u know later
  10. Hello, i sent you picture in priv. I disabled all addons and still the problem appeares, so yes bot is clicking SEND but it just doesnt go and i got msg like on screenshot.
  11. Thank you for your reply and offer, i will dm you when a go a little bit deeper into coding:)
  12. So i started to play with code a little bit, but im just a beginner so for now im trying to edit/rearrange someone else code. I dont understand why my bot doesn't loot mobs. In the other profile its looting normally and what i did here to be honest i just replaced few things like: Position where bot should go, mob which bot should kill, item that should be looted to acomplish a task. If i got item in my backpack bot doesnt go after mob and that is of course correct. it's not any setting in wrobot itself, because if i kill the mobs with grinder or just with wrotation, bot loots mobs wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(5178.439f, -63.72389f, 360.272f)); while (!Quest.IsObjectiveComplete(1, 13675)) if (ItemsManager.GetItemCountById(45005) < 1) { wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(5178.439f, -63.72389f, 360.272f)); foreach (WoWUnit everblaze in ObjectManager.GetWoWUnitByEntry(33289)) { Fight.StartFight(everblaze.Guid); while (ObjectManager.Me.InCombat) { Fight.StartFight(ObjectManager.GetNearestWoWUnit(ObjectManager.GetUnitAttackPlayer()).Guid); } if (ItemsManager.GetItemCountById(31347) > 0) { break; } } } return true;// This code is executed with 'Pulse' action, don't forget to return true or false. return true;
  13. So very offten i got this error msg when my bot is trying to send items via mail. So its just keep trying and failing 27 Oct 2020 19H17.log.html
  14. This one was i was able to figure out. despite option "not required in quest log" quest need to have an ID in profile
  15. Hello? Can i please get some help?, Now im trying to make profile to pick up Netherwing Eggs. And bot doesnt move.... EDIT: If i choose follow path instead of gatherer, bot is moving, but there is no option to loot any object. 25 Oct 2020 23H47.log.html Netherwing Eggs.xml
  16. Would you be so kind and provide a code with condition if more than x rage or active buff.
  17. Hello everyone. I got 2 Mortal Strikes in my FIght Class, both have same CD(Timer 4000) 1st Mortal Strike is used whenever rage bigger or equal to 20 2nd Mortal Strike is used whenever my character has buff (it reduces required rage to 0) Do Wrobot counts timer separately for it?
  18. I switched to repeatable quest after droidz's answer, still doesnt work
  19. New day, new daily, same result, bot just stands. 22 Oct 2020 11H51.log.html Daily Cooking Orgrimmar.xml EDIT: so i run it on another computer, different char and it works good. any idea why?
  20. So today during grind player attacked me, bot instead of picking a player, was still attacking and chasing fleeing mob. Is there a way to make wrobot switch attacking player ?
  21. So if a hunter's/dk's pet attack me, bot is attacking that pet until me or it dies/ even if i click on hunter/dk wrobot change to pet itself, how to disable it?
  22. Its a daily cooking gatherer quest from orgrimmar, no idea why bot just stand and do nothing, tried with "objective count" and with "auto detect objective count" 21 Oct 2020 23H28.log.html
  23. Ough, why does it have to require coding. Which one i should learn first for wrobot, lua or c#? Thank you anyway for helping mate!
×
×
  • Create New...