Jump to content

Artek

WRobot user
  • Posts

    144
  • Joined

  • Last visited

Everything posted by Artek

  1. Thank you for your reply, Is it possible without coding to make wrobot to talk to specific NPC then choose dialogue option2 that will actually open his shop? im playing on server, where we can have following companion that is a vendor, but right clicking on it doesnt open shop right away, there is menu and we need to choose second option to acces his goods
  2. Hello, anyone knows if there is a plugin that will restock specicif items(best if i could set which one) every time i talk with NPC? Or is there a way to make it with grinder/quester without coding? Its conjured food/drink so woulb be great if bot can buy highest possible to use.
  3. Warum paysafecard? ich kann dir wrobot gutschein kaufen
  4. omg using wrobot for a while and i didnt saw that option, thank you
  5. As in topic, just make bot stop coming close to mob, if mob comes to bot its fine, but not need to run away. anyone know such?
  6. it just started work, thank you for reply and sadly, there is no possibility to send files via private message?
  7. 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.
  8. 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" 😄
  9. i can buy for you wrobot gift card if you want, as long you have paypal.
  10. 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
  11. If you want i can buy gift card for you and you will just pay me with PP
  12. 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.
  13. As in topic, can't figure out why bot doesnt sell or send mails, so i wonder is it only a subscription feature?
  14. You can create it yourself, there is tutorial how to do it.
  15. yeah, sometimes it works, sometimes doesnt, thx ill increase latency and let u know later
  16. 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.
  17. Thank you for your reply and offer, i will dm you when a go a little bit deeper into coding:)
  18. 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;
  19. 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
  20. This one was i was able to figure out. despite option "not required in quest log" quest need to have an ID in profile
  21. 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
  22. Would you be so kind and provide a code with condition if more than x rage or active buff.
  23. 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?
  24. I switched to repeatable quest after droidz's answer, still doesnt work
×
×
  • Create New...