• 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

Initial Plugin and DoCrack loading made easy

Acidon

New member
Joined
Sep 8, 2005
RedCents
I posted this in a thread yesterday but I thought I'd make a new post for those that may not have thought of this.

This is a simple macro to load everything you want to use all at once. It's easy and straight-forward to edit. I put the Delay in a sub of its own so that changing the delay would be simply a matter of changing one number.

So.. Hope this actually helps some people.


Rich (BB code):
| 
| DoMeBaby.mac
| - Acidon
|

Sub DelayAmount
	/delay 2
/return

Sub Main
	/plugin mq2moveutils
	/call DelayAmount
	/plugin mq2twist
	/call DelayAmount
	/plugin mq2cadestuff
	/call DelayAmount
	/plugin mq2docrack
	/call DelayAmount
	/plugin mq2bardswap
	/call DelayAmount
	/bardswap
	/call DelayAmount
	/plugin mq2exchange
	/call DelayAmount
	/plugin mq2sizer
	/call DelayAmount
	/plugin mq2cgank
	/call DelayAmount

	/docrack AtkPoison on
	/call DelayAmount
	/docrack BagSize on
	/call DelayAmount
	/docrack ChangeDye on
	/call DelayAmount
	/docrack Con on
	/call DelayAmount
	/docrack EB on
	/call DelayAmount
	/docrack EnviroFall on
	/call DelayAmount
	/docrack EvadeAttack on
	/call DelayAmount
	/docrack EZfollow on
	/call DelayAmount
	/docrack FarFollow on
	/call DelayAmount
	/docrack ForceFeedDrink on
	/call DelayAmount
	/docrack ForceFeedFood on
	/call DelayAmount
	/docrack HideBeg on
	/call DelayAmount
	/docrack HideRun on
	/call DelayAmount
	/docrack IllusionFace on
	/call DelayAmount
	/docrack IndoorSpells on
	/call DelayAmount
	/docrack JWOEndurance on
	/call DelayAmount
	/docrack LavaFishEyes on
	/call DelayAmount
	/docrack Levitate on
	/call DelayAmount
	/docrack LuclinTime on
	/call DelayAmount
|	/docrack MemSpells on
|	/call DelayAmount
	/docrack MobHP on
	/call DelayAmount
	/docrack MountSkills on
	/call DelayAmount
	/docrack NoAccel on
	/call DelayAmount
|	/docrack NoBlind on
|	/call DelayAmount
	/docrack NoDelayJump on
	/call DelayAmount
	/docrack NoDistraction on
	/call DelayAmount
	/docrack NoEncumber on
	/call DelayAmount
	/docrack NoMeleePushBack on
	/call DelayAmount
	/docrack NoMountModels on
	/call DelayAmount
	/docrack NoSnare on
	/call DelayAmount
	/docrack NoStun on
	/call DelayAmount
	/docrack NoWeather on
	/call DelayAmount
	/docrack OpenBags on
	/call DelayAmount
	/docrack SeeInvis on
	/call DelayAmount
	/docrack Shared on
	/call DelayAmount
	/docrack Shield on
	/call DelayAmount
	/docrack ShowSpells on
	/call DelayAmount
	/docrack ShowSpells2 on
	/call DelayAmount
	/docrack SpellBookStop on
	/call DelayAmount
	/docrack StealStunned on
	/call DelayAmount
	/docrack Talk2Self on
	/call DelayAmount
	/docrack UltraVision on
	/call DelayAmount
	/docrack UnlimitedDrunk on
	/call DelayAmount
	/docrack UseAssist on
	/call DelayAmount
	/docrack UseHotkeys on
	/call DelayAmount
/return
 
It's about time someone did this :p

Just curious though, why have it call a sub to delay instead of just having the /delays in the Sub Main?
 
Cade said:
It's about time someone did this :p

Just curious though, why have it call a sub to delay instead of just having the /delays in the Sub Main?

Well it's no big deal of course. I was playing with the delay and decided to make a sub for it so that if I ever wanted to change it again I could just change 1 number. Yeah, find/replace is good for that, but hey. :)
 
You can make your docrack load specific plugins when you login as well, not using the default setting=on, but when you login it loads what you specify once, instead of spamming the fuck outta you.
 
Tone said:
You can make your docrack load specific plugins when you login as well, not using the default setting=on, but when you login it loads what you specify once, instead of spamming the fuck outta you.

<3 Spam =/

I just knew that the defaultsetting on didn't work so I whipped out a macro.

That sounds like a cleaner way to do it, but I use different docracks on a couple of my chars, so I have 3 virgins waiting for me to do them. :)
 
Initial Plugin and DoCrack loading made easy

Users who are viewing this thread

Back
Top
Cart