Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you need to use lua https://wow.gamepedia.com/World_of_Warcraft_API#Achievement_Functions
  2. I don't understand, if you want skip quest don't add this quest in your profile. You create or use existing profile?
  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, in wow login window, disable option "Remember Account Name"
  5. Hello, do you use default fishing bobber?
  6. Hello, you play in what wow version?
  7. Activer les log de type "Debug" et il sera écrit pourquoi WRobot ignore la mine/herbe
  8. Hello, you cannot but I'll add this feature
  9. For legion for private servers read this https://wrobot.eu/forums/topic/5920-download-wrobot-for-legion-private-server/
  10. WRobot works on Legion server
  11. Droidz

    Wrong Lua events

    https://wrobot.eu/bugtracker/eventsluawithargsoneventsluawithargs-not-firing-some-events-r911/?do=findComment&comment=4560
  12. 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")
  13. 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.
  14. 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")
  15. You get this problem only in vanilla?
  16. Hello, What do you want tell by more? I have check and no change on my computer.
  17. 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
  18. Droidz

    FishBot

    Hello, it is fightclass problem
  19. Hello, try to increment min/max latency in advanced general settings
  20. Hello, where do you run this code? in quest step or in quest? You cannot use quest step type "loadprofile"?
  21. Bonjour, regarder dans votre fichier log (onglet "Log")
  22. Version 1.0.0

    495 downloads

    [Quester] Accept Group Invitation This plugin accept group request when you pulse quest objective (and decline/leave party when is done). This plugin works only with "Quester" product, he works with all WRobot/Wow verison but it is useful for older versions of Wow.
  23. Hello, mount name is case sensitive, put Summon Warhorse
  24. Hello, you can run action "dismount": https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/
  25. 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...