Jump to content

Droidz

Administrators
  • Posts

    12596
  • Joined

  • Last visited

Everything posted by Droidz

  1. https://discord.gg/3yHrH86
  2. Bonjour, vous pouvez utiliser les anciennes version de wrobot sur les serveurs privés Legion
  3. hello, you can found product "Party" in "Main" tab
  4. Hello, wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add("item name"); But to avoid duplicate: var itemName = "item name"; if (!wManager.wManagerSetting.CurrentSetting.DoNotSellList.Contains(itemName)) wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add(itemName);
  5. Hello, resolved by private message
  6. Hello, I'll add this feature
  7. hello,
  8. You get this problem only with this mount? Try to increment min/max latency in advanced general settings
  9. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Hello, try to clear you NPC DB (tab "tools")
  11. Hello, you cannot for the moment but I'll add this option
  12. 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).
  13. Hello, in "spell settings" "Combat only" put "false"
  14. hello, yes
  15. Hello, you can try
  16. Hello, can you give me positions and mobs entry id easy to join
  17. 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)
  18. Hello, try to disable your antivirus/firewall
  19. Hello, check with "radar3d" (tab map) if you have blacklist good zone
  20. Hello, You can use lua: http://wowwiki.wikia.com/wiki/API_EquipItemByName Or WRobot API: wManager.Wow.Helpers.ItemsManager.EquipItemByName("Item name");
  21. Hello, try to increment distance in advanced general settings option "Npc/Mailbox search radius"
×
×
  • Create New...