• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Language Plugin?

zatxwoopyoax

New member
Joined
Apr 13, 2014
RedCents
65¢
Is there a plugin that will skill up my languages for me while my group is spending hours farming AA with Kiss?
 
Thanks.. found the macro:

Rich (BB code):
#turbo 

Sub Main 
   /echo Language Macro Starting 

   /declare lang int local

   :Langloop 
 
   /for lang 1 to 25

	/language ${lang}
         
        /gsay You are learning a new language!

  /next lang

  /goto :Langloop 

/return


My issue is... I have no idea how to make that work within MQ2. I am programming illiterate.
 
Thanks.. found the macro:

Rich (BB code):
#turbo 

Sub Main 
   /echo Language Macro Starting 

   /declare lang int local

   :Langloop 
 
   /for lang 1 to 25

	/language ${lang}
         
        /gsay You are learning a new language!

  /next lang

  /goto :Langloop 

/return


My issue is... I have no idea how to make that work within MQ2. I am programming illiterate.

Cut and paste the above into a text document and save it as language.mac in your macro folder for MQ2, then when in the game just run /mac language and it will work.
 
Question - Language Plugin?

Users who are viewing this thread

Back
Top
Cart