• 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 - New user to KickAssist and trying to find info on a few questions I have. (1 Viewer)

drawthow

Well-known member
Joined
Sep 8, 2019
RedCents
2,081¢
Is BuffsCOn=0 still a valid switch?

What is /Disc 99? Can't find any info on this.


Thanks in Advance.
 
Not sure on the Buffs Conditions On tag. Some of that may be legacy stuff from KA10's conditions

"/disc 99" would fire whichever disc had the ID # 99. I don't know of a way to search those by ID, but Lucy or eqresource should list them in the disc descriptions. It's like "/alt activate"
 
buffscon is no longer used after 11, condition flags are used under kconditions section, and called on the buff or dps line. take a look in the resources section under the ini library and take a look at some of the ini's in there that use conditions and are for KA 11 for examples.
 
Code:
/disc 99
This is a standard EQ command that can be used in a social with or without mq2. I've never seen anyone calling discs by ID number, though, so I can't confirm it works. Regardless, this isn't part of KA.
 
Code:
/disc 99
This is a standard EQ command that can be used in a social with or without mq2. I've never seen anyone calling discs by ID number, though, so I can't confirm it works. Regardless, this isn't part of KA.
SA_kreycek

Thank you. Was in the ini I downloaded "Lvl 85 WAR ini w/conditions for KA11"

DPS1=command:/stopdisc|99|cond5

Have been going nuts trying to figure out what it does. Will just delete it.
 
SA_kreycek

Thank you. Was in the ini I downloaded "Lvl 85 WAR ini w/conditions for KA11"

DPS1=command:/stopdisc|99|cond5

Have been going nuts trying to figure out what it does. Will just delete it.


that /stopdisc makes you stop your currently running disc - usually used to then fire a different disc often times due to fighting a named (since you have to end a disc before you can fire a different one)
 
SA_kreycek

Thank you. Was in the ini I downloaded "Lvl 85 WAR ini w/conditions for KA11"

DPS1=command:/stopdisc|99|cond5

Have been going nuts trying to figure out what it does. Will just delete it.
I actually likely have the same disc in my tank ini - which i go over in the video in my link
This Cond 5 says: IF "I currently am running a disc" and "my target is named" and "my active disc is not Culminating Stand" and"Culmanating Stand is ready" do the /stopdisc
which then my dps2 entry will fire with the cond6 that says If: "I don't have an active disc" and "my target is named" and "culminating stand is ready" fire culminating stand
Code:
DPS1=command:/stopdisc|100|Cond5
DPS2=Culminating Stand Discipline|100|Cond6

Cond5=${Me.ActiveDisc.ID} && ${Target.Named} && ${Me.ActiveDisc.Name.NotEqual[Culminating Stand Discipline]} && ${Me.CombatAbilityReady[${Spell[Culminating Stand Discipline].RankName}]}
Cond6=!${Me.ActiveDisc.ID} && ${Target.Named} && ${Me.CombatAbilityReady[${Spell[Culminating Stand Discipline].RankName}]}
[code]
 
SA_kreycek

Thank you. Was in the ini I downloaded "Lvl 85 WAR ini w/conditions for KA11"

DPS1=command:/stopdisc|99|cond5

Have been going nuts trying to figure out what it does. Will just delete it.

So... the | in the lines is used to separate different parts of the syntax.

Kiss requires an hp% in the DPS section, that's what the 99 is. The 99 specificies to do /stopdisc at 99% hp or lower, and only if it meets whatever is in cond5. It's not /disc 99, which is a valid command in EQ to use whatever disc has the ID of 99. I think that's where you're confused.

The format for any line in [DPS] section is: DPS#=Spell/AA Name|MobHP%|Extraflags|Conditions

For more info, you can read about it here: https://www.redguides.com/community/threads/kissassist-instructions-settings-info.26002/#dps
 
So... the | in the lines is used to separate different parts of the syntax.

Kiss requires an hp% in the DPS section, that's what the 99 is. The 99 specificies to do /stopdisc at 99% hp or lower, and only if it meets whatever is in cond5. It's not /disc 99, which is a valid command in EQ to use whatever disc has the ID of 99. I think that's where you're confused.

The format for any line in [DPS] section is: DPS#=Spell/AA Name|MobHP%|Extraflags|Conditions

For more info, you can read about it here: https://www.redguides.com/community/threads/kissassist-instructions-settings-info.26002/#dps
Thank you very much!
 
SA_kreycek

Thank you. Was in the ini I downloaded "Lvl 85 WAR ini w/conditions for KA11"

DPS1=command:/stopdisc|99|cond5

Have been going nuts trying to figure out what it does. Will just delete it.
There is good reason for this to be in your warrior's ini. This allows KA to stop a running disc so that it can use Last Stand and other defensives.
 
Question - New user to KickAssist and trying to find info on a few questions I have.

Users who are viewing this thread

Back
Top
Cart