Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    ...

    it is key "space" to jump? try to increment you min latency in advanced general settings.
  2. Droidz

    ...

    you have try to don't use figthclass?
  3. Droidz

    ...

    You have try with another mount?
  4. Droidz

    ...

    In fly mount name you use Tawny Windrider I think you want use: Tawny Wind Rider
  5. Hello, install required softwares: https://wrobot.eu/files/file/2-wrobot-official/ If problem is not resolved in advanced general settings use option "Use lua to move"
  6. Droidz

    ...

    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/ ).
  7. hello, WRobot changes some Wow options, but if you close WRobot correctly normally it will reset your settings. You can also close Wow close window button (not from wow menu), when close wow like that he don't save change
  8. 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/ ) (if you can also record video).
  9. in your log wow don't seem to crash. If you can try to download another wow client (in another website)
  10. Hello, where your add npc vendor/repair/mailbox
  11. 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/ ).
  12. 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/ ).
  13. Hello, can you share screenshot of map (wrobot tab "Map" where I can see blacklisted zones, you can also activate radar 3d to check if zone is correct). If you use wrobot plugin try to disable all
  14. try to download Wow client in another website, log seems good
  15. Hello, you can also do step 14: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  16. Hello, install required programs: https://wrobot.eu/files/file/2-wrobot-official/ If your problem is not resolved, share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. Honestly, I find it rather functional and clear. It would take a little cleaning (delete the old topics, move the posts in the right categories ...). In downloads it's less intuitive, but I don't know how to do it better (it's complicated compared to the number of versions of Wow supported, knowing that certain files can work on several versions). But if you have ideas or examples to show me don't hesitate. There's a lot more in Fightclass than DPS. But why not make a topic with the tests of all fightclasses (with a good test protocol) (but I won't do it). That I agree, it lacks a good tutorial.
  18. 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/ ).
  19. I think it is because you don't check if quest is completed (already turnin): && !Quest.GetQuestCompleted(12706)
  20. Droidz

    Vehicle options

    No release date sorry
  21. Hello, Run code: wManager.wManagerSetting.CurrentSetting.DetectEvadingMob = true; wManager.wManagerSetting.CurrentSetting.CloseAfterXBlockagesActive = false; wManager.wManagerSetting.CurrentSetting.MountDistance = 5; Try to run it in separed thread: public class LoadPlugins { public static void Allplugins() { new System.Threading.Thread(o => { foreach (var p in wManager.wManagerSetting.CurrentSetting.PluginsSettings) { if (p.FileName == "BetterTalents.dll") p.Actif = true; if (p.FileName == "Death knight Item Manager.dll") p.Actif = true; } wManager.Plugin.PluginsManager.DisposeAllPlugins(); wManager.Plugin.PluginsManager.LoadAllPlugins(); }).Start(); } }
  22. Hello, I don't have any big change planned, but I plan to continue to improve it (with the release of Classic we lost a lot of people, but since a few weeks the forum seems to come back to life, it's nice).
  23. You need to wait again next update
  24. Install vc++ and slimdx https://wrobot.eu/files/file/2-wrobot-official/
  25. Hey, you need to use lua for that. look https://www.wowinterface.com/forums/showthread.php?t=51249 or maybe source code of https://www.curseforge.com/wow/addons/auto-seller
×
×
  • Create New...