• 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

Question - Mage epic pet

branjb

New member
Joined
May 3, 2015
RedCents
10¢
How would I go about summoning new mage epic pets if the current one dies (or due to the mechanics, is it not possible)?

Issue is that the pet is summoned via the clicky effect on the mage epic. The mage epic only has one charge though, so if that charge is expended you have to destroy the current epic and resummon a new one via the spell Summon Orb.

So what would have to happen is every time a new pet is summoned, the epic would have to be destroyed and a new one summoned and placed in the main hand.

I couldn't find anything detailing how to make this work. Anyone have any ideas?
 
errr yaaa not currently
try this ugly hack
set
Rich (BB code):
PetSpell=your epic item
find
Rich (BB code):
       | Pet spell mem check
        /if (!${Me.Gem[${PetSpell}]}) {
            /memorize "${PetSpell}" gem${MiscGem}
            /delay 350 ${Me.SpellReady[${PetSpell}]}
        }
and replace it with
Rich (BB code):
| Pet spell mem check
        /if (!${Me.Gem[${PetSpell}]} && ${Me.Book[${PetSpell}]}) {
            /memorize "${PetSpell}" gem${MiscGem}
            /delay 350 ${Me.SpellReady[${PetSpell}]}
        } else {
            /call CastWhat "${PetSpell}" ${Me.ID} DoPetStuff
            /return
        }
 
Last edited:
Question - Mage epic pet

Users who are viewing this thread

Back
Top
Cart