Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, in product settings try to activate option "can walk in water..."
  2. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Hello, https://wrobot.eu/forums/topic/4721-use-hearthstone-when-bags-are-full/?do=findComment&comment=21875
  4. if you can wait next update and tell me this problem is resolved
  5. Bonjour, augmenter votre "min/max latency" dans "advanced general settings"
  6. Hello, I'll resolve this problem in next update, to wait, try to close all unused programs.
  7. Hello, Wath plugin/fightclass do you use (for the poison)?
  8. 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/ ).
  9. Try to increment your min/max latency in advanced general settings and to disable all of your wow addons
  10. Bonjour, le bot ignore le le banc de poisson quand vous avez l'option "Can walk on water" actvé?
  11. Since Wotlk, WRobot automatically skip quests if already completed. Are you sure about your quests id and settings? If you can share bugged quests
  12. No it is an sample code, this script will output in wow chat achievement states. What do you want to check exactly?
  13. Hello, try to reinstall WRobot, you have a lot of errors in your log
  14. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. 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)
  16. 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
  17. Hello, you need to use lua https://wow.gamepedia.com/World_of_Warcraft_API#Achievement_Functions
  18. I don't understand, if you want skip quest don't add this quest in your profile. You create or use existing profile?
  19. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  20. Hello, in wow login window, disable option "Remember Account Name"
  21. Hello, do you use default fishing bobber?
  22. Hello, you play in what wow version?
  23. Activer les log de type "Debug" et il sera écrit pourquoi WRobot ignore la mine/herbe
  24. Hello, you cannot but I'll add this feature
×
×
  • Create New...