Jump to content

Droidz

Administrators
  • Posts

    12582
  • Joined

  • Last visited

Everything posted by Droidz

  1. Do you have test https://wrobot.eu/bugtracker/bot-not-activating-when-started-a-mode-r715/?do=findComment&comment=3936 ?
  2. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. When you use name, you need to use ": wManager.Wow.Helpers.ItemsManager.GetItemCountByNameLUA("Boiled Blood") (but I don't recommand to use name, because this will work only with wow english client (if you use english name)) I think than you problem was caused by ; (you don't need to put ; at the end of conditions, if your problem is not resolved if you can share your log, you have probably errors)
  4. WRobot (with default spell options) cast spell only when he is usable
  5. Hello, can you share sample profile with this problem
  6. Hello, if you use spell option "For friends (party)" you don't need to use "party..." When you use option "For friends (party)", all conditions with "...Target..." are are replaced automatically by party members. You need also to use condition "Target Distance" to check manually spell range. If you want to use party1, party2... use lua.
  7. Hello, where do you run this code? item id is correct?
  8. Hello, can you try to close all wrobot, move and replace this file robotManager.dll in folder 'WRobot\Bin\' and try to launch again wrobot (ignore update)
  9. https://discord.gg/3yHrH86
  10. Bonjour, vous pouvez utiliser les anciennes version de wrobot sur les serveurs privés Legion
  11. hello, you can found product "Party" in "Main" tab
  12. 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);
  13. Hello, resolved by private message
  14. Hello, I'll add this feature
  15. hello,
  16. You get this problem only with this mount? Try to increment min/max latency in advanced general settings
  17. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Hello, try to clear you NPC DB (tab "tools")
  19. Hello, you cannot for the moment but I'll add this option
×
×
  • Create New...