Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Private server subscription is per year (you can run more than one session of wrobot at the same time on the same IP). Yes all types of subscriptions works on WRobot for private servers, but you are limited at one session of wrobot at the same time if you have normal "WRobot subscription".
  2. Hello, Use Relogger: https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/ And no feature for that, wrobot go to the first available battleground.
  3. Hello, you got this problem frequently? can you share your log file please.
  4. Hello, when you restart the bot WRobot reset "pause bot if nearby player" timers, are you sure that when you wait (20 seconds by default) that option don't works again?
  5. Hello, yes wrobot will use "Traveler's Tundra Mammoth" to repair (if option "repair..." and "Use Traveler's Tundra Mammot..." is activate) when you get less than 30% of durability (even if "use mount" is disabled)
  6. Hello, you can add to blacklist herbs positions with "blacklist zone" (tab "tools" or in your profile), you can also add herbs name in "do not harvest..." list in advanced general settings.
  7. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. Do you have test https://wrobot.eu/bugtracker/bot-not-activating-when-started-a-mode-r715/?do=findComment&comment=3936 ?
  9. 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/ ).
  10. 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)
  11. WRobot (with default spell options) cast spell only when he is usable
  12. Hello, can you share sample profile with this problem
  13. 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.
  14. Hello, where do you run this code? item id is correct?
  15. 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)
  16. https://discord.gg/3yHrH86
  17. Bonjour, vous pouvez utiliser les anciennes version de wrobot sur les serveurs privés Legion
  18. hello, you can found product "Party" in "Main" tab
  19. 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);
×
×
  • Create New...