• 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 - MQ2 clr/ber pause question

Joined
Nov 7, 2020
RedCents
10¢
So I have the Ber and clr mq2plugins - also running kissassit with a bst.,brd and wiz-

I have two HB set to pause and unpause but the CWTN pause on seem to work if I click the button twice.

the pause button
/noparse /bcg //if ($Select[${Me.Class.ShortName},BST,BRD,WIZ]}) /mqp on
/noparse /bct <charname> //ber pause on
/noparse /bct <charname> //clr pause on

the unpause is basically the same but has /mqpause off and off on the bct lines.

They both work as expected on the second press its seems.
 
You don't need /noparse on the 2nd and 3rd lines. You're not passing variables to those chars so there's nothing to be parsed.

You could also simply replace all 3 lines with:
Code:
/multiline ; /bcg //mqp on; /noparse /bcg //docommand /${Me.Class.ShortName} pause on
 
You don't need /noparse on the 2nd and 3rd lines. You're not passing variables to those chars so there's nothing to be parsed.

You could also simply replace all 3 lines with:
Code:
/multiline ; /bcg //mqp on; /noparse /bcg //docommand /${Me.Class.ShortName} pause on

Nice - but that then spits out errors for al those classes with no CWTN plugins - but I suppose I can live with that :)

but if I change the last part to
INI:
 ;/noparse /bct <chaname> /${Me.Class.ShortName} pause on ; /noparse /bct <chaname> /${Me.Class.ShortName} pause on
the same kind of issue happens again :)
 
Last edited:
;/noparse /bct <chaname> /${Me.Class.ShortName} pause on; /noparse /bct <chaname> /${Me.Class.ShortName} pause on

?
 
So I have the Ber and clr mq2plugins - also running kissassit with a bst.,brd and wiz-

I have two HB set to pause and unpause but the CWTN pause on seem to work if I click the button twice.

the pause button
/noparse /bcg //if ($Select[${Me.Class.ShortName},BST,BRD,WIZ]}) /mqp on
/noparse /bct <charname> //ber pause on
/noparse /bct <charname> //clr pause on

the unpause is basically the same but has /mqpause off and off on the bct lines.

They both work as expected on the second press its seems.
you are probably clicking an eq hotkey while your clicker toon is casting a spell. most eq buttons won't work while clicking a spell

I also have an entire resource with various hotkeys > HERE <

;/noparse /bct <chaname> /${Me.Class.ShortName} pause on ; /noparse /bct <chaname> /${Me.Class.ShortName} pause on
this is invalid. if you are using /${Me.Class.ShortName} it has to be preceeded by a /docommand like: /docommand /${Me.Class.ShortName}
 
Last edited:
Nice - but that then spits out errors for al those classes with no CWTN plugins - but I suppose I can live with that :)
So? It's not really an error message as there isn't anything wrong with doing so.

Personally, I use dannet where I have cwtn chars in their own channel and I send the command direct to the channel but it doesn't hurt anything to broadcast the command to cwtn and non-cwtn characters alike. This also has the added benefit of being scalable and flexible when characters move from one automation suite to another. Such as my mage who converted from a KA/mq2afnuke hybrid to cwtn. All I had to do was add the mage to the cwtn channel and remove it from the kissassist channel and everything just worked. Never had to edit any of my socials.
 
You can also look at mq2boxr which attempts to unify similar commands across different automation platforms
 
Question - MQ2 clr/ber pause question

Users who are viewing this thread

Back
Top
Cart