Jump to content

Droidz

Administrators
  • Posts

    12601
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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/ ).
  2. Ok add herbs name
  3. The best way is to create quester profile, but you need knowledge in lua, c# and WRobot
  4. 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
  5. I keep note, I look in more detail later if I add or not this option.
  6. Hello, what bot do you use and what do you do? In same continent?
  7. Hello, you cannot do that
  8. Hello, wManager.Events.FightEvents.OnFightEnd += guid => { if (wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore) { // your code here } };
  9. Hello, you cannot, but if you use Windows 10 you can use virtual desktops
  10. Hello, Can you share your log file please (
  11. Hello, add to "Harvest object..." list object name (in advanced general settings tab "Looting...")
  12. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Sorry for delay, if you can wait next update and tell me if problem is resolved
  14. 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
  15. 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'))
  16. Hello, if you can try new update and tell me if problem is resovled
  17. 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.
  18. If you can try with new WRobot update
  19. Hello, I don't understand what do you want, can you give more detail please.
  20. It is normal, it is for your security, you can change window name tab "Tools"
  21. Hello, you need active subscription on your account to download files
  22. Hello, add trainer to your "NPC db" (tab tools) and activate option " train new skills "
  23. Hello, you cannot with default features
  24. Hello, try to remove folder "date\meshes\"
×
×
  • Create New...