Jump to content

Droidz

Administrators
  • Posts

    12582
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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
  2. Bonjour, https://wrobot.eu/forums/topic/6397-solved-need-pet-happiness-macro/
  3. Hello, you cannot with default features
  4. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Hello, this is managed by your fightclass
  6. Hello, This option is already implemented, but a fix will resolve some problems in next update. Wait next update and comeback here if problem is not resolved
  7. Droidz

    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/ ).
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. Hello, I think than problem was caused by your fightclass, try to disable spell debug mode
  10. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. 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() { } }
  13. 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.
  14. Hello, tested and this works. Try to increment "Wait after launch" (in relogger general settings)
  15. This time created by seem legit:
  16. hello, try to remove folder "data\meshes" (or active option "Use path finder server" in advanced general settings tab "Pathfidner..")
  17. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. 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 )?
  19. Pouvez vous partager votre fichier journal ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).s
  20. Hello, close all wrobot before launch updater
  21. Sorry, problem resolved, update wrobot again
  22. Changed Status to Fixed Changed Version to All
  23. Bonjour, essayé d’augmenter votre "min/max latency" dans "advanced general settings"
×
×
  • Create New...