• 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 MQ2EasyFind (1 Viewer)

I've got a request, not sure if this has been requested before, but would be real cool if EasyFind would try prepending/removing "the" to a failed argument:

/travelto plane of time
/travelto the plane of time

1681440400205.png

When I forget to add "the" to "the plane of time" could the plugin just internally try adding it to see if it works? And vice versa if I accidentally add "the" to a zone name which doesn't actually have one (sorry, don't have an example on-hand atm).
 
I've got a request, not sure if this has been requested before, but would be real cool if EasyFind would try prepending/removing "the" to a failed argument:

/travelto plane of time
/travelto the plane of time

View attachment 47800

When I forget to add "the" to "the plane of time" could the plugin just internally try adding it to see if it works? And vice versa if I accidentally add "the" to a zone name which doesn't actually have one (sorry, don't have an example on-hand atm).

I wonder why it's not like pok? That's poknowldge. Maybe potime would be simpler. Dunno, just a thought.
 
I've got a request, not sure if this has been requested before, but would be real cool if EasyFind would try prepending/removing "the" to a failed argument:

/travelto plane of time
/travelto the plane of time

View attachment 47800

When I forget to add "the" to "the plane of time" could the plugin just internally try adding it to see if it works? And vice versa if I accidentally add "the" to a zone name which doesn't actually have one (sorry, don't have an example on-hand atm).
I wonder why it's not like pok? That's poknowldge. Maybe potime would be simpler. Dunno, just a thought.
it either takes long name like "the plane of knowledge" or "the plane of time" or the shortname like "poknowledge" or "potime"

kambic was asking to just ignore the "the" part

I'd suggest using Magellan or just using the zone short names
 
it either takes long name like "the plane of knowledge" or "the plane of time" or the shortname like "poknowledge" or "potime"

kambic was asking to just ignore the "the" part

I'd suggest using Magellan or just using the zone short names


Once again "assume" strikes when responding via phone and not verifying, my bad. I assumed the short name had been tried when I respond as that seems so much easier than taking the time to remove/auto populate/ignore words. Should have tried potime first and then posted it as a suggestion as it still seems easier to use the short name even if "the" was ignored.
 
Yeah I'm just saying, there's a lot of zone names with a "the" prefix, but I can't always remember. Would be nice if it was just never needed. Or if I did type it in, just drop it; like if I input /travelto the qeynos hills just send me to Qeynos Hills instead of failing. I'm not saying this would be easy to implement, just expressing the value of it :) Maybe I'm the only one who can't remember when zone names include the definitive article, or am the only one using /travelto at all lol, idk
 
Yeah I'm just saying, there's a lot of zone names with a "the" prefix, but I can't always remember. Would be nice if it was just never needed. Or if I did type it in, just drop it; like if I input /travelto the qeynos hills just send me to Qeynos Hills instead of failing. I'm not saying this would be easy to implement, just expressing the value of it :) Maybe I'm the only one who can't remember when zone names include the definitive article, or am the only one using /travelto at all lol, idk

Oh, I agree 100% but I chalked it up to my lack of knowledge of the short names =). Lord knows I have to type a few times in zones I have not used it in to get the right short name. I'll best there is a list here on the site if I searched for it, but we'll, lazy lol. I usually get it by the third try in game.
 
Just a quick note (and request) - since they added a Great Divide Two zone click in PoKnowledge, can we re-route /travelto GreatDivideTwo using that stone, rather than running through North Ro to get to EW and then to GD please?
This way they can just go to PoK, and click the stone.
 
can this be updated to use the pok stone in Shadeweavers Tangle. If in Shar Vhal divided and using /travelto poknowledge it wants to use a convulated path throguh TOL zones winding up in Bascialla of Umbulation or whatever that doesn't connect to pok at all.
 
a fix is already on its way

Was this ever corrected, being able to /travelto greatdivide or greatdividetwo, for example?


Also, is it possible to prefer going through the guildlobby for the magus ldon connection, instead of running out to nowheresville everfrost to use the magus? If you are using, for example, /travelto natimbi, the chosen path has you run out all the way through everfrost instead of using the guild lobby.
 
View attachment 48256

Overthere stone in PoK as well needs fixed.
Code:
-   type: ZoneConnection
            targetZone: overtheretwo
            name: 'Overthere (Ring of Scale)'
            switch: 8
            script: |
                -- Wait for window to open and click the button on the left
                mq.delay('5s', function() return mq.TLO.Window('LargeDialogWindow').Open() end)
                if mq.TLO.Window('LargeDialogWindow').Open() then
                    mq.TLO.Window('LargeDialogWindow/LDW_YesButton').LeftMouseUp()
                end
            expansion: Ring of Scale
        -   type: ZoneConnection
            targetZone: overthere
            name: 'The Overthere'
            switch: 8
            script: |
                -- Wait for window to open and click the button on the right
                mq.delay('5s', function() return mq.TLO.Window('LargeDialogWindow').Open() end)
                if mq.TLO.Window('LargeDialogWindow').Open() then
                    mq.TLO.Window('LargeDialogWindow/LDW_NoButton').LeftMouseUp()
                end
 
Is there a feature where this plugin could smartly do the exploration achievements? Assume the char is double invis before starting, it would be great if it knew the best route around continents.
 
Any chance you can update the connections yaml for the guild hall to include teleports via /gc? Or somehow integrate the 2?

It's frustrating to lose these custom edits every time very vanilla updates.
 
Any chance you can update the connections yaml for the guild hall to include teleports via /gc? Or somehow integrate the 2?

It's frustrating to lose these custom edits every time very vanilla updates.
Replacing my yaml after an update with a backup copy is a normal part of my routine. I request/requested an option to use a custom yaml instead of the default. I know many of us edit the yaml differently and there really is no one yaml fits all. You can submit missing or broken connections at the github, but the custom stuff breaks too many things for others that don't have custom stuff.
 
Is there a feature where this plugin could smartly do the exploration achievements? Assume the char is double invis before starting, it would be great if it knew the best route around continents.
Enormo, you might want this:
 
Curious, why manual
Code:
/travelto "West Freeport"
fails with
Code:
[EasyFind] Failed to generate path from Plane of Knowledge to West Freeport: Could not find path to target zone
.
similarly fails on /travelto freeportw

  • /travelto "Guild Lobby" works in POK
  • /easyfind "West Freeport" works in POK - but want /travelto to work across multiple zones
  • Ctrl-F in POK then right click on West Freeport works
  • /Lua run magellan in POK then use it to travel also works
as far as I can tell magellan is using same /travelto "West Freeport" in its code (string taken from tables)
 
Last edited:
There are two "West Freeport",
[TABLE="collapse"]
[TR]
[TD]freportw[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]freeportwest[/TD]
[TD]383[/TD]
[/TR]
[/TABLE]

freportw isn't available, but freeportwest is
 
There are two "West Freeport",
[TABLE=collapse]
[TR]
[TD]freportw[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]freeportwest[/TD]
[TD]383[/TD]
[/TR]
[/TABLE]

freportw isn't available, but freeportwest is
yep, there are several zones that have "old zone names" before changes/revamps

steam font is another example
 
There are two "West Freeport",
[TABLE=collapse]
[TR]
[TD]freportw[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]freeportwest[/TD]
[TD]383[/TD]
[/TR]
[/TABLE]

freportw isn't available, but freeportwest is

Thanks Redbot and Sic!

Code:
/travelto freeportwest
works splendidly
 
Is it possible to update the zoneconnections to include the new PoK zoneline selections?
Also, greatdividetwo does not recognize the poknowledge zone line/click, even though it's on regular Find.
What I mean is, if you /travelto poknowledge from greatdividetwo, it's going to start moving you to east wastes to take the griffin to Ro, etc. If you click it from Find it works fine.
 
FYI - when travelling to Western Wastes via PoM, gets stuck on the tree, its not clicking the tree.
 
Release MQ2EasyFind

Users who are viewing this thread

Back
Top
Cart