• 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

Very simple language macro.

nijhal

Member
Joined
Feb 22, 2006
RedCents
10¢
I recently got a PM for a language macro, heres the one I use. Its very simple and effective.

Rich (BB code):
#turbo 40

Sub Main
:loop
/g ASDAGafbfg   asgasdfgadfg agh dg
/g asg asdfg dfg dfgadfhadfhh a hasfh
/g asdfg adgh h asdfhhadfh 
/goto :loop
/return

Just set to the langauge you wanna learn and run it.

N
 
I use this, not even sure where i got it from:



#turbo

Sub Main

/declare index int outer
/declare j int


/echo Starting: ${Macro.Name} @ ${Time.Time24}

| Delay of 21+ for tells <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

:Forever
/for j 2 to 25
/lang ${j}

/for index 100 downto 2
/g ${index} bottles of beer on the wall, ${index} bottles of beer. Take one down, pass it round, ${Math.Calc[${index}-1].Int} bottles of beer on the wall!
/next index
/g 1 bottle of beer on the wall, 1 bottle of beer. Take it down, pass it round, no more bottles of beer on the wall!!

/next j
/goto :Forever
/return
 
cleaning it up:
Rich (BB code):
#turbo

Sub Main

/declare index int outer
/declare j int


/echo Starting: ${Macro.Name} @ ${Time.Time24}

| Delay of 21+ for tells <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

:Forever
/for j 2 to 25
/lang ${j}

/for index 100 downto 2
/g ${index} bottles of beer on the wall, ${index} bottles of beer. Take one down, pass it round, ${Math.Calc[${index}-1].Int} bottles of beer on the wall!
/next index
/g 1 bottle of beer on the wall, 1 bottle of beer. Take it down, pass it round, no more bottles of beer on the wall!!

/next j
/goto :Forever
/return
 
Very simple language macro.

Users who are viewing this thread

Back
Top
Cart