Author Topic: Mirror image  (Read 2036 times)

0 Members and 1 Guest are viewing this topic.

Offline CuemifTopic starter

  • Jr. Member
  • **
  • Posts: 41
  • Activity:
    0%
  • Reputation Power: 1
  • Cuemif has no influence.
  • Respect: +5
  • Referrals: 1
    • View Profile
Mirror image
« on: August 06, 2011, 12:26:29 AM »
0
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

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Mirror image
« Reply #1 on: August 06, 2011, 01:01:40 AM »
0
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

Offline CuemifTopic starter

  • Jr. Member
  • **
  • Posts: 41
  • Activity:
    0%
  • Reputation Power: 1
  • Cuemif has no influence.
  • Respect: +5
  • Referrals: 1
    • View Profile
Re: Mirror image
« Reply #2 on: August 06, 2011, 02:06:54 AM »
0
Thank you

Tags: