Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, can you share screenshot of your fisher bot product settings. You play in wath wow verison? (or share your log file)
  2. try to disable option (in battlegrounder product settings) "Don't join queue if I'm not group leader"
  3. Hello, in product settings try to activate option "can walk in water..."
  4. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Hello, https://wrobot.eu/forums/topic/4721-use-hearthstone-when-bags-are-full/?do=findComment&comment=21875
  6. if you can wait next update and tell me this problem is resolved
  7. Bonjour, augmenter votre "min/max latency" dans "advanced general settings"
  8. Hello, I'll resolve this problem in next update, to wait, try to close all unused programs.
  9. Hello, Wath plugin/fightclass do you use (for the poison)?
  10. Hello, you get this problem only in timeless isle? Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. Try to increment your min/max latency in advanced general settings and to disable all of your wow addons
  12. Bonjour, le bot ignore le le banc de poisson quand vous avez l'option "Can walk on water" actvé?
  13. Since Wotlk, WRobot automatically skip quests if already completed. Are you sure about your quests id and settings? If you can share bugged quests
  14. No it is an sample code, this script will output in wow chat achievement states. What do you want to check exactly?
  15. Hello, try to reinstall WRobot, you have a lot of errors in your log
  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. Hello, use quest type UseScriptOn and use c# code like ItemsManager.UseItem(1234); Usefuls.WaitIsCasting(); Thread.Sleep(1000 * 10); (replace 1234 by your item id and replace 10 by number of secondes to wait)
  18. local achievementID = 10665; local id, name, points, completed, month, day, year, description, flags, icon, rewardText, isGuild, wasEarnedByMe, earnedBy = GetAchievementInfo(achievementID); print('======================================'); print(tostring(name)); for i=1,GetAchievementNumCriteria(achievementID) do local criteriaString, criteriaType, completed, quantity, reqQuantity, charName, flags, assetID, quantityString, criteriaID, eligible = GetAchievementCriteriaInfo(achievementID, i); print(tostring(criteriaString) .. ', completed=' .. tostring(completed) .. ', eligible=' .. tostring(eligible)); end
  19. Hello, you need to use lua https://wow.gamepedia.com/World_of_Warcraft_API#Achievement_Functions
  20. I don't understand, if you want skip quest don't add this quest in your profile. You create or use existing profile?
  21. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...