• 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
Resource icon

Release SOR Waxwork Mission Automation 02/15/2026

No permission to download
Joined
Dec 1, 2006
RedCents
1,529¢
Nightmare327 submitted a new resource:

SOR Waxwork Mission Automation - Automates the Waxwork Mission in Shattering of Ro

You can start the mission either in the 'Candlemaker's Workshop' zone, or within the mission. The most common starting point I would suggest is next to the Defense Unit in Candlemakers. It currently only uses CWTN automation, but I plan on adding in other automation methods. It can also make sure all of your toons are full mana, health, and endurance before starting. It has been tested with a mercenary as part of the group also.

For the Split section, you will have to be tanking 5 mobs at...

Read more about this resource...
 
Ran this and it didn't open the chest at the end. It ran over to the chest and just stood there (it was setup to open the chest at the end)
Code:
mq.cmd('/eqtarget _chest')
is /eqtarget a valid command to use?
 
Right now it only uses CWTN plugins. If I can get some assistance in how to stop attacking, and force target changes with KissAssist, I can add that in. I have stubs in place for those automations and also RGMercs, I am just not sure how to tell it to do what needs to be done.
 
Right now it only uses CWTN plugins. If I can get some assistance in how to stop attacking, and force target changes with KissAssist, I can add that in. I have stubs in place for those automations and also RGMercs, I am just not sure how to tell it to do what needs to be done.
in KISS I have hotkeys on me MT

To stop attacking I use
Code:
/bcga //backoff on
and to restart
Code:
/bcga //backoff off

for general target switching, if properly set up the group should change when the MT changes target, however you can use for general switching
Code:
/bcg //switchnow 0
and to lock on your current target (won't switch off if MT changes targets)
Code:
/bcg //switchnow 1 ${Target.ID}
 
I am also only using Dannet for issuing commands. I think it will work even if you are also using EQBCS, as the dannet commands should be active no matter what.

Let me look at those and see if I need help on any other specific cases for what the script is doing. Those commands are new to me, so it is a great help to be able to convert the system over. I was trying to use boxr, but it is still a limited set of commands with that utility.
 
I am also only using Dannet for issuing commands. I think it will work even if you are also using EQBCS, as the dannet commands should be active no matter what.
I still use EQBCS because I'm old and I'm stubborn that way.... so I just did a quick check, the above commands work just fine with a single slash as opposed to a double slash, ie the commands would be
Code:
/dgga /backoff on
/dgga /backoff off
/dgge /switchnow 0
/dgge /switchnow 1 ${Target.ID}
and being a strictly KISS user, I've never felt the need to use the boxr utility.
 
no problem. I figured they would work with removing the double slash to a single slash. I was an avid bccmd user for a long time, and it took me a while to make the switch, but I do like the dannet commands much better now.

Let me look into that and see how it works once I get a chance to enter that code in.
 
Please don't auto open chest. This looks great and do you think a tank that doesn't have Raid armor would work here? I don't raid any more so I have to plunk my way through these when possible. Thank you very much for putting this out!! Sincerely Tshadow
 
You choose whether or not to open the chest . It is set to false in the ini file to begin with, but you can change the ini file after the first run.

I have tested it with a group geared tank, and it worked well. Sometimes it will fail if you get overwhelmed with the adds if you are tanking all 5 at once. I think I have had it fail 2-3 times when running.

I haven't thought of a better way to handle the adds so far. Maybe try to kill 3 of them in the first round, then do the 2 leftovers the next round?
 
in my script , i kill 2 in the first round and balance kill the other 3 in the second round , to increase the reliability of succeeding each time
 
No, it is pretty much predicated on the tank running the script, and will not actually run on a non-tank class. Sorry!

I don't run a mage pet tank, so I am not sure how you would reset its target as often as this script does. I am basically switching the targets every 2 seconds until one of the split adds reaches < 40%, then doing the check every 1 second, and every 250ms once one of the adds reaches <10%. So you can do the same manually (which is how I started doing this mission to begin with)
 
Release SOR Waxwork Mission Automation

Users who are viewing this thread

Back
Top
Cart