Signup Now
Results 1 to 5 of 5
  1. #1
    Free User
    Join Date
    Apr 2016
    Posts
    10
    Reputation
    10
    Rep Power
    0

    Utamo vita action x monster help

    You have any action to use utamo vita when you have 3 monsters attacking you ?

    and if you can pass me thank you from already

  2. #2
    Free User
    Join Date
    Aug 2014
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Code:
    auto(100,500)
    if maround(5) > 2 then
    cast('utamo vita')
    waitping()
    end
    use search function next time

  3. #3
    Free User
    Join Date
    Apr 2016
    Posts
    10
    Reputation
    10
    Rep Power
    0
    ok thanks man

  4. #4
    Free User
    Join Date
    Feb 2017
    Posts
    1
    Reputation
    10
    Rep Power
    0
    I would like to know how to use "utamo vita" when a specific creature appears. And my doubt above where there are amount of creatures?

  5. #5
    Free User kirro's Avatar
    Join Date
    Jul 2015
    Posts
    336
    Reputation
    121
    Rep Power
    19
    local monsteramount = 3 --min amount of monsters to cast utamo vita
    local monsters = {'cave rat', 'rabbit'} --list of monsters to consider

    auto (100)
    if maround(7, unpack(monsters)) >= monsteramount and cancast('utamo vita') and not $manashielded then
    cast('utamo vita')
    wait(500)
    end
    Last edited by kirro; 03-14-2017 at 07:55 AM.





    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

 

 

Posting Permissions

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