Everything posted by Droidz
-
All apps freezing except "No DX Hook" & Error #132
Hello, You use modified wow client? You have try to disable wow addons and wrobot plugins? To disable your antivirus? Check if required softwares are installed?
-
Is there a way to make bot choose mobs that are a bit further but not behind obstacles?
Hello, you can't with default products
-
Questions about loot
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Automaton attacking mobs that are not on the list
In "Automaton" product settings you need to disable option "Kill mobs" (Wrobot will still kill the monsters on your list)
-
Automaton attacking mobs that are not on the list
Hello, Could you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Warmane Banning
Hello, are you sure that it is not possible for them to make the link with the banned accounts? (IP, web browser, ...)
-
error ;/
Hello, it is probably because you try to use "quester" profile on "grinder" product
-
I need some help to before i buy it
Hello, I am sorry I am not active on Discord. You can test bot for free with key "TRIAL"
- urgently
-
Store: Purchase [Pay]
Hi, I have verified, 3D secure is supported by Stripe. Try to contact your bank or Stripe. I will add you a key with a few days of subscription until the problem is solved.
-
Store: Purchase [Pay]
Hello, error is all time "insufficient_funds" > https://stripe.com/docs/declines/codes
-
Radius profiles
Hello, in advanced general settings tab "Vendor..." increment "Drink Amount", in tab "Food/Drink" complete drink name (you need to add NPC type "vendor" in your "NPC DB" (tab "Tools") or in your profile)
-
Run Back to Corpse, Stop Bot
Hey, it is hardcoded but try code like that (not tested) using System.Threading; using System.Threading.Tasks; using robotManager.Helpful; using robotManager.Products; using wManager.Wow.Bot.States; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is Resurrect || state is ResurrectBG) { Task.Run(() => { while (Conditions.InGameAndConnectedAndProductStartedNotInPause && ObjectManager.Me.IsDeadMe) { if (ObjectManager.Me.IsValid && ObjectManager.Me.PositionCorpse.DistanceTo(ObjectManager.Me.Position) < 45) { Logging.Write("Stop product near corpse"); Products.ProductStop(); } Thread.Sleep(500); } }); } }; } public void Dispose() { } public void Settings() { } }
-
License Key is for an other Wrobot Program. Please check
Hello, your problem is resolved
-
Relogger plugin
chekc if you use utf8 file encodage (for the plugin file)
-
Radius profiles
Hello, easy way is to use bot "Automaton" (but you can also do that with quester or grinder)
-
License Key is for an other Wrobot Program. Please check
Hello, try again
-
Relogger plugin
Hey, In you log you have line robotManager.Helpful.Logging.Write("124")? try to add these lines afer: robotManager.Helpful.Logging.Write("p.CurrentWowAccount==null > " + (p.CurrentWowAccount == null)); robotManager.Helpful.Logging.Write("p.CurrentWowAccount.AccountName==null > " + (p.CurrentWowAccount.AccountName == null)); robotManager.Helpful.Logging.Write("p.CurrentWowAccount.Password==null > " + (p.CurrentWowAccount.Password == null)); You run this code at start? if yes try to wait few seconds (maybe relogger profiles are not completly loaded)
-
Cannot collect Blindweed
Hello, try to use smaller value at https://wrobot.eu/byme/doc/html/F-wManager.wManagerSetting.BlacklistGameObjectDefaultTimeMs.htm (you need to edit xml settings file or to use C# code to change this option)
-
Shuts down
Hello, https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ .
-
Remote not working
Hello, this error is not important, if you have problem please share full log file and give more detaila about your problem
-
Не могу отредактировать профиль
Hello, is your screenshot you have selected only one step, select all steps and unselect bugged step (with "CTRL" (key) + left mouse click )
-
Compilator Error
Hello, this error is because I closed recently 2 pathfinder servers. This error I don't know why, maybe bad install of framework.net
-
有什么办法可以把小怪拉到BOSS处一起杀掉
Droidz replied to woshiyizhiyuhahahaha's topic in WRobot for Wow Wrath of the Lich King - Help and supportHello, you can use wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; , go to zone (with follow path by sample) and disable this option: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false; bot will attack all mobs
-
Bot dont use skinning.
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).