• 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 (Test Server)

Vanilla Very Vanilla MQ (Test Server) 3581

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
Automated release. Commit hashes:
vv: 412ee18e35cd9195a4a9b7fd3fed16a0b4acbcba
cwtn: e0b1407435e5ccb48617a0880896050b3a376e71
eqlib: 1609c9c3f666073db804a0212c7f250b101df803
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
## Update 1/21/2026
Update for latest test 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: b0b4365a56816087013dcd1494a42d675cd6e7b2
cwtn: 628e7d3c771c84ed18f65c6d69cd528dd7347e0f
eqlib: be23cc6eee048eee655315648474d02ffb96109f
Posted by: Redbot
## 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: 9b790aa2b8eb9b047d699f9acf418638631f061a
cwtn: fe54907f51057b015de8738b9f4b317f43ae9eb6
eqlib: a3eb3246a9a76bd5c7501e709c9d7369569b2c93
Posted by: Redbot
Automated release. Commit hashes:
vv: 69b613053c047fac285e281370e8b86a49fa3a3f
cwtn: 1085fc9de221b260cab62481718dcf03defd1011
eqlib: a3eb3246a9a76bd5c7501e709c9d7369569b2c93
Posted by: Redbot
Automated release. Commit hashes:
vv: 54dc25e6cac28026bd3ed9b62e805f65c05e5947
cwtn: 3fb2ffe586faf2870346e6bfc0c40fcc6bf86042
eqlib: a3eb3246a9a76bd5c7501e709c9d7369569b2c93
Posted by: Redbot
Automated release. Commit hashes:
vv: b3987dbe3ee8110d2ab9119428bf3357e2a0469b
cwtn: 39721f0c1d44f70da97159e3008d3a8bfe185d42
eqlib: a3eb3246a9a76bd5c7501e709c9d7369569b2c93
Posted by: Redbot
Automated release. Commit hashes:
vv: 0d384e6e99963130c0c61a1af093c9816a8782c1
cwtn: 81d5c628d9713213abf1df8d0be9b9e472a44217
eqlib: a3eb3246a9a76bd5c7501e709c9d7369569b2c93
Posted by: Redbot
Back
Top