Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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/ ).
  2. 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)
  3. WRobot (with default spell options) cast spell only when he is usable
  4. Hello, can you share sample profile with this problem
  5. 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.
  6. Hello, where do you run this code? item id is correct?
  7. 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)
  8. https://discord.gg/3yHrH86
  9. Bonjour, vous pouvez utiliser les anciennes version de wrobot sur les serveurs privés Legion
  10. hello, you can found product "Party" in "Main" tab
  11. 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);
  12. Hello, resolved by private message
  13. Hello, I'll add this feature
  14. hello,
  15. You get this problem only with this mount? Try to increment min/max latency in advanced general settings
  16. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. Hello, try to clear you NPC DB (tab "tools")
  18. Hello, you cannot for the moment but I'll add this option
  19. 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).
×
×
  • Create New...