Everything posted by Droidz
-
How to fix [Blacklist] 2 Units hostile Near object
Hello, in advanced general settings tab "looting..." put bigger value at the options "max units near..."
-
wrobot2.43 can't update
If problem is not resolved share updater log or screenshot of the error
-
wrobot2.43 can't update
Hello, try to restart your computer and try to update again after
-
How to translate WRobot
Thank you, you need to wait next update for the fix
-
Wow closes after click run on profile
I found why, wait next update
-
Wow closes after click run on profile
You have try to remove wow cache folder? how long have you had this problem?
-
ClickToMove.CGPlayer_C__ClickToMove(x, y, z, 0, (int)ClickToMoveType.Move, 0);
Hi, If I'm not mistaken, by default Wow uses 0 (and since a few updates the bot forces the use of 0 internally)
-
Dismounting problem
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/ ).
-
use spell instead food
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/ ).
-
Wow closes after click run on profile
Hello, you have try without fightclass? You get this problem all time when bot start fight?
-
Legion 7.3.5 26124 and KEY
Hello, try again
-
Problem with GoToTask.ToPositionAndIntecractWithNpc on TBC
Hi, yes next time that you get this problem check if NPC is not blacklisted (use radar3d with option to see blacklist enabled). It is recent problem for all? only in Wotlk? you have try to put bigger interact distance?
-
How to translate WRobot
hello, send me screenshots of untranslatables fields.
-
wManager.wManagerSetting.CurrentSetting.Save();
Hi, When you edit "wManager.wManagerSetting.CurrentSetting" change is instant. Maybe quest profile change settings, if you save settings when running, quester cannot restore default settings
-
Critical WOW error by fighting
If you can try with new update and tell me if problem is resolved
-
Relogger Error
I am sorry I don't understand why you have this problem (and I don't remember anyone reporting a similar problem to me)
-
Critical WOW error by fighting
Hi, i try to fix it tomorrow
-
Relogger Error
You haven't changer wow or wrobot of folder? maybe one folder name use special char or access rules
-
Relogger Error
I updated Windows and I use more recent version, I don't get problem. I really think it's a configuration issue. Check that the path to Wow and WRobot is correct in the settings of the relogger
-
druid cancel flight form to herb(find out why,but dont know how to fix)
Hello, the problem is that you use grinder and you cannot use option to mount after all farm. try to use this plugin for force to use this option: using System.ComponentModel; using robotManager.FiniteStateMachine; using wManager.Wow.Bot.States; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate(Engine engine, State state, CancelEventArgs cancelable) { try { if (state is Farming) ((Farming)state).AutoMountIfSuccess = true; } catch { } }; } public void Dispose() { } public void Settings() { } } Main.cs
-
RetrieveCorpseMaxDistance
try to put 45 (instead 40)
-
Cannot found npc of taxi node, disable it
it's a bit mixed, on some image/video you seem to be taking to the wrong NPC because he has the wrong flags (in this case, blacklist the npc with the wrong flag), on other the pathfinder does not appear find a usable path (you should see the logs of the path generated and see if all the destination flightmaster has a correct position in the DB), and other times the bot seems not to find the NPC.
-
Delete one blacklist of zone
Hi, try wManager.wManagerSetting.GetListZoneBlackListed().RemoveAll(z => z.Comment == "comment to remove"); // or wManager.wManagerSetting.GetListZoneBlackListed().RemoveAll(z => z.GetPosition().DistanceTo(new Vector3(1, 2, 3)) < 0.5);
-
Relogger Error
Hello, you have try to reeinstall WRobot in new folder (to reset all settings)? You get this problem since when?
-
RetrieveCorpseMaxDistance
When you are on the bridge the distance between you and the corpse is less than 40?