• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Need help with macro please. (1 Viewer)

LordMage

New member
Joined
Jan 18, 2005
RedCents
10¢
I am looking for a simple macro that will repeat a command like /setgrav 1 or something along those lines. anyone?
 
Be more specific.

Something like this?
Rich (BB code):
sub main
:repeatingitorelse
/setgrav 1
/delay 1m
/goto :repeatingitorelse
/return

Or something more complicated?
 
if your not trying to setgrav all the time, and only on zoning, you can use a CFG file also.

This comes from the MQ2 site.

autoexec.cfg - Executed on the first pulse (when you reach character select, or when you are in game)
charselect.cfg - Executed when you reach character select
zoned.cfg - Executed after you finish zoning, but right before the map-specific config is executed
<server>_<character>.CFG - Executed when this character enters the world
<mapshortname>.CFG - Executed when you zone into this zone
<pluginname>-AutoExec.CFG - Executed when this plugin is loaded (after its initialization is complete)

Examples of file names:
tallon_lordsoth.cfg - character
oot.cfg, soldungb.cfg, soldunga.cfg, take.cfg - maps
MQ2Map-AutoExec.CFG, MQ2ChatWnd-AutoExec.CFG - plugins
 
Need help with macro please.

Users who are viewing this thread

Back
Top