Everything posted by Droidz
- [Farming] Cannot make path to the target (Gold Vein), ignore it.
-
Mount/Dismount
Use this plugin: Main.cs using wManager.Wow.Enums; using wManager.Wow.ObjectManager; using wManager.Wow.Bot.Tasks; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (ObjectManager.Me.IsMounted) { var o = ObjectManager.GetObjectByGuid(target) as WoWUnit; if (o != null && o.IsValid && o.Type == WoWObjectType.Unit && o.IsFlightMaster) MountTask.DismountMount(); } } catch { } }; } public void Dispose() { } public void Settings() { } }
-
Bot won't eat (v1.8.2 wotlk)
Hello, in you current settings, WRobot start to regen if you have 35% of health or less. Replace 35 by 40% if you want regen when you have 40% or less of health.
-
Reloger don't change window size and position
Hello, tested and this works. Try to increment "Wait after launch" (in relogger general settings)
-
"Downloads" moderation and rules
-
Not working
hello, try to remove folder "data\meshes" (or active option "Use path finder server" in advanced general settings tab "Pathfidner..")
-
[A][PAID][Quester] 58-70 for x5 Experience
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Running WRobot through Wine
Hello, I never tested, but do you have installed framework 4.0 and vc++ 2010 ( https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 , https://appdb.winehq.org/objectManager.php?sClass=version&iId=17886, https://appdb.winehq.org/objectManager.php?sClass=version&iId=26525, https://appdb.winehq.org/objectManager.php?sClass=version&iId=20406 )?
-
wow 2.4.3 profils de pêche.
Pouvez vous partager votre fichier journal ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).s
-
Wrobot Update Question
Hello, close all wrobot before launch updater
-
Dont work 3.3.5 after last update
Sorry, problem resolved, update wrobot again
-
Dont work 3.3.5 after last update
Changed Status to Fixed Changed Version to All
-
Probleme de minage
Bonjour, essayé d’augmenter votre "min/max latency" dans "advanced general settings"
-
Fps problem
Hello,
-
AFK for inactive and logout
You have probably an software (like teamviewer) which blocks access to the keyboard / mouse
-
General Setting per Profile?
or
-
Relogger doesnt start wow.exe
In general setting remove "google.com" (set option empty)
- Me.IsCast and a Few Questions
-
Object Interaction Time
Hello, try to increment your min/max latency in advanced general settings
- Relogger
-
3.3.5a bot unable to relog (bug in reloger)
Use relogger application, he relaunch Wow if he cannot login
-
Relogger doesnt start wow.exe
try to reset "wow window position..."
-
Bot not questing
Hello, Can you share your fulllog file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
- How to get angle or rotation info?
- may i change key?