• 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

pet/loot

grumpy101

New member
Joined
May 11, 2005
RedCents
working a bard and a bst togther. looking to send bst pet in at 60% and have bst loot when npc is dead. found a few macro's but cannt seam to get them to do what I wish them to do :mad:

any one got one thats working if they could share it would be great.

thanks
 
Rich (BB code):
/if (${Target.PctHps}<=60) /petattack
to have the pet attack and I'll get back to you on the looting
 
Last edited:
Would also have to add code that will /assist the bard after an exp message to ensure beast is on same target. But that shouldnt be too hard.
 
that's easy,
Rich (BB code):
#event assistbard "You gain party experience!!"


Sub Main

:loopstart
/doevents
/if (${Target.PctHps}<=60) /petattack
/return

Sub event_assistbard
/target Bard'sNameHere
/assist
/return
 
Then the command it /pet attack, thought it was one word, *shrug* Just put a space between pet and attack.
 
pet/loot

Users who are viewing this thread

Back
Top
Cart