• 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

Snippet - Great (Animal) Spirit Familiar / How I automate using this kewl item

Joined
Dec 24, 2017
RedCents
1,813¢
I really like the new Great Spirit of Bear pet illusion. I couldn't get it to work using the pet section, so I came up with the below.

Buff Section:
Code:
Buffs1=command:/multi ; /timed 2 /mqp on; /target ${Me.Pet}; /useitem Great Bear Spirit Familiar; /timed 10 /mqp off|Cond1
Buffs2=command:/useitem Curious Companion Compactor|Cond2

Conditions Section:
Code:
## ------ Pet ------ ##

Cond1=${Pet.ID} && !${Pet.Buff[Pet Illusion: Great Bear Spirit]}
Cond2=${Pet.ID} && ${Me.Pet.Height} > 1 && ${Pet.Buff[Pet Illusion: Great Bear Spirit]}

You would have to change it up a tad if you use the tiger or wolf. If you like those pet illusions, I hope this helps you out.
 
Last edited:
I'm guessing the reason it doesn't work in the pet section is because those are weird items that have two different effects depending on what your target is. A lot of the illusions will work whether you have the pet targeted or not, but all of the latest ones that do a familiar or a pet only do the pet part if you have it targeted.

You could make your Cond1 more generic -- you can't cast a second illusion on a pet so any illusion would be a reason not to cast that. There's probably a case for WillLand in there as well.
 
Changed this up a little as it was targeting other peoples pets and then spam casting illusion. It was even spamming the illusion cast when you had no pet. Think I worked out the bugs now though.
 
Why does Buffs1 target other peoples pets? My toons keeps trying to illusion some random noobs pet near me and not mine. It say "/target ${Me.Pet}"

Thoughts?
 
Thank you for posting this @deathlock! I was wanting to keep this illusion on my pet at all times but wasn't sure how to.

I use cwtn and couldn't find the option in the Items section so I set it up using MQ2React:

Gunter:
action: /multiline ; /tar Gunter;/useitem Great Bear Spirit Familiar
condition: "${Pet.ID} && !${Pet.Buff[Pet Illusion: Great Bear Spirit]} && !${Me.Invis}"

Works like a charm. Thanks again! :)
 
I just for the item, and I thought I add the Kissassist version of using the familiar. I am sure for many of you it is self explanatory, but for me it saves a lot of effort to copy/paste existing code:

PetBuffs4=Great Tiger Spirit Familiar|Pet|Cond30

Cond30=!${Pet.Buff[Pet Illusion: Great Bear Spirit]}
 
Snippet - Great (Animal) Spirit Familiar / How I automate using this kewl item

Users who are viewing this thread

Back
Top
Cart