Signup Now
Results 1 to 4 of 4

Thread: Use energy ring

  1. #1
    Free User hiransm's Avatar
    Join Date
    Dec 2013
    Posts
    133
    Reputation
    10
    Rep Power
    21

    Use energy ring

    I want a action like this:
    if maround(9)(icegolem) >= 3
    moveitens energy ring, ring

    this was only an example

    ty
    Check my project HERE

    Check my scripts HERE

  2. #2
    Free User Turc's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    33
    Reputation
    12
    Rep Power
    0
    auto(100)
    if maround(9, 'ice golem') >= 3 then
    equipitem(3051, 'finger')
    elseif $finger.id == 3051 then
    moveitems(3051, 'red backpack', 'finger')
    end

  3. #3
    Free User hiransm's Avatar
    Join Date
    Dec 2013
    Posts
    133
    Reputation
    10
    Rep Power
    21
    ty turc, but can i put "main bp" ?
    Check my project HERE

    Check my scripts HERE

  4. #4
    Free User Turc's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    33
    Reputation
    12
    Rep Power
    0
    change red backpack to name of backpack You have set at main. BLue, red, brown etc..

 

 

Posting Permissions

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