• 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 - How do I adjust what happens when I turn on auto attack? (on toon I'm actively playing)

Joined
May 14, 2015
RedCents
887¢
So I have everything set up and it's running pretty great.

I am playing the SK as my main, with by boxes set up nicely so far.

When I turn on auto attack for my SK while playing him, he automatic using Confrontation and Terror line of spines. Which is terrific, most times.

Question 1)
... how do I make that stop? Say, when I'm not tanking and I'm DPSing or on a raid and I don't want agro.

Queston 2)
Can I set this up with a Condition that if Role=MainTank then he automatically fires it, and if he is not set as main tank he does not cast it? I currently know nothing about creating conditions or the syntax used for them, but am very interested in learning.

I attached my INI for him, which was borrowed form the forums and has had some spells updated since.
 

Attachments

So I have everything set up and it's running pretty great.

I am playing the SK as my main, with by boxes set up nicely so far.

When I turn on auto attack for my SK while playing him, he automatic using Confrontation and Terror line of spines. Which is terrific, most times.

Question 1)
... how do I make that stop? Say, when I'm not tanking and I'm DPSing or on a raid and I don't want agro.

Queston 2)
Can I set this up with a Condition that if Role=MainTank then he automatically fires it, and if he is not set as main tank he does not cast it? I currently know nothing about creating conditions or the syntax used for them, but am very interested in learning.

I attached my INI for him, which was borrowed form the forums and has had some spells updated since.
you have usemq2melee=1 in which case you will want to adjust your mq2melee settings, including taunt and such - like /melee taunt=0

and then for your spells and abilities you would want to use conditions on the spells that you don't want to use unless you're main tank

Cond#=${Group.MainTank.ID} == ${Me.ID} <--- this would be if the ID of the group maintank is the same as me

example:

DPS3=Confrontation for Power|90|Cond1
Cond1=${Group.MainTank.ID} == ${Me.ID}
This would make it so you only used Confrontation of power when you are the MT
 
your other option is to keep more than 1 kissassist ini - and then you can load a dps ini instead of a tanking ini when you needed/wanted to

Alternate ini files: You can also tell KissAssist to load an alternate ini file. If your wizard has a separate ini to use ice nukes instead of fire nukes or your tank wants to run a DPS setup on easier content, you can just save another ini file and load that instead of your defaults, e.g.

/mac kissassist ini kissassist_Name_IceNukes.ini

for you - you would make 2 inis - one that is kissassist_GizmoTank.ini and kissassist_GizmoDPS.ini

and then you can /mac kissassist ini kissassist_GizmoTank.ini or /mac kissassist ini kissassist_GizmoDPS.ini
 
Question - How do I adjust what happens when I turn on auto attack? (on toon I'm actively playing)

Users who are viewing this thread

Back
Top
Cart