Signup Now
Results 1 to 4 of 4
  1. #1
    Free User
    Join Date
    Jun 2015
    Posts
    8
    Reputation
    10
    Rep Power
    0

    Question If target hp less than "x" = exori gran ico

    I want a script that if target (creature) hp < "x" , use Exori Gran Ico ( i want "x" amount to be 300hp or something that i can edit )
    and preferably use Exori Gran Ico if theres only one creature around, 1sqm from me


    OBS: I'm NOT asking for a script that use spell when creature HP Percentage is lower than "x"
    Last edited by duduzito; 06-06-2015 at 02:34 AM.

  2. #2
    Free User
    Join Date
    Jun 2015
    Posts
    8
    Reputation
    10
    Rep Power
    0
    bump.

  3. #3
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    I have forgot if you can use $target.hp but try it!

    auto(200,300)
    if $target.hppc == 'Swarmer' and $target.hp < 300 then
    if cancast('exori gran ico') then
    cast('exori gran ico')
    end
    end



  4. #4
    Free User
    Join Date
    Jun 2015
    Posts
    8
    Reputation
    10
    Rep Power
    0
    yeah, doesn't seems to work, i don't think you can use target.hp then... but thanks anyways for answering

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •