• 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
Epic Laziness

Release Epic Laziness v0.4.25

I like this Program because it does in fact make it easier to do the quest step by step. The bad is You literally have to Do every step of the quest with it. pathing issues. freezing issues. not doing the turn ins. not zoning. having to manually stop the program and do certain parts for it in order to move to the next step. I was doing the Paladin Epic and it literally stopped at steps and would not move forward. I had to load up Quest guides on the net and do the parts manually. hopefully a lot of these bugs will get fixed. @Lisie
 
Last edited:
I like this Program because it does in fact make it easier to do the quest step by step. The bad is You literally have to Do every step of the quest with it. pathing issues. freezing issues. not doing the turn ins. not zoning. having to manually stop the program and do certain parts for it in order to move to the next step. I was doing the Paladin Epic and it literally stopped at steps and would not move forward. I had to load up Quest guides on the net and do the parts manually. hopefully a lot of these bugs will get fixed.
You're experiencing the same issues I am facing. So far, I cannot get it to work other than it freezing and facing pathing issues.
 
@Lisie
flashing despicable me GIF
 
Is it normal to just randomly stop during an epic run (not paused. Still shows running)? I tried running this on a bard and on a rogue. Both just randomly stopped with no error and just no longer moved.

Any feedback would be appreciated.

I like this Program because it does in fact make it easier to do the quest step by step. The bad is You literally have to Do every step of the quest with it. pathing issues. freezing issues. not doing the turn ins. not zoning. having to manually stop the program and do certain parts for it in order to move to the next step. I was doing the Paladin Epic and it literally stopped at steps and would not move forward. I had to load up Quest guides on the net and do the parts manually. hopefully a lot of these bugs will get fixed. @Lisie

Dang was hoping to use this! So it is not working right?


This should definitely not be happening. It's possible i fucked something up.

I will try to do some testing on it today and see if i can find the issue. It would also be helpful if ya'll could give me more information.

I need the output of the console logging, i need to know what class, epic, and step, etc etc.

Either way I will see if i can replicate, but remember, Lisie is not a psychic and does need information from you if you experience issues.

Sorry for the inconvenience
 
This should definitely not be happening. It's possible i fucked something up.

I will try to do some testing on it today and see if i can find the issue. It would also be helpful if ya'll could give me more information.

I need the output of the console logging, i need to know what class, epic, and step, etc etc.

Either way I will see if i can replicate, but remember, Lisie is not a psychic and does need information from you if you experience issues.

Sorry for the inconvenience
Did some quick testing today and was not able to replicate the issue, please provide more information at your earliest convenience.
 
Is it normal to just randomly stop during an epic run (not paused. Still shows running)? I tried running this on a bard and on a rogue. Both just randomly stopped with no error and just no longer moved.

Any feedback would be appreciated.

I like this Program because it does in fact make it easier to do the quest step by step. The bad is You literally have to Do every step of the quest with it. pathing issues. freezing issues. not doing the turn ins. not zoning. having to manually stop the program and do certain parts for it in order to move to the next step. I was doing the Paladin Epic and it literally stopped at steps and would not move forward. I had to load up Quest guides on the net and do the parts manually. hopefully a lot of these bugs will get fixed. @Lisie

You're experiencing the same issues I am facing. So far, I cannot get it to work other than it freezing and facing pathing issues.


Still waiting for more information so i can troubleshoot this, as i am not able to replicate.
 
Not sure if this is a known issue or if I need to change a setting. Doing the Bard 1.5 pre-quest and every 6 seconds or so /nav is paused to recast selos when it lasts 5+ min.

1735436907545.png
 
Not sure if this is a known issue or if I need to change a setting. Doing the Bard 1.5 pre-quest and every 6 seconds or so /nav is paused to recast selos when it lasts 5+ min.

View attachment 67507

Well it turns out my bard was one of my accounts that got hit in the last ban wave. Can you show me your settings tab in EL on the bard, and confirm that it has the selo's AA
 
Well it turns out my bard was one of my accounts that got hit in the last ban wave. Can you show me your settings tab in EL on the bard, and confirm that it has the selo's AA
It turns out that the shaman is doing it, but messing with settings it only does it when you select Invs While Traveling.

Tabbed back to the bard and made sure the setting is off for invs while traveling and it still pauses /nav, I turned off use travel speed and it stopped pausing
 
It turns out that the shaman is doing it, but messing with settings it only does it when you select Invs While Traveling.

Tabbed back to the bard and made sure the setting is off for invs while traveling and it still pauses /nav, I turned off use travel speed and it stopped pausing

While that is a work around, it doesn't really solve the issue. I'd still appreciate a screenshot of the settings for your bard, as well as any other classes being managed by the script.

Thanks
 
Has anyone tried this on Emu yet? If not I'd be interested in testing it for you @Lisie. I have a raid force of 50+ I need to do the epics for.
 
I am enjoying this to a certain extent. Had to do a bit of pausing in the bst pre 1.5 and do some figuring out. Had a few pathing slip ups also. Overall this is gonna to be great for guys like me who don’t have the time to be running and questing. Yes you still need to babysit but again it’s a great start and will get the job done to an extent.
 
Been using this for a little bit.
It seems to have a problem with the invis check.
Even though all of my toons have gone invis it is failing the check and that is where the constant pause is coming from.

With my limited skills I am going to guess this is somewhere in here
[CODE title="travel.invischeck"]function travel.invisCheck(item, char_settings, common_settings, invis)
local choice, name = _G.State:readGroupSelection()
if choice > 1 and char_settings.general["useGroupInvis"] == true and invis == 1 then
local need_invis = false
if mq.TLO.Me.Invis() == false then
need_invis = true
end
if choice == 2 and need_invis == false then
for i = 1, mq.TLO.Group.Members() do
if mq.TLO.Group.Member(i).DisplayName() ~= mq.TLO.Me.DisplayName() then
if mq.TLO.Group.Member(i).Invis() == false then
need_invis = true
break
end
end
end
end
if choice > 2 and need_invis == false then
if mq.TLO.Group.Member(name).Invis() == false then
need_invis = true
end
end
if travel.GroupZoneCheck(choice, name) == false then
return false
end
if need_invis == true then
logger.log_debug("\aoChecking if we should use a group invis skill.")
local invisChoice = travel.groupInvisCheck(char_settings, common_settings, invis, choice, name)
if invisChoice.skill ~= 0 then
logger.log_debug("\aoUsing group invisibility instead of single target.")
travel.groupInvis(item, char_settings, common_settings, invisChoice)
return false
end
end
end[/CODE]
 
Just finished up the bard 1.5 quest. Most everything works as intended but a few things that didn't.

On the first step, in Noble's Causeway, it went into the zone and began looking for dragorns and just sat there. I had to manually kill dragorns because it would not find them on it's own. However, it would automatically kill respawns just not ones that were already up when I zoned in. Kind of odd.

On step 76, you must hail Lantaric`Dar and then say "I know Baldric Slezaf' before turning in the Cracked Dragon Bone to proper flag for the next step.

On step 92, the whole event didn't work properly. Vesthon Marijakin despawns after 3 minutes if not killed. It would kill all the minions automatically but wouldn't kill the lichs. I had to restart the event, manually kill all the lichs then manually kill him to proceed.

Besides a few other hiccups that were unrelated to this script, overall it went smoothly.
 
Sorry for the delay in getting back to the two of you.


Been using this for a little bit.
It seems to have a problem with the invis check.
Even though all of my toons have gone invis it is failing the check and that is where the constant pause is coming from.

Can you give me some additional details? What is the party makeup, how many members, what do you have the settings in Epic Laziness set to with regards to invis, travel speed buffs, and group.

Logs (verbose or super verbose) of what is occuring while this is taking place would be helpful as well. Looking over the code regarding stopping to invis I do not see any issues jumping out at me, so I'd really appreciate logs.

Just finished up the bard 1.5 quest. Most everything works as intended but a few things that didn't.

On the first step, in Noble's Causeway, it went into the zone and began looking for dragorns and just sat there. I had to manually kill dragorns because it would not find them on it's own. However, it would automatically kill respawns just not ones that were already up when I zoned in. Kind of odd.

On step 76, you must hail Lantaric`Dar and then say "I know Baldric Slezaf' before turning in the Cracked Dragon Bone to proper flag for the next step.

On step 92, the whole event didn't work properly. Vesthon Marijakin despawns after 3 minutes if not killed. It would kill all the minions automatically but wouldn't kill the lichs. I had to restart the event, manually kill all the lichs then manually kill him to proceed.

Besides a few other hiccups that were unrelated to this script, overall it went smoothly.

The Noble's Causeway step is odd. I will look into that.

I will take a look at step 76 and 92. Let me know if you end up with any other issues.
 
On the first step, in Noble's Causeway, it went into the zone and began looking for dragorns and just sat there. I had to manually kill dragorns because it would not find them on it's own. However, it would automatically kill respawns just not ones that were already up when I zoned in. Kind of odd.

Sorry a quick question about this part. Were the dragorn that were up on zoning in all "a dragorn refugee" ? It specifically ignores those due to a group of them being unable to be attacked, but there should be several other "a dragorn ...." types in the zone. Thanks!
 
Sorry a quick question about this part. Were the dragorn that were up on zoning in all "a dragorn refugee" ? It specifically ignores those due to a group of them being unable to be attacked, but there should be several other "a dragorn ...." types in the zone. Thanks!
It was a while ago and so my memory is a little hazy but it didn't matter which dragorn were up, it wasn't going after any of them unless they were respawns while I was in the zone.
 
It was a while ago and so my memory is a little hazy but it didn't matter which dragorn were up, it wasn't going after any of them unless they were respawns while I was in the zone.
Alright thank you, i will take a look.
 
Issue in Noble's Causeway with needed to kill them before it will do it auto. I love this Lua and have done many epics. the last 2 or 3 bard epics i have done has this issue.
 
Just finished up the bard 1.5 quest. Most everything works as intended but a few things that didn't.

On the first step, in Noble's Causeway, it went into the zone and began looking for dragorns and just sat there. I had to manually kill dragorns because it would not find them on it's own. However, it would automatically kill respawns just not ones that were already up when I zoned in. Kind of odd.

On step 76, you must hail Lantaric`Dar and then say "I know Baldric Slezaf' before turning in the Cracked Dragon Bone to proper flag for the next step.

On step 92, the whole event didn't work properly. Vesthon Marijakin despawns after 3 minutes if not killed. It would kill all the minions automatically but wouldn't kill the lichs. I had to restart the event, manually kill all the lichs then manually kill him to proceed.

Besides a few other hiccups that were unrelated to this script, overall it went smoothly.

Issue in Noble's Causeway with needed to kill them before it will do it auto. I love this Lua and have done many epics. the last 2 or 3 bard epics i have done has this issue.

I was finally able to get some more information on this issue with bard 1.5 step 4 in Noble's Causeway and track down the issue. I have put in a fix and it should be uploaded to the site shortly.

Thank you scvone for your help with logs and testing.
 
Will this work on Emu servers?
emu servers sometimes have minor variations in mob locations, text strings, and turnins. I'd expect to babysit it heavily. Not to mention, this stuff can actually be dangerous for the people doing it on emu.
 
I have utilized this tool to undertake Epic quest lines for Warrior, Mage, Bard, Rogue, Shadow Knight, and Cleric, and it has proven to be exceptionally valuable—well worth the investment. I greatly appreciate its user-friendly design and clear instructions, which have saved me countless hours. While it experienced minor confusion when I attempted to pursue all the Epics simultaneously, a slight nudge in the right direction resolved the issue, and everything proceeded smoothly thereafter.
 
You can still use your credit card. You would just follow the link, and use as a "guest". Use credit card to send the money, and then just decline the option to create an account :)
 
Release Epic Laziness

Users who are viewing this thread

Back
Top
Cart