Signup Now
Results 1 to 2 of 2

Thread: auto use item

  1. #1
    Free User
    Join Date
    May 2016
    Posts
    6
    Reputation
    10
    Rep Power
    0

    auto use item

    i would like have a scripts that

    1 each time i could use X item (with id)

    2 if stamina is below that X use itemid

    im playing in ots

  2. #2
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,669
    Reputation
    73
    Rep Power
    26
    Quote Originally Posted by Luuko View Post
    i would like have a scripts that

    1 each time i could use X item (with id)

    2 if stamina is below that X use itemid

    im playing in ots
    Documention will aid you a lot: https://www.tibiawindbot.com/docs.html

    1.
    https://www.tibiawindbot.com/docs.html#events-useitem
    https://www.tibiawindbot.com/docs.html#events-useitemon

    2.
    auto(200)
    if $stamina < 15*60 then
    useitem(xxxx)
    end


    Visit:
    (◣_◢)

 

 

Posting Permissions

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