• 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

Discussion - Hotkey invisible

Squirrely

Well-known member
Joined
Oct 31, 2021
RedCents
1,730¢
Having an issue developing hotkey for Group Invisible and still getting not a valid command: Driver tank: I would appreciate thoughts and directions to take


/noparse/bcga.if(${Me.Class.Shortname.Equal [CLR]}) alt act 1210
/pause 10
/noparse/bcga.if(${Me.Class.Shortname.Equal [ENC]}) alt act 1212
 
i am unsure if you made some changes before posting that social, but you have . between the /bcga and if command, that should not be there, and have missing space after the if, and too much space after the equal


Code:
/noparse /bcga /if (${Me.Class.Shortname.Equal[CLR]}) alt act 1210

/pause 10

/noparse /bcga /if (${Me.Class.Shortname.Equal[ENC]}) alt act 1212
 
Having an issue developing hotkey for Group Invisible and still getting not a valid command: Driver tank: I would appreciate thoughts and directions to take


/noparse/bcga.if(${Me.Class.Shortname.Equal [CLR]}) alt act 1210
/pause 10
/noparse/bcga.if(${Me.Class.Shortname.Equal [ENC]}) alt act 1212
i have some invis buttons in my hotkey guide.

you're also missing a / on /alt activate (in addition to brackets that kaen mentioned
 
sure wish I could type what I see. I notice the / missing before the alt act 1210
/noparse/bcga/if(${Me.Class.Shortname. Equal[CLR]})/alt act 1210
/pause 10
/noparse/bcga/if(${Me.Class.Shortname. Equal[ENC]})/alt act 1212
 
dannet is an option which I prefer over eqbc

/dge clr /alt activate 1210
/dge enc /alt activate 1212

or multiline...

/multiline ; /dge clr /alt activate 1210; /timed 10 /dge enc /alt activate 1212
 
Discussion - Hotkey invisible

Users who are viewing this thread

Back
Top
Cart