Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to remove "Subject" in advanced generals settings tab "Mail"
  2. Hello, try to check in you taxi DB (tab tools) if flightmaster position is good. If yes wait meshes update: http://wrobot.eu/bugtracker/pathing-again-r622/
  3. Hello, you can run this c# code: wManager.Wow.Helpers.Interact.InteractGameObject(wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWGameObject(wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(254241)).GetBaseAddress); Or add Portcullis in objects at harvest list (in advanced generals settings)
  4. Hello, try this plugin: CTMWhenSwimming.cs using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.MovementEvents.OnMoveToLoop += () => { if (ObjectManager.Me.IsSwimming) wManager.wManagerSetting.CurrentSetting.UseCTM = true; else wManager.wManagerSetting.CurrentSetting.UseCTM = false; }; } public void Dispose() { wManager.wManagerSetting.CurrentSetting.UseCTM = false; } public void Settings() { } } You can also run this code in your quest profile (only one time by session): wManager.Events.MovementEvents.OnMoveToLoop += () => { if (wManager.Wow.ObjectManager.ObjectManager.Me.IsSwimming) wManager.wManagerSetting.CurrentSetting.UseCTM = true; else wManager.wManagerSetting.CurrentSetting.UseCTM = false; };
  5. Hello, http://wrobot.eu/forums/forum/7-tutorials-wrobot/
  6. http://wrobot.eu/forums/topic/5096-corpse-navigation/
  7. Hello, I'll fix it in next weeks: http://wrobot.eu/bugtracker/pathing-again-r622/
  8. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Do you use default bobber?
  9. Hello, yes, use fish bot default settings and in advanced general settings you have mail settings
  10. Droidz

    pathing again

  11. Hello, it is ObjectManager.Me.GetDurabilityPercent
  12. Bonjour, essayé de désactivé votre antivirus
  13. Hello, Do you use CTm?
  14. Hello, you can found eat settings in advanced general settings
  15. Hello, go to general settings et remove google.com (leave it blank)
  16. Hello, in advanced general settings activate option "Ignore fight if druid/sky..."
  17. If you put fightclass range better than 15, autoattack is not activated.
  18. Droidz

    pathing again

    I will upload new meshes version during next days (now only "Eastern Kingdoms" is updated) (in next weeks I'll update meshes of WRobot for private server). This seem resolve navigation problems. If you get problem give me positions and continent.
  19. Droidz

    pathing again

    Can you test again and tell me if problem is resolved (continent "Eastern Kingdoms" only for now) (don't forget to restart wrobot), if problem is not resolved, can you give me start and end positions.
  20. Droidz

    pathing

  21. I think, you try to use fightclass for Legion in WRobot for TBC. To use this fightclass in TBC you need to remove "earth shock" spell conditions.
  22. Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) (of session were you get this problem). If you open xml file with notepad it is empty too?
  23. Hello, in advanced general settings tab "Mount..."
×
×
  • Create New...