Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

/disc 99
SA_kreycekThis 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
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 linkSA_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.
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.
Thank you very much!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
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.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.
