# TLO:EverQuest

## Description

`This has basically the same members as the old MacroQuest TLO`\
`but I think most of them are more fitting under the EverQuest TLO.`\
`MacroQuest TLO will inherit EverQuest TLO so backward compatibility is maintained`\
`BUT new macros should use EverQuest instead.`

## Forms

* ''[Everquest](/macroquest/data-types-and-top-level-objects/data-types/datatype-everquest.md)

## Examples

`Example: Place the mouse over a window and do a /echo ${EverQuest.LastMouseOver.Name}`\
`Example2: /echo ${EverQuest.LastMouseOver.Tooltip}`

`Usage: /echo Im at charsselect and ${Window[CharacterListWnd].Child[CLW_Character_List].List[1,3]} is in ${EverQuest.CharSelectList[1].ZoneID}`\
`Output: (if a char named Eqmule is the first in your charlist) Im at charselect and Eqmule is in 202`\
`/echo Im at charsselect and Eqmule is in ${EverQuest.CharSelectList[Eqmule].ZoneID}`\
`Output: same as above.`

## See Also

* [Top-Level Objects](/macroquest/data-types-and-top-level-objects/top-level-objects.md)
* [DataType: EverQuest](/macroquest/data-types-and-top-level-objects/data-types/datatype-everquest.md)
* [Command /Setprio](/macroquest/commands/slash-commands/setprio.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://macroquest.gitbook.io/macroquest/data-types-and-top-level-objects/top-level-objects/tlo-everquest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
