[EasyUO]KaianaPetsAttack

If you make a Client-side script you can publish it here for other players to use
Locked
User avatar
Kaiana
Elder Scribe
Posts: 148
Joined: Mon Jul 13, 2009 3:07 pm

[EasyUO]KaianaPetsAttack

Post by Kaiana »

This is another little script I use in certain hunting situations. It simply makes your pets attack whatever you attack. If you'd like them to not automatically guard you when your target is cleared (in case you're fighting, for example, the Shadow Knight in Doom), simply delete the last two lines BEFORE the final bracket. Don't delete the bracket.

Code: Select all

if #ENEMYID <> N/A
{
   set %currentEnemy #ENEMYID
   event macro 1 0 All Attack
   target
   set #LTARGETID %currentEnemy
   set #LTARGETKIND 1
   event macro 22 0
   repeat
   {
      sleep 1
   }
   until #ENEMYID = N/A || #ENEMYID <> %currentEnemy
   if #ENEMYID = N/A
      event macro 1 0 All Guard Me
}
♥Kaiana♥ - Administrator of the Heart

Yay for scripting and programming! :)
public bool EasyUOMastery = true;
private double CSharpSkillz = 30.0; //and rising!
User avatar
Efanchenko_MM
Legendary Scribe
Posts: 213
Joined: Mon Aug 11, 2008 4:13 pm
Location: Essex, England

Re: [EasyUO]KaianaPetsAttack

Post by Efanchenko_MM »

another thanks Kaiana! will try later, very usefull! Thanks for sharing with us!
EFANCHENKO MM
Locked