Signup Now
Results 1 to 3 of 3

Thread: Refiller

  1. #1
    Free User pvpneutral's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    59
    Reputation
    11
    Rep Power
    21

    Question Refiller

    Can post a "refiller" action to WindBot?

    []'s

  2. #2
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    --Buy Potions
    if not islocation() then
    gotolabel('StartDepot', 'Depot')
    end

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

    --sell all flasks
    sellflasks() waitping()

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


    Are you talking about that ?

  3. #3
    Free User pvpneutral's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    59
    Reputation
    11
    Rep Power
    21
    yep,thank you !

 

 

Posting Permissions

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