Signup Now
Results 1 to 10 of 10
  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    12
    Reputation
    10
    Rep Power
    0

    Life Ring if mana < 50%

    Hi guys,
    I need life ring changer like a soft boots changer. I search this but not found.
    If mana % lower than 50% put life ring to finger, but if mana % higher than 90% put life ring to brown backpack.
    Its possible?

    Thx for answer

  2. #2
    Moderator sirmate's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    42
    Reputation
    37
    Rep Power
    0
    auto(1000)
    if ($mppc < 50 and $finger.id ~= 3089 and itemcount(3052, 'brown backpack') > 0) then
    moveitems(3052, 'finger', 'brown backpack', 100) waitping()
    elseif ($mppc > 90 and $finger.id == 3089) then
    moveitems(3089, 'brown backpack', 'finger', 100) waitping()
    end
    Last edited by sirmate; 01-04-2014 at 03:01 PM.
    (๏̯͡๏ )

  3. #3
    Banned
    Join Date
    Dec 2013
    Posts
    150
    Reputation
    10
    Rep Power
    0
    How do other action if i want put ring all the time when last end. dont important mana %

  4. #4
    Moderator sirmate's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    42
    Reputation
    37
    Rep Power
    0
    auto(1000)
    if ($finger.id ~= 3089 and itemcount(3052, 'brown backpack') > 0) then
    moveitems(3052, 'finger', 'brown backpack', 100) waitping()
    end
    Last edited by sirmate; 01-04-2014 at 03:08 PM.
    (๏̯͡๏ )

  5. #5
    Free User
    Join Date
    Dec 2013
    Posts
    12
    Reputation
    10
    Rep Power
    0
    sirmate this script dont work for me. Dont know why but i put this script in hotkey and try active and i cant. I have HUD "active hotkeys" and when i try active this, script does not display.

  6. #6
    Moderator sirmate's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    42
    Reputation
    37
    Rep Power
    0
    I did added "auto(1000)" on the begining now, forgot to add it earlier. I tested script myself and it works as supposed. Please be sure that you keep your life rings in brown backpack or edit backpack name to proper one.
    (๏̯͡๏ )

  7. #7
    Free User
    Join Date
    Dec 2013
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Working great!

    Thx so much.

  8. #8
    Free User Rickiey's Avatar
    Join Date
    Aug 2014
    Location
    The Netherlands
    Posts
    51
    Reputation
    13
    Rep Power
    20
    Quote Originally Posted by sirmate View Post
    auto(1000)
    if ($mppc < 50 and $finger.id ~= 3089 and itemcount(3052, 'brown backpack') > 0) then
    moveitems(3052, 'finger', 'brown backpack', 100) waitping()
    elseif ($mppc > 90 and $finger.id == 3089) then
    moveitems(3089, 'brown backpack', 'finger', 100) waitping()
    end
    Thumbs up!

  9. #9
    Free User
    Join Date
    Jul 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    I need an action to use the ring in place, the hunt in my case one wanted to spend the bixos of drefia in case the ring to stay invisible

  10. #10
    Free User contexto's Avatar
    Join Date
    Dec 2015
    Posts
    23
    Reputation
    10
    Rep Power
    0
    Great job!

 

 

Posting Permissions

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