Looking for a language skill up

Lilnecro

New member
Joined
Feb 13, 2007
Messages
16
Reaction score
1
Points
3
I was wondering if anyone had a mac to gain skills in languages
 
Try this one, I believe it still works.
 

Attachments

  • lang.mac
    2.6 KB · Views: 131
do you happen to recall the commands? i cant seem to get it to work
 
Looks like it's activated by catch words. The person who wants to learn sends a *tell* to you saying "Teach me." or "Teach more *language?*.". You can edit the "Teach me" part in the macro on the first line if you want to change it to something else. I'm not very sure about the second line, but I'm guessing #2# is just a variable for a language.
 
There are 3 commands in this language training macro.

Teach Me - gets you invited to the group to learn the language
Teach More - continues teaching the same language if your not at 100
100 - lets the trainer know your ready for a new language.

It looks like this is built into both sides... so the learner can also be running the macro.
 
I have tried almost every lang mac out there over the years and always come back to this one. I think is the best because it SIMPLE and EASY. Just switch your language manually after you max each one and you will be done like in 5 min.

Put your merc up and /mac lang.mac

Code:
|~~~~~~~~~~~~~~~Max Languages~~~~~~~~~~~~~~~~
|~~~~~~~~~~~~~~~~~~By SS44~~~~~~~~~~~~~~~~~~~~
|
|~This macro is for maxing out your languages~~
|~It could be changed to work much better, but~
|~~~~~~~~~~~~~~~~~~I Suck lol.~~~~~~~~~~~~~~~~~~
|

Sub Main
	/echo I suck, But I can't help it. :)
:loopstart
	/G Can you understand this?
	/delay 2
	/G Im sure you can...
	/delay 2
	/G If you cant, you suck...
	/delay 2
	/G Hahaha, you n00b...
	/delay 2
	/G Lizzies Rule...
	/delay 2

	/goto :loopstart
/return
 
I have tried almost every lang mac out there over the years and always come back to this one. I think is the best because it SIMPLE and EASY. Just switch your language manually after you max each one and you will be done like in 5 min.

Put your merc up and /mac lang.mac

Code:
|~~~~~~~~~~~~~~~Max Languages~~~~~~~~~~~~~~~~
|~~~~~~~~~~~~~~~~~~By SS44~~~~~~~~~~~~~~~~~~~~
|
|~This macro is for maxing out your languages~~
|~It could be changed to work much better, but~
|~~~~~~~~~~~~~~~~~~I Suck lol.~~~~~~~~~~~~~~~~~~
|

Sub Main
	/echo I suck, But I can't help it. :)
:loopstart
	/G Can you understand this?
	/delay 2
	/G Im sure you can...
	/delay 2
	/G If you cant, you suck...
	/delay 2
	/G Hahaha, you n00b...
	/delay 2
	/G Lizzies Rule...
	/delay 2

	/goto :loopstart
/return

Thanks for this!!
 
I just got this mac working. A few things to note.

Must use Tell Windows

On the command Teach Me there is a (.) so either take out the (.) in the mac or use the command Teach Me. <==don't forget the period. After I figured that out it worked sweet.

The same goes for the command 100. <== don't forget the period.