• 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
MageGear

Utility MageGear 2.3.25

No permission to download

Features ⛲


- Focus items and player beg (#3)
* feat: focus items and player beg

players can ask for focus items
also currently ammo

should also address requesting a single weapon.

if clicking target from the GUi we will do player items and focus then pet items.

* style:

cosmetics

* fix: cmd beg for player or focus double summoning
(672aa9c) ~Grimmier378
- Dynamic list spells, begging (#1)
* feat: dynamlc list spells, begging

the drop down lists will only list spells you know and pull from your book this way we don't have to create a list of spells to maintain.

This check is done when the script is loaded. if you mem new stuff reload the script.

added begging
`/tell magename list toys` will reply with the types the user can ask for weapons, armor,mask, belt, jewlery, or all

`/tell mage toys type` will summon that type of item for the requester ex: `/tell mage toys weapons` will summon weapons
where all will summon each type one after the other.

the selected spells chosen by the mage or the highest lvl one will be defaulted.

Selected items will persist between loading

in thie future this can be expanded to select specific items

* feat: buffbeg options

`/tell mage list [weapons,jewelry,armor,mask,belt]` will list the available spells from those categories

`/tell mage [weapons,armor,jewelry,mask,belt] #` will tell the mage to summon the specified item from the lit in that category.
You can do #,# for weapons to set primary and secondary.
(7659899) ~Grimmier378

〰️Commits​


Update README.md
(a259d6e) ~RedFrog24
Update README.md
(476c86b) ~RedFrog24
Major new SpellBook Spell Loading Improvement.
RGMercs Fix:
runs /rgl pauseall and unpauseRGMercs: Only runs /rgl unpauseall , avoiding unnecessary unpause attempts.

Removed Debug Spam:
In getSpells, removed MGear calls for Added weapon from Summon Weapon and Added weapon from Misc.

Removed Hover Output:
In mageGear, removed MGear calls for Self button hovered color applied, Target button hovered color applied, and Group button hovered color applied.

Exclude Wizard Familiars:
Added familiarSpells table with common wizard familiar spell names.

New isWizardFamiliar function checks if a pet’s spell or name matches the blacklist.

In the Group loop, skips pets identified as familiars with a specific log message.

Integrated into doSummonPet and doRun loops to pause before operations and unpause after.

Fix Spellbook Stuck:

Improved Group Summoning

[2.3.6] - 2025-04-03​


〰️Commits​


2.3.6

Removed distance spam from moveToPet function by removing the repeated distance logging during navigation
(0549619) ~RedFrog24
2.3.4

Changes in v2.3.4
Navigation Delay:
In moveToPet, added mq.delay(1000) after reaching the pet (distance ≤ 20) and before returning true. This gives the game a moment to stabilize post-navigation.

Hover Colors:
The "Self", "Target", and "Group" buttons already had imgui.PushStyleColor(ImGuiCol.ButtonHovered, getHoverColor()) applied in v2.3.3, and it’s retained here. Confirmed it matches the "Summon" button styling.

Header Update:
Updated the version to v2.3.4 and noted the nav delay and hover color restoration in the comments.
(505a59b) ~RedFrog24
2.3.3

Changes in v2.3.4
Navigation Delay:
In moveToPet, added mq.delay(1000) after reaching the pet (distance ≤ 20) and before returning true. This gives the game a moment to stabilize post-navigation.

Hover Colors:
The "Self", "Target", and "Group" buttons already had imgui.PushStyleColor(ImGuiCol.ButtonHovered, getHoverColor()) applied in v2.3.3, and it’s retained here. Confirmed it matches the "Summon" button styling.

Header Update:
Updated the version to v2.3.4 and noted the nav delay and hover color restoration in the comments.
(8f931d4) ~RedFrog24
2.3.2

Changes in v2.3.2
Bag Handling:
Removed extractBagItems.

giveItemToPet summons bags (armor, jewelry) and hands them over directly with handCursorToPet.

Order: Weapons > Belt > Mask > Armor > Jewelry.

Secondary Weapon Fix:
Removed mq.TLO.FindItem checks in giveItemToPet.

Always summons both primary and secondary weapons, even if identical.

UI Enhancements:
Kept your animated “Summon” button.

Added getHoverColor for Self/Target/Group buttons.

Retained your memorizeSpell and moveToPet logic.

Debugging:
Added success messages in summonItem for clarity.
(37fde65) ~RedFrog24
(53c6e3d) ~RedFrog24
Initial commit
(fd9e987) ~RedFrog24
Removed distance spam
- fixed issue where two identical weapons selected made only one weapon summon - ty AMS !
- HuntBuddy link removed (ty AMS!)
-slight improvements
- New Themes: Water Mage
- GUI tooltips
Back
Top
Cart