Everything posted by Droidz
-
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?
-
"Hooking Error" - What can I do?
Hello, in wow settings don't unlock FPS (and use fps limit like 60 or less)
-
RetrieveCorpseMaxDistance
private bool _retrieveCorpseWindow { get { return Memory.WowMemory.Memory.ReadInt32(0xBD0820 - 0x400000, true) > 0; } }
-
RetrieveCorpseMaxDistance
WRobot go to corpse position if local dialog = StaticPopup_FindVisible('RECOVER_CORPSE_INSTANCE', nil); (if dialog == true) of if you haven't resurect popup
-
Cannot found npc of taxi node, disable it
Npc is flagged flightmaster? (dev tool > target info)?
-
what is this button for?
Hey, Add Relogger.exe to project references in visual studio. Relogger plugins is in folder "Plugins\Relogger\" It is sample plugin: Relogger test plugin.cs
-
RetrieveCorpseMaxDistance
Hi, you get this problem in all zones?
-
BfA version
Hi, is done, I released version for BfA (you need to redownload updater)
-
heavy load on the processor for a few seconds during the restart of wrobot
This is normal, everything is loaded when the bot starts (fightclass, profile (especially quest profiles), ...)
-
[wotlk] Use mount from inventory
Hello, try https://wrobot.eu/forums/topic/12585-how-to-use-mount-with-item-id-in-mount-options/?tab=comments#comment-60315
-
Wrobot crashing and unable to start again unless OS is restarted
Hello, it is strange. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). (remove all logs files in the folder, run WRobot until crash and share new log files)
-
Fishing minor issue
Hello, in product settings try to put lower value at the option "Bobber search time"
-
[Wotlk] Farming question
Hello, you can the best is to use quest product but it require good skill to do this yourself.
-
[Quester] He's trying to pickup quest for more than 120 secondes, go to next step
Hi, wManager.Wow.Helpers.Quest.QuesterCurrentContext.SkipPickUpQuestAfterXSecondes you need to change it in questcontext
-
Grinder product to gathering issue
Hello, in advanced general settings try to put lower value in "Mount Distance" tab mount
-
totown Mammoth bug
Can you try with this dll (tell me if problem is resolved or not to add it to the next update) wManager.dll
-
weird flying movement
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/ ).
-
How set to kill rare mob encountered during gathering
By default this is enabled in grinder
-
Priority of vendor and repair
hi, you have added food or drink to buy? by default, if he don't need to repair and buy (need only to sell) WRobot goes to nearest repair or vendor. If he need to repair and sell he goes to nearest repair