Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. No it is an sample code, this script will output in wow chat achievement states. What do you want to check exactly?
  2. Hello, try to reinstall WRobot, you have a lot of errors in your log
  3. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. 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)
  5. 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
  6. Hello, you need to use lua https://wow.gamepedia.com/World_of_Warcraft_API#Achievement_Functions
  7. I don't understand, if you want skip quest don't add this quest in your profile. You create or use existing profile?
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. Hello, in wow login window, disable option "Remember Account Name"
  10. Hello, do you use default fishing bobber?
  11. Hello, you play in what wow version?
  12. Activer les log de type "Debug" et il sera écrit pourquoi WRobot ignore la mine/herbe
  13. Hello, you cannot but I'll add this feature
  14. For legion for private servers read this https://wrobot.eu/forums/topic/5920-download-wrobot-for-legion-private-server/
  15. WRobot works on Legion server
  16. Droidz

    Wrong Lua events

    https://wrobot.eu/bugtracker/eventsluawithargsoneventsluawithargs-not-firing-some-events-r911/?do=findComment&comment=4560
  17. It is that I think, Event id change frequently, and when you compile DLL, compiler put id in dll (not the enum name). To fix it, try to (by sample) replace: if (id == LuaEventsId.MIRROR_TIMER_START) by if (id.ToString() == "MIRROR_TIMER_START")
  18. In vanilla I cannot detect bag type. To resolve this problem, in advanced genral settings at the option "Min free bag slots" (tab vendor...) put number of slots of your quiver.
  19. Hello, I am not sure to understand (if it is not that, give more details), but try to use "followpath" quest type (and disable option is "hotspots")
  20. You get this problem only in vanilla?
  21. Hello, What do you want tell by more? I have check and no change on my computer.
  22. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Try to increment your min/max latency
  23. Droidz

    FishBot

    Hello, it is fightclass problem
  24. Hello, try to increment min/max latency in advanced general settings
  25. Hello, where do you run this code? in quest step or in quest? You cannot use quest step type "loadprofile"?
×
×
  • Create New...