Signup Now
Results 1 to 5 of 5
  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    28
    Reputation
    7
    Rep Power
    0

    Life ringer changer / ring changer

    Well Making a script but not really too great with hotkeys, could anyone help? trying to learn a bit a little tutorial would be great

  2. #2
    Free User smithaux's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    30
    Reputation
    6
    Rep Power
    0
    is that you need?
    Scripter/Hotkeys
    Add New Script
    Name: Life Ring
    Hotkey: what you want :P ( i set in pagedown)




    Script: equipitem('life ring', 'finger') wait(300, 500)

  3. #3
    Free User Turc's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    33
    Reputation
    12
    Rep Power
    0
    So maybe try this?

    equipitem('name of ring','finger')

    EXAMPLE 1: equip ring after every 20 minutes
    auto(1200000)
    equipitem('life ring', 'finger')

    EXAMPLE 2:
    it check, if you wearing ring do nothing, but if not it put new ring
    auto(100)
    if $finger.id ~=
    'life ring' then
    equipitem('life ring', 'finger')
    end


  4. #4
    Free User
    Join Date
    Dec 2013
    Posts
    52
    Reputation
    10
    Rep Power
    21
    thx
    Last edited by Mavic; 12-27-2013 at 08:57 PM.

  5. #5
    Free User
    Join Date
    May 2017
    Posts
    1
    Reputation
    10
    Rep Power
    0
    thanks

 

 

Posting Permissions

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