• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - whats out there (1 Viewer)

INI:
while true do
   if mq.TLO.Zone.ShortName.Equal('guildhallsml_int')() then
     print('Navving to NPC')
     mq.cmd('/nav spawn teleportation')
     mq.delay(500)
     while mq.TLO.Navigation.Active() do
         mq.delay(100)
     end
  
    print('Hailing NPC')
    mq.cmd('/mqtarget teleportation')
    mq.cmd('/keypress h')
   end
end
 
Last edited:
Question - whats out there

Users who are viewing this thread

Back
Top