Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, your profile don't change search radius?
  2. internal void CombatRotation() { try { wManager.Wow.Memory.WowMemory.LockFrame(); if (Lua.LuaDoString<bool>(@"return (UnitIsTapped(""target"")) and (not UnitIsTappedByPlayer(""target""));")) { Fight.StopFight(); Lua.LuaDoString("ClearTarget();"); wManager.Wow.Memory.WowMemory.UnlockFrame(); System.Threading.Thread.Sleep(400); } else if (Charge.KnownSpell && SpellManager.SpellUsableLUA("Charge") && ObjectManager.Target.GetDistance >= 8 && ObjectManager.Target.GetDistance <= 25) { wManager.Wow.Memory.WowMemory.UnlockFrame(); Charge.Launch(); } else if (ShieldBash.KnownSpell && SpellManager.SpellUsableLUA("Shield Bash") && ObjectManager.Target.IsCast && ObjectManager.Me.GetPowerByPowerType(wManager.Wow.Enums.PowerType.Rage) >= 10) { wManager.Wow.Memory.WowMemory.UnlockFrame(); ShieldBash.Launch(); } else if (Hamstring.KnownSpell && SpellManager.SpellUsableLUA("Hamstring") && ObjectManager.Target.Fleeing && ObjectManager.Me.GetPowerByPowerType(wManager.Wow.Enums.PowerType.Rage) >= 10) { wManager.Wow.Memory.WowMemory.UnlockFrame(); Hamstring.Launch(); } else if (Overpower.KnownSpell && SpellManager.SpellUsableLUA("Overpower") && ObjectManager.Me.GetPowerByPowerType(wManager.Wow.Enums.PowerType.Rage) >= 5) { wManager.Wow.Memory.WowMemory.UnlockFrame(); Overpower.Launch(); } else if (Execute.KnownSpell && SpellManager.SpellUsableLUA("Execute") && ObjectManager.Target.HealthPercent <= 20 && ObjectManager.Me.GetPowerByPowerType(wManager.Wow.Enums.PowerType.Rage) >= 15) { wManager.Wow.Memory.WowMemory.UnlockFrame(); Execute.Launch(); } else if (Rend.KnownSpell && SpellManager.SpellUsableLUA("Rend") && ObjectManager.Me.GetPowerByPowerType(wManager.Wow.Enums.PowerType.Rage) >= 10 && !ObjectManager.Target.HaveBuff("Rend")) { wManager.Wow.Memory.WowMemory.UnlockFrame(); Rend.Launch(); } else if (HeroicStrike.KnownSpell && SpellManager.SpellUsableLUA("Heroic Strike") && ObjectManager.Me.GetPowerByPowerType(wManager.Wow.Enums.PowerType.Rage) >= 15) { wManager.Wow.Memory.WowMemory.UnlockFrame(); HeroicStrike.Launch(); } else wManager.Wow.Memory.WowMemory.UnlockFrame(); } catch { wManager.Wow.Memory.WowMemory.UnlockFrame(); } } try to lock frame, and try to call your method more often
  3. Try to use quest type "FollowPath"
  4. Hello, use position (hotspot) type "Flying"
  5. Hello, HashSet is useful when he has a lot of values, in vanilla and tbc is unlikely to happen (because list is completed during WRobot session) (and I use it in Wotlk and next versions, on high level character can have a lot of completed quests), and I think also that I use List in vanilla and tbc for the serialization.
  6. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. Hello, update your wrobot plugins
  8. Hello, I think than you search wManager.wManagerSetting.CurrentSetting.IgnoreFightWhenInMove = true;
  9. You get problem with all profile? check if your profile don't change your settings/blacklist
  10. Your setting seem good, try to blacklist zone
  11. Droidz

    Didnt loot Animals

    try to download wow 1.12.1 client in another website
  12. Hello, you have option in advanced general settings. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Hello, try without plugins. But in your log you WRobot seem attack often because you are attacked.
  14. Hello, when this happen again, can you go to tab "Tools" > button "Dev... tools" > select in game Spirit Healer and click on button "Target info" (send me result here)
  15. Hello, This check if user have enabled or not plugin: return wManager.wManagerSetting.CurrentSetting.PluginsSettings.Any(p => p.Actif && string.Equals(p.FileName, "file name.cs", StringComparison.InvariantCultureIgnoreCase));
  16. Droidz

    Didnt loot Animals

    Hello, try to reset wow and wrobot settings
  17. hello, try to disable your wow addons and increment min/max latency
  18. try to reset Wow settings, or tu use another mount
  19. Hello, reset your wow keybinding (and relaunch WRobot) (or try to active wrobot option 'Use lua to move')
  20. Hello, try disable all wow addons
  21. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. Droidz

    Grinder profiles

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  24. Hello, if you have a lot of steps, edit xml file with notepad
  25. it is strange, you are sure that is not caused by one of your plugins/fightclasses?
×
×
  • Create New...