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

    Close client when x potions

    Hello i need a simply persistent. When x potions then put energy ring and close client. Please for help and thanks for reading

  2. #2
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    Wrong section, next time ask here, about your request:
    init start
    local ringToUse = "energy ring"
    local mp = {name = "mana potion", exit = 30}
    init end

    auto(200, 400) dontlist()
    if itemcount(mp.name) <= mp.exit then
    if itemcount(ringToUse) > 0 then
    equipitem(ringToUse, "finger") wait(300, 600)
    closeclient()
    end
    end

 

 

Posting Permissions

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