ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Cuemif on August 06, 2011, 12:26:29 AM

Title: Mirror image
Post by: Cuemif on August 06, 2011, 12:26:29 AM
I am looking for a script that when HP gets so low it cast mirror image . I was thinking of trying to write this but I just suck lol so not gonng even attempt was hoping maybe some one could throw me a bone or maybe point in the right direction thanks in advance
Title: Re: Mirror image
Post by: Crome969 on August 06, 2011, 01:01:40 AM
Code: [Select]
set %x 50 ; Your Lifepoints to trigger
If #Hits < %x && #followers <> #maxFol
{
Event macro 15 252
wait 10
}

More informations how to:
http://wiki.easyuo.com/index.php?title=Documentation#Event

Kind regards Crome
Title: Re: Mirror image
Post by: Cuemif on August 06, 2011, 02:06:54 AM
Thank you