Handing Pet Weps...

kombat

Spammer
Joined
Feb 25, 2007
Messages
66
Reaction score
0
Points
0
hi all, im looking for a way to hand a pet 2x FS weps if i have any in my bags after a pet is cast :).


..this is what i have so far to cast a pet and buff..

..would like to hand him a couple weps..thanks in advance.


sub pet

/echo checking pet

/if (${Target.ID}) {
/echo Looks like something is attacking us, killing it...
/return
}

/if (${Me.Pet.ID}) {
/target clear
/call buffpet
/return

} else {

/memspell ${miscgem} ${spellpet}

/delay 3s

/call cast ${spellpet}

/call buffpet
/return
}

/return

sub buffpet

/if (${Target.ID}) {
/echo Looks like something is attacking us, killing it...
/return
}

/if (${Me.Pet.ID} && !${Me.PetBuff[augment death]}) /call Cast "augment death" gem7 3s
/delay 2s
/target clear

/return
 
Would like this too, except having the mage summon using the spell on it's hot bar and give it to pet, then repeat so two weapons each.