Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    WOW 32bit

    Bonjour https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
  2. Wait next update
  3. Wath is button name to join bg ? https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  4. Hello, can you share screenshot of your fisher bot product settings. You play in wath wow verison? (or share your log file)
  5. try to disable option (in battlegrounder product settings) "Don't join queue if I'm not group leader"
  6. Hello, try to disable all wrobot plugins
  7. Hello, sorry you cannot change that
  8. Hello, try to change your fightclass
  9. Hello, in product settings try to activate option "can walk in water..."
  10. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. Hello, https://wrobot.eu/forums/topic/4721-use-hearthstone-when-bags-are-full/?do=findComment&comment=21875
  12. if you can wait next update and tell me this problem is resolved
  13. Bonjour, augmenter votre "min/max latency" dans "advanced general settings"
  14. Hello, I'll resolve this problem in next update, to wait, try to close all unused programs.
  15. Hello, Wath plugin/fightclass do you use (for the poison)?
  16. 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/ ).
  17. Try to increment your min/max latency in advanced general settings and to disable all of your wow addons
  18. Bonjour, le bot ignore le le banc de poisson quand vous avez l'option "Can walk on water" actvé?
  19. Since Wotlk, WRobot automatically skip quests if already completed. Are you sure about your quests id and settings? If you can share bugged quests
  20. No it is an sample code, this script will output in wow chat achievement states. What do you want to check exactly?
  21. Hello, try to reinstall WRobot, you have a lot of errors in your log
  22. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. 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)
  24. 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
×
×
  • Create New...