• 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 --->
  • Unfortunately, yes, there is a suspension wave happening around the new tlp launch. :'( Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Question - Language Plugin? (1 Viewer)

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