Debuff All Format:
DPS1=Spell/AA|mob health %|debuffall|slow/tash/malo/crip/always|always
slow/tash/malo/crip tag is used to check mob for the current TYPE of debuff, and the "always" tag is used to know if to overwrite the current TYPE debuff.
Be careful when using the always tag, because this could cause your character to spam that debuff, if your spell will not overwrite an existing debuff already on the mob.
Currently in MQ2 there is no way to test if a debuff spell will overwrite/stack/land on the mob before you cast it. Also there is no easy way to determine if spell is a slow, tash, malo, crip type spell. So it is required that the user specify this tag, for the debuff, if it applies.
what category the debuff falls under, for comparing
Examples:
Shaman:
Rich (BB code):
DPS1=Regenerating Counterbias|99|debuffall|slow|always
DPS2=Malosenia|98|debuffall|malo
Mage:
Rich (BB code):
DPS1=Malosenia|99|debuffall|malo|always
Enchanter:
Rich (BB code):
DPS1=Enunciation of Tashan|99|debuffall|tash|always
DPS2=Dreary Deeds|98|debuffall|slow
DPS3=Demolished Consciousness|97|debuffall|crip
Explanations:
DebuffAllOn:
DebuffAllOn=0 - OFF. Kiss casts debuffs normally.
DebuffAllOn=1 - This will try and cast every buff, but will not wait for spells/AAs to become ready. If spell is ready, cast it. If spell is not ready move on to next spell/AA. rinse and repeat. After best try casting on current mob. Move on to next mob. This behavior will continue until all debuffs have been cast on all mobs. This option is considered best try and gives priority to DPS than Debuffing
Take into consideration that after trying to debuff each mob if you are a caster with DPSOn set up, That the DPS routine will be run on the MA's current target between each mob being checked for debuffs.
DebuffAllOn=2 - This option will spend more time trying to make sure all debuffs are cast on each mob. This option is considered persistent and gives priority to Debuffing than DPS. There is an exception. If you have a debuff that has a long recast timer, that debuff may be skipped.
When setting up the order of your debuffs. If you are going to use a combination of Spells and AA's. It would be a good idea to stagger them, where an AA follows a Spell.
The reason for this is that AA's can be cast while spells are still in a global cool down.