
Artek
WRobot user-
Posts
144 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Artek
-
Plugin for buying specific items when less than X in bags
Artek replied to Artek's topic in General assistance
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 -
Plugin for buying specific items when less than X in bags
Artek posted a topic in General assistance
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. -
Warum paysafecard? ich kann dir wrobot gutschein kaufen
-
Plugin that will prevent ranged to coming close to mob [Solved]
Artek replied to Artek's topic in General assistance
omg using wrobot for a while and i didnt saw that option, thank you -
it just started work, thank you for reply and sadly, there is no possibility to send files via private message?
-
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.
-
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" 😄
-
i can buy for you wrobot gift card if you want, as long you have paypal.
-
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
-
LF someone to trade Wrobot sub for PayPal money(will overpay)
Artek replied to S13's topic in General discussion
If you want i can buy gift card for you and you will just pay me with PP -
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.
-
BFA Fight Classes
Artek replied to Aminah's topic in WRobot for Wow Battle for Azeroth - Help and support
You can create it yourself, there is tutorial how to do it. -
yeah, sometimes it works, sometimes doesnt, thx ill increase latency and let u know later
-
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.
-
bump
-
Thank you for your reply and offer, i will dm you when a go a little bit deeper into coding:)
-
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;
-
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
-
[Partially fixed]Can't make working gatherer quest
Artek replied to Artek's topic in Quester assistance
This one was i was able to figure out. despite option "not required in quest log" quest need to have an ID in profile -
[Partially fixed]Can't make working gatherer quest
Artek replied to Artek's topic in Quester assistance
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 -
[Partially fixed]Can't make working gatherer quest
Artek replied to Artek's topic in Quester assistance
I switched to repeatable quest after droidz's answer, still doesnt work