Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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)
  2. 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; };
  3. Hello, http://wrobot.eu/forums/forum/7-tutorials-wrobot/
  4. http://wrobot.eu/forums/topic/5096-corpse-navigation/
  5. Hello, I'll fix it in next weeks: http://wrobot.eu/bugtracker/pathing-again-r622/
  6. 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?
  7. Hello, yes, use fish bot default settings and in advanced general settings you have mail settings
  8. Droidz

    pathing again

  9. Hello, it is ObjectManager.Me.GetDurabilityPercent
  10. Bonjour, essayé de désactivé votre antivirus
  11. Hello, Do you use CTm?
  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. Droidz

    pathing

  19. 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.
  20. 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?
  21. Hello, in advanced general settings tab "Mount..."
  22. Hello, do you have see tuto http://wrobot.eu/forums/forum/7-tutorials-wrobot/?
  23. I get this problem from Vanilla to Wotlk (but vanilla is quicly overloaded, probably because he uses old lua version).
  24. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...