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

Plugin - MQ2GroupInfo (3 Viewers)

Since the bard plugin is now out. I went and redid all my driver keys and converted over to DanNet from EQBCS. My problem is now my groupinfo buttons all tell me to connect to EQBCS... I thought they would use Dannet? Or is there some setting I missed to tell groupinfo to use Dannet vs eqbcs. Note I have EQBCS off and DanNet on. All my hot keys that I have converted to DanNet all work. I need my mimic key back to get into missions/raids :)
 
Since the bard plugin is now out. I went and redid all my driver keys and converted over to DanNet from EQBCS. My problem is now my groupinfo buttons all tell me to connect to EQBCS... I thought they would use Dannet? Or is there some setting I missed to tell groupinfo to use Dannet vs eqbcs. Note I have EQBCS off and DanNet on. All my hot keys that I have converted to DanNet all work. I need my mimic key back to get into missions/raids :)
look in this from \Release\config
MQ2GroupInfo.ini

change all bc do dg

ComeToMeText=Come To Me
ComeToMeCommand=/dgge /multiline ; /afollow off;/nav stop;/timed 5 /nav id ${Me.ID}
;ComeToMeCommand=/bcg //multiline ; /afollow off;/nav stop;/timed 5 /nav id ${Me.ID}
ComeToMeToolTip=/dgge /nav id ${Me.ID}
NavStopCommand=/dgge /nav stop
;NavStopCommand=/bcg //nav stop
FollowMeText=Follow Me
FollowMeCommand=/dgge /multiline ; /afollow off;/nav stop;/timed 5 /afollow spawn ${Me.ID}
;FollowMeCommand=/bcg //multiline ; /afollow off;/nav stop;/timed 5 /afollow spawn ${Me.ID}
FollowMeToolTip=/dgge /multiline ; /afollow off;/nav stop;/timed 5 /afollow spawn ${Me.ID}
FollowStopCommand=/dgge /multiline ; /afollow off;/nav stop
;FollowStopCommand=/bcg //multiline ; /afollow off;/nav stop
MimicMeText=Mimic Me
MimicMeSayCommand=/noparse /dgge /docommand /timed ${Math.Rand[20,80]} /say
;MimicMeSayCommand=/noparse /bcg //docommand /timed ${Math.Rand[20,80]} /say
MimicMeHailCommand=/noparse /dgge /docommand /timed ${Math.Rand[20,80]} /keypress HAIL
;MimicMeHailCommand=/noparse /bcg //docommand /timed ${Math.Rand[20,80]} /keypress HAIL
MimicMeToolTip=Everyone do what I do: targeting, hailing, etc.
 
OK I changed that and the come to me and follow me work but mimic me does not work.....

MimicMeText=Mimic Me
MimicMeSayCommand=/dgge /say
|MimicMeSayCommand=/bcg //say
MimicMeHailCommand=/dgge /keypress HAIL
|MimicMeHailCommand=/bcg //keypress HAIL
MimicMeToolTip=Everyone do what I do: targeting, hailing, etc.

That is what I have. I also still get a warning to log into eqbcs.
 
Ok I figured it out... I had to edit the target section too...

; This command will have the spawn ID appended to it
TargetCommand=/dgge /target id
|TargetCommand=/bcg //target id
ComeToMeToolTip=/dgge /multiline ; /afollow off;/nav stop;/timed 5 /nav id ${Me.ID}
FollowMeToolTip=/dgge /multiline ; /afollow off;/nav stop;/timed 5 /afollow spawn ${Me.ID}
you should considering just deleting your group info ini file and let the plugin make you a new default one - because it defaults to dannet usage
 
Noticed that my "Mimic Me" button wasn't randomizing the /say messages or hails properly. It will randomize the driving toon, but then all other group members /say or Hail at the same time.

Have tried both variations with the same results.

MimicMeSayCommand=/dgge /timed ${Math.Rand[20,100]} /docommand /say
MimicMeHailCommand=/dgge /timed ${Math.Rand[20,100]} /docommand /keypress HAIL

MimicMeSayCommand=/dgge /docommand /timed ${Math.Rand[20,100]} /say
MimicMeHailCommand=/dgge /docommand /timed ${Math.Rand[20,100]} /keypress HAIL

How can I get all group members to randomize their /say or hail keypresses? This seemed to work before using EQBCS, but when I switched to Dannet, I noticed the different outcome.
 
Noticed that my "Mimic Me" button wasn't randomizing the /say messages or hails properly. It will randomize the driving toon, but then all other group members /say or Hail at the same time.

Have tried both variations with the same results.

MimicMeSayCommand=/dgge /timed ${Math.Rand[20,100]} /docommand /say
MimicMeHailCommand=/dgge /timed ${Math.Rand[20,100]} /docommand /keypress HAIL

MimicMeSayCommand=/dgge /docommand /timed ${Math.Rand[20,100]} /say
MimicMeHailCommand=/dgge /docommand /timed ${Math.Rand[20,100]} /keypress HAIL

How can I get all group members to randomize their /say or hail keypresses? This seemed to work before using EQBCS, but when I switched to Dannet, I noticed the different outcome.
This works for me

INI:
MimicMeText=Mimic Me
MimicMeSayCommand=/noparse /dgge /docommand /timed ${Math.Rand[20,80]} /say
;Not timed MimicMeSayCommand=/dgge /say
;MimicMeSayCommand=/bcg //say
MimicMeHailCommand=/noparse /dgge /docommand /timed ${Math.Rand[20,80]} /keypress HAIL
;Not Timed MimicMeHailCommand=/dgge /keypress HAIL
;MimicMeHailCommand=/bcg //keypress HAIL
MimicMeToolTip=Everyone do what I do: targeting, hailing, etc.
 
Noticed that my "Mimic Me" button wasn't randomizing the /say messages or hails properly. It will randomize the driving toon, but then all other group members /say or Hail at the same time.

Have tried both variations with the same results.

MimicMeSayCommand=/dgge /timed ${Math.Rand[20,100]} /docommand /say
MimicMeHailCommand=/dgge /timed ${Math.Rand[20,100]} /docommand /keypress HAIL

MimicMeSayCommand=/dgge /docommand /timed ${Math.Rand[20,100]} /say
MimicMeHailCommand=/dgge /docommand /timed ${Math.Rand[20,100]} /keypress HAIL

How can I get all group members to randomize their /say or hail keypresses? This seemed to work before using EQBCS, but when I switched to Dannet, I noticed the different outcome.
the lack of /noparse will make all your toons using the same result of the ${Math.Rand[20,100]}
 
Plugin - MQ2GroupInfo

Users who are viewing this thread

Back
Top