[UOSteam] Alamiester's Easy Train Animal Resist V0.1

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
Alamiester
Legendary Scribe
Posts: 279
Joined: Wed Jan 04, 2017 8:49 pm

[UOSteam] Alamiester's Easy Train Animal Resist V0.1

Post by Alamiester »

i use this trainer while my pets are attacking a ed trainer, that was bought, so they do not attack me. you need to be careful not to hit them ounce you call them back to you, after casting clumsy on them....you are hostile to them. i wouldnt recomend using this unless you have a trainer to have them attack on full time, and you can un equip hands and call back one at a time to stop them from attacking.

[UOSteam] Alamiester's Easy Train Animal Resist V0.1

Code: Select all

//===========================================================================//
//============[UOSteam] Alamiester's Easy Train Animal Resist V0.1============//
//===============================30JUN2022==================================//
//===========================================================================//
//i use this trainer while my pets are attacking a ed trainer, that was bought, so they do not attack me.  you need to//
//be careful not to hit them ounce you call them back to you, after casting clumsy on them....you are hostile to//
//them. i wouldnt recommend using this unless you have a trainer to have them attack on full time, and you can//
//un equip hands and call back one at a time to stop them from attacking.//

if not @findobject 'trainresist'
  headmsg 'Select an animal to train resist on.'
  promptalias 'trainresist'
endif
cast 'Clumsy' 'trainresist'
pause '2400'
Post Reply