• 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

Question - Login & Start Setup

Draknocht

Invisible Gold Star
Creator
Joined
Dec 2, 2020
RedCents
732¢
Looking for how to get my toons to automatically do the /bccmd connect at log in, is there a place to do this? was thinking in the character_server.ini, would this be correct?

Autogrouping - I thought autogroup would handle this on login once activated, am i missing something for this to work correctly?

Then looking for a Hotkey setup that would then start all kissassists across the group, or just a kissassist one as I believe the campon / campoff hotkey would work for the CTWN's if setup for them all that I use. I do have Sic's Kiss hotkey setup, but guessing I need to remove ROG as I do not use Rog CTWN and does use kiss, and add the CTWNs that I do use?

Yes, i probably being lazy fo the Hotkey and could figure it out if spent the time playing with it, but figured someone out there has one already.

And Last, is there away to reload kiss ini while on the fly in game? when on a roll and leveling would work nicely if could just reload in game the ini due to reset spell sets. (not all the toons are covered with CTWN's yet)

Mr Drak
 
Looking for how to get my toons to automatically do the /bccmd connect at log in, is there a place to do this? was thinking in the character_server.ini, would this be correct?

Autogrouping - I thought autogroup would handle this on login once activated, am i missing something for this to work correctly?

Then looking for a Hotkey setup that would then start all kissassists across the group, or just a kissassist one as I believe the campon / campoff hotkey would work for the CTWN's if setup for them all that I use. I do have Sic's Kiss hotkey setup, but guessing I need to remove ROG as I do not use Rog CTWN and does use kiss, and add the CTWNs that I do use?

Yes, i probably being lazy fo the Hotkey and could figure it out if spent the time playing with it, but figured someone out there has one already.

And Last, is there away to reload kiss ini while on the fly in game? when on a roll and leveling would work nicely if could just reload in game the ini due to reset spell sets. (not all the toons are covered with CTWN's yet)

Mr Drak
for the eqbc thing

/bccmd set autoconnect on <--- this is how to set your eqbc to autoconnect upon logging in

you can just remove the ROG from the select for the hotkey.

/noparse /bcg //if (!${Me.Class.ShortName.Equal[BER]}) /mac kissassist assist ${Group.MainTank} 98 if you just want everyone that isn't a zerker you can just use this

to reload your kiss ini you would just restart kiss
 
This needs to be done on each toon? so I can just do

/bcaa //bccmd set autoconnect on


so just rehit the kiss hot key then?
 
This needs to be done on each toon? so I can just do

/bcaa //bccmd set autoconnect on


so just rehit the kiss hot key then?
if you set it, it will be set for future times you log in - no need to do it on everyone.

and yes, just rehit your kiss key if you want to restart the macro
 
Autogrouping - I thought autogroup would handle this on login once activated, am i missing something for this to work correctly?
yes it does, if you mean mq2autogroup? Did you set it up correctly?

INI:
/AutoGroup create -> Create a new group, this player will be the leader.
/AutoGroup delete -> Will delete the group this player was in.
/AutoGroup startcommand "Command to be executed" -> Will execute the command once your group is formed.
/AutoGroup set [maintank|mainassist|puller|marknpc|masterlooter] -> Will set the player/merc targeted to that group role.
/AutoGroup remove [maintank|mainassist|puller|marknpc|masterlooter] -> Will remove that group role from your group.
/AutoGroup add [player|merc] -> Add the player/merc of the player targeted to your group.
/AutoGroup remove [player|merc] -> Remove the player/merc of the player targeted from their group.
/AutoGroup add [eqbc|dannet] -> Will give the option to invite characters connected to eqbc/dannet to your group.
/AutoGroup remove [eqbc|dannet] -> Will remove the the option to invite characters connected to eqbc/dannet.
/AutoGroup status -> Displays your settings and group.
/AutoGroup help
 
Did I miss something ove all the years I been gone from EQ, didn't the group size used to be 8 toons, seems like max is now 6. Also as best I can tell the Autogroup was setup correctly. they just do not autogroup upon login, they do autojoin as soon as I do invite to them and roles seem to be set as well.
 
Did I miss something ove all the years I been gone from EQ, didn't the group size used to be 8 toons, seems like max is now 6. Also as best I can tell the Autogroup was setup correctly. they just do not autogroup upon login, they do autojoin as soon as I do invite to them and roles seem to be set as well.
mq2autogroup only happens if you're in the same zone, and checks when they join eqbc - there's a video in my signature where i go over mq2yes, autoaccept, and autogroup - give it a watch

re: 8 player groups - nope EQ/eq2 is 6, wow is 5
 
Thats why I was asking about it, but I had issues with the EQBC not joining at login, that is fixed now and am resetting the autogroup so maybe it will all work correctly now. Guess i need to relook at my group setup as I could of sworn it used to be 8 player group, but am old and senile and it was many many years ago and probably to much shine too.
 
/noparse /bcg //if (!${Me.Class.ShortName.Equal[CLR, ENC, BER]}) /mac kissassist assist ${Group.MainTank} 98

doesn't seem to be working correctly as it is still trying to kissassist on cleric and enchanter. Not running Bezerker in the group presently at moment.
 
/noparse /bcg //if (!${Me.Class.ShortName.Equal[CLR, ENC, BER]}) /mac kissassist assist ${Group.MainTank} 98

doesn't seem to be working correctly as it is still trying to kissassist on cleric and enchanter. Not running Bezerker in the group presently at moment.
you have to use a select if you're giving a list of things
 
so...

/noparse /bcg //if (!${Select[${Me.Class.ShortName},CLR,ENC,BER]}) /mac kissassist assist ${Group.MainTank} 98
 
so...

/noparse /bcg //if (!$Select{Me.Class.ShortName.Equal[CLR, ENC, BER]}) /mac kissassist assist ${Group.MainTank} 98
/noparse /bcg //if (!${Select[${Me.Class.ShortName},CLR, ENC, BER]}) /mac kissassist assist ${Group.MainTank} 98
 
Question - Login & Start Setup

Users who are viewing this thread

Back
Top
Cart