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

Question - AoW Question. (1 Viewer)

Peppe

Well-known member
Joined
Feb 13, 2020
RedCents
1,182¢
BTW: The ninja search on site is really annoying.

Where do I even start? I wanna make make my toons duck and stay down til I tell em to raise and fight on.

I tried add events, put ini in release folder.. etc etc etc..

Should toons duck on auto or should I tell em do duck?!

Do I need to do a macro key for each toon a duck macro?!

So many questions..

We newbs need little more info.

Its one big mess trying to learn here.

Please, enlightening me.
 
MQ2Events is the primary strategy. Something like this should work if you're using KissAssist. May need tweaking if using plugins or another macro:

[BendKnee]
trigger=#*# that |${Me}| must bend the#*#
command=/multiline ; /mqp on ; /stopsong ; /stopcast ; /keypress x

[StandUp]
trigger=#*#Avatar of War nods, accepting the subservience of those that gave#*#
command=/multiline ; /stand ; /mqp off

Also, you'll want to go into EQ options and uncheck Allow Autostand. If you use any of Chat's plugins, you also need to uncheck AutoStandOnDuck.

After that, you shouldn't really need to do anything manual at all. The toons should see the emote, pause the macro, duck, wait for the success message, then stand back up.
 
MQ2Events is the primary strategy. Something like this should work if you're using KissAssist. May need tweaking if using plugins or another macro:

[BendKnee]
trigger=#*# that |${Me}| must bend the#*#
command=/multiline ; /mqp on ; /stopsong ; /stopcast ; /keypress x

[StandUp]
trigger=#*#Avatar of War nods, accepting the subservience of those that gave#*#
command=/multiline ; /stand ; /mqp off

Also, you'll want to go into EQ options and uncheck Allow Autostand. If you use any of Chat's plugins, you also need to uncheck AutoStandOnDuck.

After that, you shouldn't really need to do anything manual at all. The toons should see the emote, pause the macro, duck, wait for the success message, then stand back up.

So all that text should every of my toon have, in an ini text in Release folder.
 
Mine did not, I had to create my own there.

Then its just to copy paste all text into each Toon ini? And it should work?

Cuz I tried 3 times, did not work.
Make sure to read the information at the bottom of the overview page for mq2events

Many folks don't create their inis correctly, and those instructions will help
 
And in the ini's the following is ''
[kneel]
trigger=#1#The ice encrusted Avatar of War shouts that |${Me}| must bend the knee!#2#
command=/if (!${Me.Ducking}) /multiline ; /docommand /${Me.Class.ShortName} mode 0 ; /docommand /${Me.Class.ShortName} pause on; /attack off ; /target clear ; /keypress DUCK

[stand]
trigger=#1#The Avatar of War nods, accepting the subservience of those that gave it#2#
command=/if (${Me.Ducking}) /multiline ; /docommand /${Me.Class.ShortName} pause off ; /docommand /${Me.Class.ShortName} mode 1 ; /keypress DUCK''
 

Attachments

  • uiui2.jpg
    uiui2.jpg
    75.2 KB · Views: 11
Last edited:
Peppe, all of those commands are trying to fire simultaneously in your multi line. They don’t fire sequentially unless you stagger them with the /timed command. The way you have it will introduce some random behaviour depending on the actual order the game executes the commands in

Eg /pause on; /timed 1 /keypress ESC; /timed 3 /keypress DUCK


I have no idea what you are meaning by all that? Is that macro keys ingame or is it macros in the INIs?

Shall all my toons have them macros on each one? Or should just my main have it?!

So many questions.
 
kk my big brain came up with one thing that might be the problem.

I use one PC and 6 accounts on that PC, I think KA and Events cant load more then 1 on 1 PC, there fore events wont work on the others, just on my main.
 
kk my big brain came up with one thing that might be the problem.

I use one PC and 6 accounts on that PC, I think KA and Events cant load more then 1 on 1 PC, there fore events wont work on the others, just on my main.
No, that is not correct. You can run events on all your toons.
 
Alright!

I might fixed it. (I did not reinstall)

I did take this event-

''
[BendKnee]
trigger=#*# that |${Me}| must bend the#*#
command=/multiline ; /mqp on ; /stopsong ; /stopcast ; /keypress x

[StandUp]
trigger=#*#Avatar of War nods, accepting the subservience of those that gave#*#
command=/multiline ; /stand ; /mqp off

''

Pasted that into my Release folder just at it says in the guide.

Then I tried /Even load Ini did reload.
Then I Tried /Even On and it went On
Then I did /Even List and I saw -Trigger 1 Bend knee -Trigger 2 Standup

I really hope we manage to fix my newbiness.
 
Alright!

I might fixed it. (I did not reinstall)

I did take this event-

''
[BendKnee]
trigger=#*# that |${Me}| must bend the#*#
command=/multiline ; /mqp on ; /stopsong ; /stopcast ; /keypress x

[StandUp]
trigger=#*#Avatar of War nods, accepting the subservience of those that gave#*#
command=/multiline ; /stand ; /mqp off

''

Pasted that into my Release folder just at it says in the guide.

Then I tried /Even load Ini did reload.
Then I Tried /Even On and it went On
Then I did /Even List and I saw -Trigger 1 Bend knee -Trigger 2 Standup

I really hope we manage to fix my newbiness.

You can test it without being in the mission. Paste in /say the trigger message and you'll duck. I always check each time because sometimes you need to reload/unload events plugin.
 
Question - AoW Question.

Users who are viewing this thread

Back
Top