Signup Now
Page 1 of 12 12311 ... LastLast
Results 1 to 10 of 118
  1. #1
    Free User Garkstal's Avatar
    Join Date
    Dec 2013
    Location
    www.garkstalscripts.com
    Posts
    795
    Reputation
    124
    Rep Power
    23

    Roshamuul Mouthpiece for a horn taker

    Roshamuul Mouthpiece for a horn taker

    Description
    Taking mouthpieces from a box each 30 minutes - multi account support.

    Configuration
    Logout character next to the quest box. On character you need to have: main backpack and some backpacks inside main backpack. Colour of bps doesnt matter. Example below

    Code

    init start
    -- SCRIPT_VERSION 1.0.1
    local accounts = {
    {accNr = "xxx", pw = "xxxx", charList = {"Aarviane Shintimth", "Amakana Zuan", "Brama Deviellius", "Brauan Slonadeon", "Elva Leata", "Fafas Ceck", "Galivandro Sham", "Gewlyna Nebsoucia", "Hart Andriloor", "Leon Raforyna", "Malafti Quida", "Merion Emon", "Minord Zendan", "Nagol Ytart", "Nathas Agrant", "Niver Thonix", "Paured Miliaron", "Sharami Lavona", "Shathod Kadiriko", "Zafan Javen"}},
    }

    -- DO NOT EDIT ANYTHING BELOW
    local TIME = 0
    local firstRun = false
    local randTime = math.random(1, 20)*1000
    init end


    auto(5000, 20000)
    if ((not firstRun) or ($timems > TIME + randtime + 1000*60*31)) and sstime() > 60*10 then
    local firstChar = true
    for _, ACC in ipairs(accounts) do
    for index, accChar in ipairs(ACC.charList) do

    -- Connect char
    while not $connected do
    connect(ACC.accNr, ACC.pw, accChar)
    wait(1000)
    end

    local bpFound, bpNotFull = false, false
    while windowcount() < 2 do
    if windowcount() > 0 then
    closewindows()
    wait(1000, 1200)
    end

    -- Opening main bp
    local mainbp = itemname($back.id)
    while windowcount() == 0 do
    openitem(0, 'back')
    wait(500, 700)
    end

    -- Opening 2nd container
    for i=1, getcontainer(0).itemcount do
    if itemproperty(getcontainer(0).item[i].id, ITEM_CONTAINER) then
    bpFound = true
    while windowcount() < 2 and windowcount(mainbp) > 0 do
    openitem(getcontainer(0).item[i].id, 0, true)
    wait(1000)
    end
    end
    end
    if not bpFound then
    break
    end
    end

    if bpFound then
    if getcontainer(1).emptycount > 0 then
    bpNotFull = true
    else
    while (true) do
    local isContainerInside = false
    for i=1, getcontainer(1).itemcount do
    if not bpNotFull then
    if itemproperty(getcontainer(1).item[i].id, ITEM_CONTAINER) then
    isContainerInside = true
    openitem(getcontainer(1).item[i].id, 1, false)
    wait(200, 300)
    if getcontainer(1).emptycount > 0 then
    bpNotFull = true
    break
    else
    i = 0
    end
    end
    end
    end
    if bpNotFull or not isContainerInside then
    break
    end
    end
    end
    end

    if not bpFound or not bpNotFull then
    if not bpFound then
    printerror("Character " .. accChar .. " dont have any container inside main bp, removed from the character list.")
    table.remove(ACC.charList, index)
    elseif not bpNotFull then
    printerror("Character " .. accChar .. " used all slots in second container, removed from the character list.")
    table.remove(ACC.charList, index)
    end

    while $connected do
    logout()
    wait(1000)
    end
    press('[ESC]')
    wait(1000, 1500)
    else
    if (math.abs($posx - 33502) + math.abs($posy - 32545)) > 1 then
    reachlocation(33502, 32545, 7)
    wait(500)
    end

    local tempCap, tries = $cap, 0
    while $cap == tempCap and $cap > 1 and tries < 3 do
    useitem(15055, 33502, 32545, 7)
    wait(200, 300)
    tries = tries + 1
    end

    if tempCap ~= $cap then
    increaseamountlooted(20057, 1)
    end

    while itemcount(20057, 0) > 0 and getcontainer(1).emptycount > 0 do
    moveitems(20057, 1, 0, 1)
    wait(500)
    end

    while $connected do
    logout()
    wait(1000)
    end

    press('[ESC]')
    wait(1000, 1500)
    end
    end
    if firstChar then
    TIME, randtime, firstRun = $timems, math.random(1, 20)*1000, true
    firstChar = false
    end
    end
    end
    Last edited by Garkstal; 06-02-2015 at 02:12 PM.
    http://i.imgur.com/lkWkIMg.png
    ........................Script Name......................
    Profession
    Asura Palace ED + EK
    Characters for sale! | Like Our Facebook! | Sell Tibia Gold

  2. #2
    Free User
    Join Date
    Oct 2014
    Posts
    49
    Reputation
    10
    Rep Power
    0
    @Garkstal i can take this with any character level ?

  3. #3
    Free User Garkstal's Avatar
    Join Date
    Dec 2013
    Location
    www.garkstalscripts.com
    Posts
    795
    Reputation
    124
    Rep Power
    23
    Quote Originally Posted by wilzone View Post
    @Garkstal i can take this with any character level ?
    Yes, just logout them with backpacks near the box.
    http://i.imgur.com/lkWkIMg.png
    ........................Script Name......................
    Profession
    Asura Palace ED + EK
    Characters for sale! | Like Our Facebook! | Sell Tibia Gold

  4. #4
    Free User
    Join Date
    Oct 2014
    Posts
    49
    Reputation
    10
    Rep Power
    0
    do u can but a map with the place of the box?

  5. #5
    Free User Kamcio's Avatar
    Join Date
    Jan 2014
    Posts
    164
    Reputation
    37
    Rep Power
    21
    @Garkstal

    Awesome 560 items in 14h on acc with 20 nobchars
    work without any bug

    btw, u can make action for me? add to monitor my hunting items who i get?

  6. #6
    Free User Garkstal's Avatar
    Join Date
    Dec 2013
    Location
    www.garkstalscripts.com
    Posts
    795
    Reputation
    124
    Rep Power
    23
    Quote Originally Posted by Kamcio View Post
    @Garkstal

    Awesome 560 items in 14h on acc with 20 nobchars
    work without any bug

    btw, u can make action for me? add to monitor my hunting items who i get?
    For this item or which one?
    http://i.imgur.com/lkWkIMg.png
    ........................Script Name......................
    Profession
    Asura Palace ED + EK
    Characters for sale! | Like Our Facebook! | Sell Tibia Gold

  7. #7
    Free User Kamcio's Avatar
    Join Date
    Jan 2014
    Posts
    164
    Reputation
    37
    Rep Power
    21
    Quote Originally Posted by Garkstal View Post
    For this item or which one?
    for Mouthpiece for a horn

  8. #8
    Banned
    Join Date
    Nov 2014
    Location
    Madrid, Spain
    Posts
    250
    Reputation
    7
    Rep Power
    0
    Quote Originally Posted by Garkstal View Post
    Roshamuul Mouthpiece for a horn taker

    Description
    Taking mouthpieces from a box each 30 minutes - multi account support.

    Configuration
    Logout character next to the quest box. On character you need to have: main backpack and some backpacks inside main backpack. Colour of bps doesnt matter. Example below

    Code

    init start
    local accounts = {
    {accNr = "11111", pw = "xxxxxx", charList = {"char 1", "char 2"}},
    {accNr = "22222", pw = "yyyyyy", charList = {"Char 3", "Char 4", "Char 5"}}, -- You can put in charList up to 20 characters for each acc
    }

    -- DO NOT EDIT ANYTHING BELOW
    local TIME = 0
    local firstRun = false
    local randTime = math.random(1, 20)*1000
    init end


    auto(5000, 20000)
    if (not firstRun) or ($timems > TIME + randtime + 1000*60*30) then
    local firstChar = true
    for _, ACC in ipairs(accounts) do
    for _, accChar in ipairs(ACC.charList) do
    while not $connected do
    connect(ACC.accNr, ACC.pw, accChar)
    wait(1000)
    end
    local bpFound, bpNotFull = false, false
    while windowcount() < 2 do
    if windowcount() > 0 then
    closewindows()
    wait(1000, 1200)
    end
    local mainbp = itemname($back.id)
    openitem(0, 'back')
    wait(1500, 1700)
    for i=1, getcontainer(0).itemcount do
    if itemproperty(getcontainer(0).item[i].id, ITEM_CONTAINER) then
    bpFound = true
    while windowcount() < 2 and windowcount(mainbp) > 0 do
    openitem(getcontainer(0).item[i].id, 0, true)
    wait(1000)
    end
    end
    end
    if not bpFound then
    break
    end
    end
    if bpFound then
    if getcontainer(1).emptycount > 0 then
    bpNotFull = true
    else
    while true do
    local isContainerInside = false
    for i=1, getcontainer(1).itemcount do
    if not bpNotFull then
    if itemproperty(getcontainer(1).item[i].id, ITEM_CONTAINER) then
    isContainerInside = true
    openitem(getcontainer(1).item[i].id, 1, false)
    wait(1000)
    if getcontainer(1).emptycount > 0 then
    bpNotFull = true
    else
    i = 0
    end
    end
    end
    end
    if bpNotFull or not isContainerInside then
    break
    end
    end
    end
    end
    if not bpFound or not bpNotFull then
    if not bpFound then
    printerror("Character " .. accChar .. " dont have any container inside main bp, skipped to next char.")
    elseif not bpNotFull then
    printerror("Character " .. accChar .. " used all slots in second container, skipped to next char.")
    end
    while $connected do
    logout()
    wait(1000)
    end
    press('[ESC]')
    wait(1000, 1500)
    else
    if (math.abs($posx - 33502) + math.abs($posy - 32545)) > 1 then
    reachlocation(33502, 32545, 7)
    wait(500)
    end

    local tempCap = $cap
    while $cap == tempCap and $cap > 1 do
    useitem(15055, 33502, 32545, 7)
    wait(1000)
    end

    while itemcount(20057, 0) > 0 and getcontainer(1).emptycount > 0 do
    moveitems(20057, 1, 0, 1)
    wait(500)
    end

    while $connected do
    logout()
    wait(1000)
    end

    press('[ESC]')
    wait(1000, 1500)
    end
    end
    if firstChar then
    TIME, randtime, firstRun = $timems, math.random(1, 20)*1000, true
    firstChar = false
    end
    end
    end
    yo! what is this quest for?

  9. #9
    Free User Kamcio's Avatar
    Join Date
    Jan 2014
    Posts
    164
    Reputation
    37
    Rep Power
    21
    @Garkstal



    I do not know why it pops up, u can help me?

  10. #10
    Free User
    Join Date
    Mar 2014
    Posts
    16
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Kamcio View Post
    @Garkstal



    I do not know why it pops up, u can help me?


    I do also goes that error that can be fixed ?

 

 

Posting Permissions

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