Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

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