Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, if you get this error sometimes it is not importante.
  2. Hello, try to remove "Subject" in advanced generals settings tab "Mail"
  3. 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/
  4. 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)
  5. 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; };
  6. Hello, http://wrobot.eu/forums/forum/7-tutorials-wrobot/
  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. Hello, it is ObjectManager.Me.GetDurabilityPercent
  11. Bonjour, essayé de désactivé votre antivirus
  12. Hello, you can found eat settings in advanced general settings
  13. Hello, go to general settings et remove google.com (leave it blank)
  14. Hello, in advanced general settings activate option "Ignore fight if druid/sky..."
  15. If you put fightclass range better than 15, autoattack is not activated.
  16. 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.
  17. 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.
  18. 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.
×
×
  • Create New...