• 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 you remove a disc or AA in ini?

Assuming you're referring to within KA:
at the start of your dps routine you can do this:
DPS1=command:/stopdisc|99
That will stop any active disciplines running Not entirely certain that any AA's create anything you can stop though.
 
You can only have 1 disc actively running at any one time:

You should be able to do something like

DPS1=command:/multiline; /stopdisc; /disc XYZ

But I haven't trial tested that syntax in Kiss
 
How do I remove a disc or AA in ini?

Thanks
You open the ini file in notepad and backspace the line for the thing you don't want to use. You'll need to renumbered the remaining entries accordingly, as well as update the XXSize=## line.

Or, if you want to just temporarily disable an entry but still be able to get it back later, you put a semicolon at the start of the line, like so: ;DPS5=SpellNameHere|99
 
Are you looking to change discs when something happens? Or just end it? If you wanted to change you can do it with mq2melee in the holyshits section and you can use multiline to end a disc and start another one. For example

holyshit0=/if (${Target.Named}) /multiline ; /stopdisc ; /timed 2 /disc Last Stand Discipline

That would make it so that if you are ever targetting a named, it will end your current disc and use Last Stand instead.

p.s. I think you could also do this in kiss and muleassist by just putting it in dps. It would need one line to stop disc and another line to start another one with conditions.
 
Last edited:
I just wanted to clear out my disc when name is agrod. My main burn disc doesn't stack. I made the wrong assumptiong that combat abilities are the same as disc, but they are not. So, stopdisc works fine. Thanks for the help.
 
Question - How do you remove a disc or AA in ini?

Users who are viewing this thread

Back
Top
Cart