neophys submitted a new resource:
Watchforstrangers.lua - Pause macro if someone else is near - Pause macro if someone else is near (Watches for # of people inradius or people not in guild)
Read more about this resource...
Watchforstrangers.lua - Pause macro if someone else is near - Pause macro if someone else is near (Watches for # of people inradius or people not in guild)
Found myself powerleveling 2 casters and wanted to train skills while leveling.
Configure the variables in the top of the script and run it with /lua run watchforstrangers
-- EDIT FROM HERE local radius = 300 local people = 6 local guild = "GUILDNAME" -- EDIT TO HERE
Script will pause the running macro if one of the following is true
- Someone from another guild is near you
- There are more than the specified amount of people within the specified radius
Read more about this resource...