Signup Now
Results 1 to 4 of 4
  1. #1
    Wind Powered
    Join Date
    Mar 2017
    Posts
    2
    Reputation
    10
    Rep Power
    0

    Help me, Buy Potions but don't move to Supplies

    if not islocation() then
    gotolabel('ActBuy', 'GoDeposit')
    end

    say('hi') wait(700,1000)
    npcsay('trade') wait(700,1000)

    --sell all flasks
    sellflasks() wait(500, 1000)

    --buy all the supplies
    foreach supplyitem i 'a' do
    buyitemsupto(i.id, i.uptocount) wait(500, 1000)
    end

  2. #2
    Free User glowingstick's Avatar
    Join Date
    Jan 2014
    Posts
    335
    Reputation
    36
    Rep Power
    21
    What backpack are you using?


    Supplies > SupplyList > Destination

  3. #3
    Wind Powered
    Join Date
    Mar 2017
    Posts
    153
    Reputation
    46
    Rep Power
    15
    If you use Zaoan Chess Box for supplies- it will not work now as it's name is bugged in Tibia.
    Change supplies backpack and it will work again.
    All four vocation project.
    From zero to hero
    CLICK HERE TO CHECK IT OUT!

  4. #4
    Free User
    Join Date
    Apr 2014
    Location
    Netherlands
    Posts
    219
    Reputation
    13
    Rep Power
    21
    use this function:

    Code:
    resupply('categories')
    my script:

    Code:
        
    if not islocation() then
      gotolabel($wptid-2)
    else
      waitping()
      resupply('p')
    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
  •