• 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

Ghetto Language Mac

ss44

Active member
Joined
Sep 13, 2005
RedCents
31¢
I found the macro that Army had posted, but there was a /varcalc that i could not get to work, so i worked this one up. basically its just for when u are grouping or w/e. just set your language to what u want it to skill on, then when u get to 100 change the lang.

Rich (BB 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.~~~~~~~~~~~~~~~~~~
|
|~~~~Make sure you have Talk2Self loaded~~~~|

Sub Main
	/echo I suck, But I can't help it. :)
:loopstart
	/tell Charactername Can you understand this?
	/delay 2s
	/tell Charactername Im sure you can...
	/delay 2s
	/tell Charactername If you cant, you suck...
	/delay 2s
	/tell Charactername Hahaha, you n00b...
	/delay 2s
	/goto :loopstart
/return
 
You could get very fancy and have something like
Rich (BB code):
|Pugs  agien hacked this together
|useage /mac lang NAME 1 2
|1 =the number of the lang you wnat to use
|2 = the delay between spams
Sub Main
/varset Chr Param0
/varset Lang Param1
/vardata delay Param2
/lang Lang
:loopstart
        /lang ${Lang}
      {
	/tell ${Chr} Can you understand this?
	/tell ${Chr} Im sure you can...
	/tell ${Chr} If you cant, you suck...
	/tell ${Chr} Hahaha, you n00b...
       }
	/delay ${Delay}
	/goto :loopstart
/return

just a few little changes and it is untested. So if dosen't work umm im sorry.
 
I just have it looping over and over because it takes a lot of messages to skill from 1 to 100, so i just have it spam over and over. and since you dont actually send a message you still know who sent you a tell last, can still type while doing it, ect. But those of you who want to max languages, can use any lol.
 
i will check mine tonight when i get home..

it was simple code.. should be no var errors..

8-)
 
I have one that works for a group session, I used it just last week. You need to change the language each time you run it, but it only takes about 10 mins max to take someone how knows only common tongue and their language, to be a master at all. It wasn't written by me, but it is usefull. I will post it later. /Note, this has to be done in a group. I suppose I can modify it to send tells instead if that is what is needed.
 
i just used the lang.mac this morning before i left for work .. no issues...

just have to make sure you don't have anyone targeted or it quits 8-)
 
pss i am almost positive you can not skill up through tells...

has this changed while i was away for the past year?

i thought /gsay was only way to skill up lang
 
It works with tell for sure, I maxed a coupla languages with it. Pity you can't run more than one macro at once, otherwise running this with another AFK one would rock :) Good job SS44.
 
the reason i wrote my own is because i had that damn error in Army's and when it was running (before it gets to that error lol) if i tried to attack shit it would end, which i thought was gay lol. so i hacked my own up since it allows to do everything u want to do, besides another macro, but u could half-ass add it into a macro lol.
 
make sure you change charactername to your characters name, and turn on talk2self
 
this could be made a lot easier, and skill up faster if you take out the delays and made them like hotkeys or something... it took me like 30minutes to max out 3 spaming 1, 2, 3, 4, in group

this is a lot more sohpisticated tho....


good times when we downloaded autofire from eqrangers or something and set it to do it for us lol
 
Sure, You can skill up faster by changing the delay's but I just left them at the ones that I used while writing it. lol
BTW, ding 500 posts lol
 
Grats man! I like languages. I got 3 toons with max skill, but now I am on a new acount I will have to get somemore I guess
 
So is there a crack that will let you skill up by yourself?? I heard you have to have 3 or more in group and all in the same zone.
 
as long as you still have the talk2self docrack you can still use the macro, no need to be in a group.
 
this has been running for 10 mins now in Tell to me mode and 10 mins in groupbyself mode and I havent gotten one skill up....this still work?
 
with the group or tells you need to be in same zone for the skill ups. now if its with yourself then dont ask me, havent tried it yet. and for grouups you only need 2 in the group not 3.
 
Im using docrack to allow me to send tells to myself, as well as for talking in group to myself, none of that is working for skillups.
 
Ghetto Language Mac

Users who are viewing this thread

Back
Top
Cart