Page 1 of 1
Another Language Macro
Posted: Fri Oct 08, 2004 9:13 am
by aj2k8
Code: Select all
| Lang.mac
|
| Cycles through all your availible languages
|
| Usage: /mac Lang
| You must be grouped with someone for it to work.
| This is meant to level the OTHER people in your group, not you. If YOU
| want to level using this, crete a new trial account, open multiple clients
| using EQWindows, group them, then run the macro on both characters.
Sub Main
/declare LangNum outer
/varset Langnum 2
:MainLoop
/lang ${LangNum}
{
/gsay "Agent Smith: Never send a human to do a machine's job"
/gsay "Agent Smith: Tell me, Mr. Anderson, what good is a phone call when you are unable to speak?"
/gsay "Neo: Hello?"
/gsay "Morpheus: Hello, Neo. Do you know who this is?"
/gsay "Neo: Morpheus?"
}
/delay 1s
/varcalc LangNum ${LangNum}+1
/if (${LangNum}>25) /varset LangNum 2
/goto :MainLoop
/return
This is kind of a mixture of both language macros posted... Except for there's only 1 variable. Also, i'm pretty sure it'll still work if you don't have all the languages, the languages right before the languages you don't know will level twice as fast.
Posted: Wed Oct 13, 2004 6:53 pm
by aj2k8
umm... doesn't anyone have anything to say? Hate to see any thread with 0 replies
Posted: Wed Oct 13, 2004 7:15 pm
by peach
shouldnt you exclude common tongue?
Posted: Wed Oct 13, 2004 8:10 pm
by aj2k8
it does exclude common tongue, common tongue is 1 and it jumps to 2
Posted: Wed Oct 13, 2004 8:49 pm
by Dniper
Thanks aj2k8, I haven't bothered with languages for a long time but my iksar friend was whinning the other day about wanting to know them all. This will be helpful.
GJ
Posted: Thu Oct 14, 2004 1:19 am
by shadowdragon
question, if you have multiple chat windows, does this set default language in them all to the same one? i know if you do this manually, you must change the language on each chat window, say if you have one for channels or spam, etc.
Posted: Thu Oct 14, 2004 2:50 pm
by DryGnome
AJ, you bum... it doesn't work.... It says it all in common. Thats what my group members told me when I ran it. Oh and it doesn't exclude common.
Posted: Fri Oct 15, 2004 6:38 am
by aj2k8
marco? is that you? lol... havent tried it, if it doesn't work, could a dev pleez point out why?
Posted: Fri Oct 15, 2004 8:32 am
by DryGnome
Please figure it out. The macro would be nice if it worked.
Posted: Sat Oct 16, 2004 1:39 am
by DryGnome
Can someone fix this plz? Would be handy if it would work.