Everything posted by Artek
-
Plugin for buying specific items when less than X in bags
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
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.
-
Verkauft wer n key für paysafe
Warum paysafecard? ich kann dir wrobot gutschein kaufen
-
Plugin that will prevent ranged to coming close to mob [Solved]
omg using wrobot for a while and i didnt saw that option, thank you
-
Plugin that will prevent ranged to coming close to mob [Solved]
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?
-
Cannot reach mob_name, blacklisting it
it just started work, thank you for reply and sadly, there is no possibility to send files via private message?
-
Cannot reach mob_name, blacklisting it
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.
-
Grinder doesnt attack monsters [Fixed]
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" 😄
-
Alternative way to purchase subscription?
i can buy for you wrobot gift card if you want, as long you have paypal.
-
Won't attack while using trial.
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)
If you want i can buy gift card for you and you will just pay me with PP
-
Warmane detecting Wrobot now
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.
-
Is subscription required in order to use automatic selling to vendor and send mails?
As in topic, can't figure out why bot doesnt sell or send mails, so i wonder is it only a subscription feature?
-
BFA Fight Classes
You can create it yourself, there is tutorial how to do it.
-
You cannot attach more than 12 items to mail
yeah, sometimes it works, sometimes doesnt, thx ill increase latency and let u know later
-
You cannot attach more than 12 items to mail
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.
-
You cannot attach more than 12 items to mail
bump
-
Bot doesn't loot while executing code.
Thank you for your reply and offer, i will dm you when a go a little bit deeper into coding:)
-
Bot doesn't loot while executing code.
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;
-
You cannot attach more than 12 items to mail
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
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
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
-
One Skill with two seperate conditions, how wrobot will count CD on that spell
Would you be so kind and provide a code with condition if more than x rage or active buff.
-
One Skill with two seperate conditions, how wrobot will count CD on that spell
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?
-
[Partially fixed]Can't make working gatherer quest
I switched to repeatable quest after droidz's answer, still doesnt work