• 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

YELL.MAC

Learningcurve

Member
Joined
Jan 30, 2006
RedCents
21¢
A little macro to spam your LD buddy till they go out of server and hopefully log them in faster. Or one of your boxed toons of course
:D


Rich (BB code):
|YELL.MAC
|By LearningCurve
|
|Usage /macro Yell TOONNAME
|
|Special thanks to Alatyami and PMS who helped me get this right.
|Use this to Spam your LD buddy till he drops off the server


#turbo 20

#Event offline "#*#is not online at this time.#*#"

Sub Main

	/declare LinkDead string outer

	/if (!${Defined[Param0]}) {
		/echo Param0 is not defined
		/popup [DEFINE WHO YOUR YELLING TO! USE /MACRO YELL TOONNAME]
		/ENDMAC
	} else {
		/varset LinkDead ${Param0} 
		/echo Rx: ${LinkDead}
	}


:loop
	/tell ${LinkDead} Ya crack head Get off the net!
	/doevents
	/delay 1
	/goto :loop

Sub event_offline
	/beep
	/beep
	/beep
	/popup [Good ol' ${LinkDead} OFFLINE NOW, you can log them back in]
	/SAY ${LinkDead} is OFFLINE NOW 
	/who
	/time
	/endmac
/return
:# :#
 
Nice I crash alot and am always pissed cause I gotta wait 10 min or more to log back in will check this out lata thx man!
 
I remember seeing this somewhere else, but props to you posting this.


Also, for people using this NOTE: there is a /say in there; be careful where you are using it and how fast you use it/how often you use it.
 
The say will only go off once the individual is no longer online and then the macro shuts down. I used say so you could notify your group or whatever if your with someone else that has leadership of the group and must do the invite. But yeah its there, you can remove it or change the text that it tells you.
 
Just curious,

Would this work on a non-ld person? I.e. I sometimes accidently leave toons logged on on my pc at work. It`s only when i arrive home and try to log on that i realise i haven`t logged them off and need to drive all the way back to work to log em off. :(

Would this macro log off an active toon also ?

Eff.
 
No, it doesn't cause LDs it just notifies you when a toon actually drops fully from the server so that it can be logged back in without the "only 1 character at a time can be logged in" response.
 
Moonspell said:
This macro is SO 1995!

http://www.redguides.com/community/showthread.php?t=7870&highlight=spammer


I used this a lot. Not only was it good for spamming someone offline, but you could make someone shit their pants IRL if you set it up to spam someone in game with "you sense your doom approaching" and their audio trigger goes off fifty times per second!

Damn ! too late.

Just made a 35 mile round trip to log the bastards off. :(

Handy for the next such instance tho

:)
 
easiest thing to do.. go to stuck char chat room in chat, and ask to be booted, takes like 2 min depending on if theres alot of people there.
 
YELL.MAC

Users who are viewing this thread

Back
Top
Cart