Jump to content

Droidz

Administrators
  • Posts

    12582
  • Joined

  • Last visited

Everything posted by Droidz

  1. Auto loot is activated in wow? when you interact manually with straling rose wow don't picks up blood of...?
  2. Yes that's it, can you share your profile and log
  3. Hello, https://wrobot.eu/forums/topic/5078-plugin-for-attacking-specific-mobs/#comment-23616
  4. https://wrobot.eu/forums/topic/3685-50fps-too-high-fps/?do=findComment&comment=18417
  5. In your log, WRobot harvest Starlight Rose, you want tell than WRobot interact with Starlight Rose but don't pickup item in loot window?
  6. Add this name, if after that this don't works can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. Ok add herbs name
  8. The best way is to create quester profile, but you need knowledge in lua, c# and WRobot
  9. You loot blood of sargeras in object or npc? if it is object you need to put object (world game object, not item name) in the list
  10. I keep note, I look in more detail later if I add or not this option.
  11. Hello, what bot do you use and what do you do? In same continent?
  12. Hello, you cannot do that
  13. Hello, wManager.Events.FightEvents.OnFightEnd += guid => { if (wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore) { // your code here } };
  14. Hello, you cannot, but if you use Windows 10 you can use virtual desktops
  15. Hello, Can you share your log file please (
  16. Hello, add to "Harvest object..." list object name (in advanced general settings tab "Looting...")
  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. Sorry for delay, if you can wait next update and tell me if problem is resolved
  19. Hello, try to disable your wow addons. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) and screenshot of your auction bot settings
  20. Hello, no tested but like this: string stepName = "MyStepName"; var p = Quest.QuesterCurrentContext.Profile as QuesterProfile; if (p != null) { for (int i = 0; i < p.QuestsSorted.Count; i++) { if (p.QuestsSorted[i].Action == QuestAction.StepName && p.QuestsSorted[i].NameClass == stepName) { Quest.QuesterCurrentContext.CurrentStep = i; break; } } } (replace line 1 MyStepName by your step name (step type 'StepName'))
  21. Hello, if you can try new update and tell me if problem is resovled
  22. Hello, can you give me wowhead link of quest with this problem. Because, with actual system you can create 1 quest (wrobot quest) by objective, this resolve normally this problem.
  23. If you can try with new WRobot update
×
×
  • Create New...