Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    15
    Reputation
    10
    Rep Power
    0

    need backpack opener when tibia is minimized

    It must 100% work if TIBIA IS MINIMIZED


    anyway thanks

  2. #2
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26

    if $minimized
    then
    restoreclient()
    wait(500,1000)
    openitem("backpack", "back", true)
    wait(500,1000)
    openitem("backpack", "mainbackpack", false)
    wait(500,1000)
    openitem("backpack", "mainbackpack", false)
    wait(1000)
    minimizeclient()
    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
  •