Everything posted by Droidz
-
wrobot dont use portals on argus ?
Hello, where (bot) and when do you need to use portals? Sample: https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12213
-
Nourrir son famillier
Bonjour, https://wrobot.eu/forums/topic/6397-solved-need-pet-happiness-macro/
- Mail to more than one recipient
-
Bot Un-targeting Mob Issue
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Don't cast certain spell x second after finish mine\herb
Hello, this is managed by your fightclass
- add new options relogger
-
Self Removing Wrobot
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Bug please help bot doesnt work
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Path-Finding Server Offline Halp
Hello, I think than problem was caused by your fightclass, try to disable spell debug mode
-
[TBC] Bot tries to fight vendors, if they are neutral
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Bot won't eat (v1.8.2 wotlk)
Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
- [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,