Signup Now
Results 1 to 3 of 3
  1. #1
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21

    Equip energy ring with high ping

    Hello all.

    Since I'm dying like a piece of shit in my mages due this poor cipsoft, there is a way to make a persistent to equip energy ring if my ping goes high like 600+, and wait like 5~10 seconds to take the ring off?

    Thanks in advance.

  2. #2
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by Voltzin View Post
    Hello all.

    Since I'm dying like a piece of shit in my mages due this poor cipsoft, there is a way to make a persistent to equip energy ring if my ping goes high like 600+, and wait like 5~10 seconds to take the ring off?

    Thanks in advance.
    auto(1000)

    local pingg = 500

    if $wptsection == "Hunt" and $ping >= pingg then
    equipitem('energy ring', 'finger', mainbp)
    else
    unequipitem('finger')
    end


    test

  3. #3
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21
    works like a charm! thank you

 

 

Posting Permissions

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