• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Very Vanilla MQ (Live Servers)

Vanilla Very Vanilla MQ (Live Servers) 3587

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
Automated release. Commit hashes:
vv: c12e9d440b99af361fe1a404f13e943b74f211f4
cwtn: a6db572c1eff9e2d94ab296f25aa2b60e283af7d
eqlib: 2957933ef8db9b1fadb884b857bf3c1799268de9
Posted by: Redbot
Automated release. Commit hashes:
vv: d0484388e90fe241f428a33636a9b707c7d9ba28
cwtn: a6db572c1eff9e2d94ab296f25aa2b60e283af7d
eqlib: bd4a4ab2b581fb2e13030f007dd3a8e3fb4c6547
Posted by: Redbot
## Update 1/23/2026
Update for latest live patch
## Update 1/21/2026
Update for latest live patch
## Update 1/4/2026
### Fixes
- Fix lua drag & drop to properly support the following primitive types:
- boolean, number, string, ImVec4, and list of numbers. (#955)
- Fix ContainerManager structure causing crashes when accessing world container inventory
- Fix UI not being reloaded after shrouding. (#949)
- Fix /target clearing target buffs unnecessarily. (#937)
- Add missing damage type strings for Prismatic, Chromatic, Corruption and Physical. (#953)
### Features
- Add `Format` member to `time` datatype. This allows formatting time using strftime format strings.
i.e. mq.TLO.Time.Format("%Y/%m/%d %H:%M:%S") will return "2026/01/04 18:30:30".
For more info, see: https://en.cppreference.com/w/cpp/chrono/c/strftime.html
### Lua Improvements
- Drag and Drop improvements for lua:
- Add support for `_COL3F` and `_COL4F` payloads used by color widgets. These
will return a list of 3 or 4 numbers, which can be converted into an ImVec4
using `ImColor(data)`.
- LuaImGuiDragDropPayload can now access the payload's type and the raw data as a
string using `DataType` and `RawData`, respectively.
- Note: It continues to be true that a payload will only be valid during the
frame in which is is received, and should not be stored.
- Add `ImGuiItemFlags` enumeration, along with `PushItemFlags` and `PopItemFlags`.
- Add `ImColor` function to convert various parameters into an ImVec4 representing a color.
- Extended examples/imgui_demo to include some of the drag and drop examples with some
modifications to exercise more of the drag and drop code.
## Test Patch Update 12/21/2025
Update for latest test patch
## Update 12/3/2025
- Updated Zones.ini to include new zones from latest expansion patch.
## Live Patch Update 12/2/2025
Update for live patch
## Test Patch Update 11/24/2025
Update for latest test patch
## Update 11/17/2025
Updated for live hotfix.
## Update 11/14/2025
- loader: Fix SendSetForegroundWindow - should help resolve some issues with focus swapping
## Update 11/13/2025
Updated for live hotfix.
- Fix achievements not reading properly
- Fix Item.CashLoot not returning the proper value
- Fix FindItemWnd additional columns overlapping existing columns
## Live Patch Update 11/12/2025
- Includes all changes from previous test patches.
Additional fixes:
- Fix crash when inspecting cash loot bag.
## Test Patch Update 11/6/2025
- Added new EquipmentItem TLO that provides access to the new equipment keyring. Usage is
the same as other keyrings.
- Locked Items are added to the client, but access through MQ is not available yet.
- Added CashLoot member to Item type
## Previous Updates
Posted by: Redbot
Automated release. Commit hashes:
vv: 0be49e0d4dd2e8453ae5df9314334c12d0cc1e9f
cwtn: e0b1407435e5ccb48617a0880896050b3a376e71
eqlib: 90798e90b977a7959686a55ae96e28121b03cd0b
Posted by: Redbot
Automated release. Commit hashes:
vv: af96cf859322df2b68d6324a43de6f2ba4a4e462
cwtn: e0b1407435e5ccb48617a0880896050b3a376e71
eqlib: cd614cefad99e2a38b2ebf123bd93206250b58ca
Posted by: Redbot
## Update 1/21/2026
Update for latest live patch
## Update 1/4/2026
### Fixes
- Fix lua drag & drop to properly support the following primitive types:
- boolean, number, string, ImVec4, and list of numbers. (#955)
- Fix ContainerManager structure causing crashes when accessing world container inventory
- Fix UI not being reloaded after shrouding. (#949)
- Fix /target clearing target buffs unnecessarily. (#937)
- Add missing damage type strings for Prismatic, Chromatic, Corruption and Physical. (#953)
### Features
- Add `Format` member to `time` datatype. This allows formatting time using strftime format strings.
i.e. mq.TLO.Time.Format("%Y/%m/%d %H:%M:%S") will return "2026/01/04 18:30:30".
For more info, see: https://en.cppreference.com/w/cpp/chrono/c/strftime.html
### Lua Improvements
- Drag and Drop improvements for lua:
- Add support for `_COL3F` and `_COL4F` payloads used by color widgets. These
will return a list of 3 or 4 numbers, which can be converted into an ImVec4
using `ImColor(data)`.
- LuaImGuiDragDropPayload can now access the payload's type and the raw data as a
string using `DataType` and `RawData`, respectively.
- Note: It continues to be true that a payload will only be valid during the
frame in which is is received, and should not be stored.
- Add `ImGuiItemFlags` enumeration, along with `PushItemFlags` and `PopItemFlags`.
- Add `ImColor` function to convert various parameters into an ImVec4 representing a color.
- Extended examples/imgui_demo to include some of the drag and drop examples with some
modifications to exercise more of the drag and drop code.
## Test Patch Update 12/21/2025
Update for latest test patch
## Update 12/3/2025
- Updated Zones.ini to include new zones from latest expansion patch.
## Live Patch Update 12/2/2025
Update for live patch
## Test Patch Update 11/24/2025
Update for latest test patch
## Update 11/17/2025
Updated for live hotfix.
## Update 11/14/2025
- loader: Fix SendSetForegroundWindow - should help resolve some issues with focus swapping
## Update 11/13/2025
Updated for live hotfix.
- Fix achievements not reading properly
- Fix Item.CashLoot not returning the proper value
- Fix FindItemWnd additional columns overlapping existing columns
## Live Patch Update 11/12/2025
- Includes all changes from previous test patches.
Additional fixes:
- Fix crash when inspecting cash loot bag.
## Test Patch Update 11/6/2025
- Added new EquipmentItem TLO that provides access to the new equipment keyring. Usage is
the same as other keyrings.
- Locked Items are added to the client, but access through MQ is not available yet.
- Added CashLoot member to Item type
## Previous Updates
Posted by: Redbot
Automated release. Commit hashes:
vv: d3d37864f1e5732b28cee62021b9daf469d8f3a7
cwtn: 5108f7e529cd5c1a13f4002601888220d971edb0
eqlib: 71d9879f17f1e4640925a186a24ea76f5bca9b7d
Posted by: Redbot
Automated release. Commit hashes:
vv: 982edc4369de293a3a322474513e9a4e319c77b5
cwtn: 05d8384e63b5a65680bc999f63096641ecd0f600
eqlib: 71d9879f17f1e4640925a186a24ea76f5bca9b7d
Posted by: Redbot
Automated release. Commit hashes:
vv: fe8354adb587656294fa4df3e576880e43039365
cwtn: 981898f919402750a0de4920bed55a7bd8ab8223
eqlib: 71d9879f17f1e4640925a186a24ea76f5bca9b7d
Posted by: Redbot
## Update 1/4/2026
### Fixes
- Fix lua drag & drop to properly support the following primitive types:
- boolean, number, string, ImVec4, and list of numbers. (#955)
- Fix ContainerManager structure causing crashes when accessing world container inventory
- Fix UI not being reloaded after shrouding. (#949)
- Fix /target clearing target buffs unnecessarily. (#937)
- Add missing damage type strings for Prismatic, Chromatic, Corruption and Physical. (#953)
### Features
- Add `Format` member to `time` datatype. This allows formatting time using strftime format strings.
i.e. mq.TLO.Time.Format("%Y/%m/%d %H:%M:%S") will return "2026/01/04 18:30:30".
For more info, see: https://en.cppreference.com/w/cpp/chrono/c/strftime.html
### Lua Improvements
- Drag and Drop improvements for lua:
- Add support for `_COL3F` and `_COL4F` payloads used by color widgets. These
will return a list of 3 or 4 numbers, which can be converted into an ImVec4
using `ImColor(data)`.
- LuaImGuiDragDropPayload can now access the payload's type and the raw data as a
string using `DataType` and `RawData`, respectively.
- Note: It continues to be true that a payload will only be valid during the
frame in which is is received, and should not be stored.
- Add `ImGuiItemFlags` enumeration, along with `PushItemFlags` and `PopItemFlags`.
- Add `ImColor` function to convert various parameters into an ImVec4 representing a color.
- Extended examples/imgui_demo to include some of the drag and drop examples with some
modifications to exercise more of the drag and drop code.
## Update 12/3/2025
- Updated Zones.ini to include new zones from latest expansion patch.
## Live Patch Update 12/2/2025
Update for live patch
## Test Patch Update 11/24/2025
Update for latest test patch
## Update 11/17/2025
Updated for live hotfix.
## Update 11/14/2025
- loader: Fix SendSetForegroundWindow - should help resolve some issues with focus swapping
## Update 11/13/2025
Updated for live hotfix.
- Fix achievements not reading properly
- Fix Item.CashLoot not returning the proper value
- Fix FindItemWnd additional columns overlapping existing columns
## Live Patch Update 11/12/2025
- Includes all changes from previous test patches.
Additional fixes:
- Fix crash when inspecting cash loot bag.
## Test Patch Update 11/6/2025
- Added new EquipmentItem TLO that provides access to the new equipment keyring. Usage is
the same as other keyrings.
- Locked Items are added to the client, but access through MQ is not available yet.
- Added CashLoot member to Item type
## Previous Updates
Posted by: Redbot
Back
Top