Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Not tested but try : Summon Imp Vanilla.xml
  2. Hello,
  3. Hello, sorry you cannot change that
  4. Hello, if you get this error sometimes it is not importante.
  5. Hello, try to remove "Subject" in advanced generals settings tab "Mail"
  6. 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/
  7. 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)
  8. 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; };
  9. Hello, http://wrobot.eu/forums/forum/7-tutorials-wrobot/
  10. http://wrobot.eu/forums/topic/5096-corpse-navigation/
  11. Hello, I'll fix it in next weeks: http://wrobot.eu/bugtracker/pathing-again-r622/
  12. 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?
  13. Hello, yes, use fish bot default settings and in advanced general settings you have mail settings
  14. Droidz

    pathing again

  15. Hello, it is ObjectManager.Me.GetDurabilityPercent
  16. Bonjour, essayé de désactivé votre antivirus
  17. Hello, Do you use CTm?
  18. Hello, you can found eat settings in advanced general settings
  19. Hello, go to general settings et remove google.com (leave it blank)
  20. Hello, in advanced general settings activate option "Ignore fight if druid/sky..."
  21. If you put fightclass range better than 15, autoattack is not activated.
  22. 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.
×
×
  • Create New...