Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Yes that's it, can you share your profile and log
  2. Hello, https://wrobot.eu/forums/topic/5078-plugin-for-attacking-specific-mobs/#comment-23616
  3. https://wrobot.eu/forums/topic/3685-50fps-too-high-fps/?do=findComment&comment=18417
  4. In your log, WRobot harvest Starlight Rose, you want tell than WRobot interact with Starlight Rose but don't pickup item in loot window?
  5. 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/ ).
  6. Ok add herbs name
  7. The best way is to create quester profile, but you need knowledge in lua, c# and WRobot
  8. 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
  9. I keep note, I look in more detail later if I add or not this option.
  10. Hello, what bot do you use and what do you do? In same continent?
  11. Hello, you cannot do that
  12. Hello, wManager.Events.FightEvents.OnFightEnd += guid => { if (wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore) { // your code here } };
  13. Hello, you cannot, but if you use Windows 10 you can use virtual desktops
  14. Hello, Can you share your log file please (
  15. Hello, add to "Harvest object..." list object name (in advanced general settings tab "Looting...")
  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. Sorry for delay, if you can wait next update and tell me if problem is resolved
  18. 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
  19. 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'))
  20. Hello, if you can try new update and tell me if problem is resovled
  21. 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.
  22. If you can try with new WRobot update
  23. Hello, I don't understand what do you want, can you give more detail please.
  24. It is normal, it is for your security, you can change window name tab "Tools"
×
×
  • Create New...