• 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

Guide - Shei Vinitras - ToL Mission - New Zlandi level easiness farm?

Lua:
local mq = require("mq")


while true
do
    if mq.TLO.SpawnCount("datiar xi tavuelim npc")() > 0 then
        mq.cmd("/boxr Pause")
        mq.cmd("/twist 10")

        while mq.TLO.SpawnCount("datiar xi tavuelim npc")() > 0 do
            mq.cmd("/tar datiar xi tavuelim npc")
        end

        mq.cmd("/boxr Unpause")
    end

    mq.delay(10)
end

This should handle the adds on a bard, just have single target mez loaded in gem 10 (or edit the macro).
how would i change this for my shaman to use his AA root ?
 
i can tell you this my cleric nore my shaman cure's , ( i think iv

tried that dont work
It is setup for boxr which is a utility to handle commands across different macros/plugins like KA, CWTN. If you are not using Boxr you will need to adjust that line to whatever you use. /mqp on for KA then /mqp off where it shows /boxr off.

Full disclosure I have never used that code to handle this event but it looks like it should work fine and a few comments here reflect that.
 
It is setup for boxr which is a utility to handle commands across different macros/plugins like KA, CWTN. If you are not using Boxr you will need to adjust that line to whatever you use. /mqp on for KA then /mqp off where it shows /boxr off.

Full disclosure I have never used that code to handle this event but it looks like it should work fine and a few comments here reflect that.
i use mq2shaman it pauses targets mob but wont cast
 
3 healers total in the group mission. At about 75%, 50% and 20%.
I've def had more than 3 spawn. And I'm almost positive they're on a timer vs hp triggered. A slower DPS group will see them at different HP points. I've also burned it down fast and only had 1 healer spawn.
 
[CODE title="my Lua version"]local mq = require("mq")


while true
do
if mq.TLO.SpawnCount("datiar xi tavuelim npc")() > 0 then
mq.cmd("/boxr Pause")
mq.cmd("/Cast 13")

while mq.TLO.SpawnCount("datiar xi tavuelim npc")() > 0 do
mq.cmd("/tar datiar xi tavuelim npc")
end

mq.cmd("/boxr Unpause")
end

mq.delay(10)
end[/CODE]
 
better question does anyone have a Lua for a shaman to root the adds ? the bard Lua works perfect but messes up his songs and he gets stuck and dps drops , granted the mob gets to 2 % rather quickly , still kinda burnt out on manually playing a toon lol.
 
[CODE title="my lua version"]local mq = require("mq")


while true
do
if mq.TLO.SpawnCount("datiar xi tavuelim npc")() > 0 then
mq.cmd("/boxr Pause")
mq.cmd("/Cast 13")

while mq.TLO.SpawnCount("datiar xi tavuelim npc")() > 0 do
mq.cmd("/tar datiar xi tavuelim npc")
end

mq.cmd("/boxr Unpause")
end

mq.delay(10)
end[/CODE]
This is going to try and cast before you have a target, then sit in your while loop targeting the mob over and over until the mob is gone. need to target it first, then cast
 
@Chanticleer if you want to try Lem, you may want to try this Multiclass Event for Shei Vinitras.
Serveral classes have already their abilities defined, included also the Shaman with his aa-root.
Once Lem installed, all your classes can use this one event. For my feeling, Lem seems to be able to run Lua code very efficient.
After I started to use it, the bard was able to do also all the curing and still proceeded to also twist some of his songs.
When cleric is on duty, he does as well all healing and cures without struggling.
All Lua code I tried, before using Lem, could do the banish-task, but I had to keep an eye on the cleric and trigger the cures by myself.
Attn: if your team has hight dps, the Shaman can't do the banish-task alone, as the spawns can be faster than the recast-time of the AA allows to banish them.
 
Last edited:
is there a LEM for shaman to cast the cure? I didn't see one in the library.
I have cures toggled on for the shaman using m2shaman but it's not curing this for some reason.
 
is there a LEM for shaman to cast the cure? I didn't see one in the library.
I have cures toggled on for the shaman using m2shaman but it's not curing this for some reason.
I have done this prolly dozens/hundreds? of times.

Memcureall and usecures on


Obviously toons need to be local for cures
 
I have done this prolly dozens/hundreds? of times.

Memcureall and usecures on


Obviously toons need to be local for cures
will try that thanks Sic

Edit: that worked memcureall was not checked.
 
Last edited:
Can you stop the Dator Xi Xavulim the same way as the Datiars, with an Enchanter Addle? Their heals are annoying
 
Can you stop the Dator Xi Xavulim the same way as the Datiars, with an Enchanter Addle? Their heals are annoying
It will be a DPS milestone for you when your group can full burn Shei to dead before the first one gets close enough to heal.
Until then, those are headshot-able mobs with low HP that die pretty fast, but as far as I know, they are not CC'able or bane'able.
 
Yes, that would be a milestone for sure :) Getting better every day. Thanks for the info Rare!
 
Yes, that would be a milestone for sure :) Getting better every day. Thanks for the info Rare!

You can DPS Shei to 2%, but I think the Datiars are timed, so the heals will likely come anyway as she locks at 2% until all Datiars are mezzed/punted
 
You can DPS Shei to 2%, but I think the Datiars are timed, so the heals will likely come anyway as she locks at 2% until all Datiars are mezzed/punted
They're HP based, they're just severely delayed in activating. So when a high DPS blows right past the intended HP thresholds, you get to 2% before half of them have activated. But it is certainly possible to avoid any heals to Shei with enough DPS.
 
Went to attempt this at level 123 with my group and looks like the mobs get boosted. Shei is level 124 and I got owned when the adds spawned hehe.
 
Went to attempt this at level 123 with my group and looks like the mobs get boosted. Shei is level 124 and I got owned when the adds spawned hehe.
Sounds like you may have missed the step of either curing the DOT or didn't bane the fathead
 
Sounds like you may have missed the step of either curing the DOT or didn't bane the fathead
Haha just tried to spank with my tank and let cwtn and kiss do the rest. Thought that's what Sic did in his vid.

Ill look through the pages on steps for that.

Group makeup: SK/CLR/BRD/MAG/NEC/BST
 
Haha just tried to spank with my tank and let cwtn and kiss do the rest. Thought that's what Sic did in his vid.

Ill look through the pages on steps for that.

Group makeup: SK/CLR/BRD/MAG/NEC/BST
Shei calls out and puts a dot on one toon and this will occur the longer you are in the event. CLR can/should cure with cwtn plugin as long as they are in your group and on the same computer. You'll have to tab to the CLR and cast manually if not.

The banes can be done with the BRD and there is a Lua in this thread to handle that for you. Works great!! Keep in mind there is a static number of the fatheads so if you DPS too fast, Shei will lock at 2% until the banes are done.

 
Shei calls out and puts a dot on one toon and this will occur the longer you are in the event. CLR can/should cure with cwtn plugin as long as they are in your group and on the same computer. You'll have to tab to the CLR and cast manually if not.

The banes can be done with the BRD and there is a lua in this thread to handle that for you. Works great!! Keep in mind there is a static number of the fatheads so if you DPS too fast, Shei will lock at 2% until the banes are done.

Great thanks.

I assume I just create a .Lua text file and name it what I want and add the script you linked?
 
Okay that was way easier lol. That was the way I expected it to go the first time.

I also loaded my new bard mez. I think that was the issue with the mobs spawning at a higher level the mez was to low for them.

Appreciate your help.
 
Okay that was way easier lol. That was the way I expected it to go the first time.

I also loaded my new bard mez. I think that was the issue with the mobs spawning at a higher level the mez was to low for them.

Appreciate your help.
Gald it worked out, grats!
 
Guide - Shei Vinitras - ToL Mission - New Zlandi level easiness farm?

Users who are viewing this thread

Back
Top
Cart