ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started 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
-
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
-
Thank you