Hi all,
While I was working on MQ2Grind, one of the design aspects I embraced was simply "look more human". This rolled into my configuration of the MimicMe feature from MQ2TargetInfo that I've overlooked sharing for a very long time.

MQ2targetinfo.ini:
If you use Dannet:
MimicMeSayCommand=/dgge /docommand /timed $\{Math.Rand[20,120]} /say
MimicMeHailCommand=/dgge /docommand /timed $\{Math.Rand[20,120]} /keypress HAIL
If you use EQBC:
MimicMeSayCommand=/noparse /bcg //docommand /timed ${Math.Rand[20,120]} /say
MimicMeHailCommand=/noparse /bcg //docommand /timed ${Math.Rand[20,120]} /keypress HAIL
That's it, please keep in mind that results WILL vary based on random numbers be generated. Tweak as you want, use or don't use.
While this works for me, I hope it works for you.
-hytiek
While I was working on MQ2Grind, one of the design aspects I embraced was simply "look more human". This rolled into my configuration of the MimicMe feature from MQ2TargetInfo that I've overlooked sharing for a very long time.

MQ2targetinfo.ini:
If you use Dannet:
MimicMeSayCommand=/dgge /docommand /timed $\{Math.Rand[20,120]} /say
MimicMeHailCommand=/dgge /docommand /timed $\{Math.Rand[20,120]} /keypress HAIL
If you use EQBC:
MimicMeSayCommand=/noparse /bcg //docommand /timed ${Math.Rand[20,120]} /say
MimicMeHailCommand=/noparse /bcg //docommand /timed ${Math.Rand[20,120]} /keypress HAIL
That's it, please keep in mind that results WILL vary based on random numbers be generated. Tweak as you want, use or don't use.
While this works for me, I hope it works for you.
-hytiek
Last edited:

