Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. hello,
  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, try to clear you NPC DB (tab "tools")
  5. Hello, you cannot for the moment but I'll add this option
  6. 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).
  7. Hello, in "spell settings" "Combat only" put "false"
  8. hello, yes
  9. Hello, you can try
  10. Hello, can you give me positions and mobs entry id easy to join
  11. 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)
  12. Hello, try to disable your antivirus/firewall
  13. Hello, check with "radar3d" (tab map) if you have blacklist good zone
  14. Hello, You can use lua: http://wowwiki.wikia.com/wiki/API_EquipItemByName Or WRobot API: wManager.Wow.Helpers.ItemsManager.EquipItemByName("Item name");
  15. Hello, try to increment distance in advanced general settings option "Npc/Mailbox search radius"
  16. https://wrobot.eu/forums/topic/5990-shoot-in-fight-class-not-working/?do=findComment&comment=27270 use IsAutoRepeatSpell
  17. In folder "WRobot\Data\Lang\"
  18. Hello, I don't understand
  19. Hello, you download your fightclasses here: https://wrobot.eu/files/category/133-fight-classes-tbc/ ? https://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/
  20. Hello, try to disable option "Calculate interact.combat distance by target size" in advanced general settings
×
×
  • Create New...