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

pet macro (1 Viewer)

kidder60

New member
Joined
Jan 12, 2005
RedCents
ok heres the deal all i have a lvl 52 ranger on one account and a 60something on another i want to make my ranger the pet and aggro kite with my necro and necros pet is there a macro that can do that for me?
or can i get one of you superduper umber guys to wright a program for me?
i just want ranger to keep hitting mob as i fear him and aggro him
Thanks ALL
 
kidder60 said:
Your wife nags YOU for 2097 points of damage.
Your wife nags YOU for 3689 points of damage.
Your wife begins to cast a spell.
Your eardrums explode.
Your wife has screamed at YOU for 45096 points of non melee damage.
You have been disciplined by your wife!
returning to home point...
LOADING PLEASE W..... *A power cable has been unplugged. Entering ESM(Easy Sleep Mode)

HAHAHA! Thats great
 
ok i have to tell the truth i didnt think ths=at up but i saw it on someone elses and i had to have it lol so anyone able to help me is there a hunter mac i can alter for this
 
This what you want?

Rich (BB code):
/declare masterpet string outer (${Target.Pet}) 

Sub Main(bool warpon)
:loop
/target ${masterpet}
/target (${TargetOfTarget})
/if (!${Target.Type.Equal[NPC]}) /goto :loop
/if (!${Defined[warpon]}) /declare warpon bool inner false
/if (${warpon} = true) /warp target
/stick
/attack on
:waitforit
/if (!${Target.Type.Equal[Corpse]) /goto :waitforit
/goto :loop
 
Wont MQ2Mastermind work for this. you will have to Press a hotkey or 2 for every mob but it will do the trick. I use this to 2box with shammy/zerker. I play the shammy & remote control the Zerker to tank. works very well.

You could set it up for your ranger.
/tell "ranger" /assist "Necro"
/tell "ranger" /stickbehind 8
 
Here is what you do

/plugin mq2mastermind on your ranger
/setmasterkey "pickapersonalpassword"
- send a tell from your Necro to the ranger with the secret password. ie /tell "gheyassranger" "secretpassword"
turn on Assist on the ranger. (so when you assist it turns on auto attack

then you control your ranger with tells from your necro. Basically any /slash command that you can use on the ranger you can do with a tell from the Necro. example

From Necro
/tell "gheyassranger" /assist "necroname"
/tell "gheyassranger" /stick behind 8
you dont use "" `s & there is a space between the ranger`s name & the slash command

I have a ton of Hotkeys set up & it works very well

enjoy
 
pet macro

Users who are viewing this thread

Back
Top