• 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

Request - Adding stopdisc command to Kiss 1x.xx

Joined
Jul 9, 2015
RedCents
1,978¢
Hi guys last year I asked about adding the /stopdisc command into kissassist and ctaylor22 in this THREAD showed how to add it to kissassist back then, so while I was looking at finishing my 110 warrior macro I thought I'd double check and see if the current version of kiss had it in, sadly atm it does not, and the code looks different now to how it used to, and not been super confident at coding, I was wondering how I'd go about adding it to the current version of kiss and kiss 11.x.

Any help appreciated as this will allow me to make my warrior ini a single file rather than having to use holy's
 
dps1=command|99|stopdisc
dpscond1=conditionthatdetermineswhentostopdisc

from release notes for kissassist 10.2.6:
INI:
DPS, and Burn got a command Tag added.
The new command tag has 2 paramaters and can be used as follows:
DPS1=command|MobHP|Param1|Param2

Param2 is optional but Param1 is the command itself withOUT the /. Param2 would be used if the command itself required a paramter.

This can also be used with the mash, weave, and ambush tags. But the mash, weave, and ambush tag must be the last tag on the entry.

DPS1=command|99|stopdisc|ambush
DPS2=command|99|removebuff|levitation
DPS3=command|99|stopdisc|mash
DPS4=command|100|bandolier|activate shield

Note: The command tag is not setup to use ${Variables} in any of the paramaters. [B]Conditionals are required.[/B]
 
There was a discussion about this in this thread if you want to have a look there.

Code:
DPS1=command|99|stopdisc
DPSCond1=${Me.ActiveDisc.ID} && (${Me.XTarget}>=4||${Target.Named}) &&  ${Me.ActiveDisc.Name.NotEqual[Culminating Stand Discipline Rk. II]} && ${Me.CombatAbilityReady[Culminating Stand Discipline Rk. II]}

DPS2=Culminating Stand Discipline|99
DPSCond2=!${Me.ActiveDisc.ID} && (${Me.XTarget}>=4||${Target.Named})
 
They do work. The kisscheck or error check at the start of Kiss still flags a problem with "command not being a spell/AA" but they do fire off fine.
 
Request - Adding stopdisc command to Kiss 1x.xx

Users who are viewing this thread

Back
Top
Cart