Signup Now
Results 1 to 2 of 2

Thread: useitem help

  1. #1
    Wind Powered
    Join Date
    May 2015
    Posts
    72
    Reputation
    14
    Rep Power
    18

    Exclamation useitem help

    Hello, somebody can help me with this?
    I want a persistent to use a party trumpet on every 5 minutes
    i'm using this:
    auto(300000, 310000)
    useitem('party trumpet')
    wait(300000)
    end

    but this persistent uses the party trumpet all time with no delay

  2. #2
    Free User
    Join Date
    Sep 2015
    Posts
    3
    Reputation
    10
    Rep Power
    0
    If you set useitem('party trumpet') on high rate for example 10~ times per second client won't be able to perform it in such speed so even after you stop script client will still perform useitem('party trumpet') until he compete all demanded actions.
    This should work
    PHP Code:
    auto(300000310000)
    useitem('party trumpet')
    waitping() 

 

 

Posting Permissions

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