Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, resolved by private message
  2. You get this problem only with this mount? Try to increment min/max latency in advanced general settings
  3. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, you cannot for the moment but I'll add this option
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) (where wrobot go to repair).
  6. Hello, in "spell settings" "Combat only" put "false"
  7. Hello, can you give me positions and mobs entry id easy to join
  8. Hello, you can test number of mobs alive like: return wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo(new Vector3(1, 2, 3)) < 30 && wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitByEntry(1234).Count(u => u.IsValid && u.IsAlive) <= 0; (replace "1, 2, 3" by mob position and "1234" by the mob entry id)
  9. Hello, try to disable your antivirus/firewall
  10. Hello, check with "radar3d" (tab map) if you have blacklist good zone
  11. Hello, You can use lua: http://wowwiki.wikia.com/wiki/API_EquipItemByName Or WRobot API: wManager.Wow.Helpers.ItemsManager.EquipItemByName("Item name");
  12. Hello, try to increment distance in advanced general settings option "Npc/Mailbox search radius"
  13. https://wrobot.eu/forums/topic/5990-shoot-in-fight-class-not-working/?do=findComment&comment=27270 use IsAutoRepeatSpell
  14. Hello, I don't understand
×
×
  • Create New...