• 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 --->

Question - Randomize zoning in button, from driver (1 Viewer)

Joined
Jan 13, 2013
RedCents
471¢
Hi, I am looking for the code to create a /dgga button for my driver that randomizes "ready" text in a spread of perhaps 15 seconds? (Similar to MQ2Grind flipping).

Mimic me is fantastic when there is no one around...

I swore there was a post about this maybe 6 months ago but I can't find it.
 
Hi, I am looking for the code to create a /dgga button for my driver that randomizes "ready" text in a spread of perhaps 15 seconds? (Similar to MQ2Grind flipping).

Mimic me is fantastic when there is no one around...

I swore there was a post about this maybe 6 months ago but I can't find it.
change into this in your mq2groupinfo.ini in your \Release\config folder

this randomizes all your /say and /hail between 2 and 8 seconds on all your boxes when using mimic me button


MimicMeText=Mimic Me
;MimicMeSayCommand=/dgge /say
MimicMeSayCommand=/noparse /bcg //docommand /timed ${Math.Rand[20,80]} /say
;MimicMeHailCommand=/dgge /keypress HAIL
MimicMeHailCommand=/noparse /bcg //docommand /timed ${Math.Rand[20,80]} /keypress HAIL
MimicMeToolTip=Everyone do what I do: targeting, hailing, etc.
 
Question - Randomize zoning in button, from driver

Users who are viewing this thread

Back
Top