Signup Now
Page 33 of 38 FirstFirst ... 233132333435 ... LastLast
Results 321 to 330 of 378
  1. #321
    Free User ggaldino's Avatar
    Join Date
    Apr 2014
    Location
    Brasil
    Posts
    4
    Reputation
    10
    Rep Power
    0
    Já tentei de tudo. Se alguém souber algum jeito de arrumar esse abre e fecha de bp, por favor me avise.

    É uma pena, os meus dias de trial estão rolando e eu não usei o bot...

  2. #322
    Free User
    Join Date
    May 2014
    Posts
    10
    Reputation
    10
    Rep Power
    0
    Tô com problema pra abrir o depot. Ele chega no dp e fica parado, não abre o bagulho do locker =(

    setsetting("Looting/OpenNextBP","no")
    setsetting("Cavebot/WalkThroughPlayers","yes")

    closewindows()
    while windowcount_ib() < 2 do
    closewindows()
    wait(1000,2000)
    openitem(MainBPname, "back", true)
    wait(1000,2000)
    resizewindows()
    wait(1000,2000)
    openitem(LootBPname, MainBPname, true)
    wait(1000,2000)
    end

    while windowcount_ib('Locker') == 0
    do
    reachgrounditem('depot')
    openitem('depot') wait(500,1000)
    end

    while windowcount_ib(3502) < 1
    do
    openitem(3502, 'Locker') wait(1000,2000)
    end

    while windowcount_ib(MainDepotname) < 1
    do
    openitem(MainDepotname, 3502) wait(1000, 2000)
    end


    Aparece esse erro:
    (Action: 3) Couldn't find item named 'Locker'. Future warnings for this script will be shown in the Debug Script Log.

  3. #323
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by xtsukune View Post
    Tô com problema pra abrir o depot. Ele chega no dp e fica parado, não abre o bagulho do locker =(

    setsetting("Looting/OpenNextBP","no")
    setsetting("Cavebot/WalkThroughPlayers","yes")

    closewindows()
    while windowcount_ib() < 2 do
    closewindows()
    wait(1000,2000)
    openitem(MainBPname, "back", true)
    wait(1000,2000)
    resizewindows()
    wait(1000,2000)
    openitem(LootBPname, MainBPname, true)
    wait(1000,2000)
    end

    while windowcount_ib('Locker') == 0
    do
    reachgrounditem('depot')
    openitem('depot') wait(500,1000)
    end

    while windowcount_ib(3502) < 1
    do
    openitem(3502, 'Locker') wait(1000,2000)
    end

    while windowcount_ib(MainDepotname) < 1
    do
    openitem(MainDepotname, 3502) wait(1000, 2000)
    end


    Aparece esse erro:
    (Action: 3) Couldn't find item named 'Locker'. Future warnings for this script will be shown in the Debug Script Log.
    Vou atualizar a lib, e esse problema vai ser corrigido. Obrigado por reportar.

  4. #324
    Free User
    Join Date
    May 2014
    Posts
    10
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Lucas Terra View Post
    Vou atualizar a lib, e esse problema vai ser corrigido. Obrigado por reportar.
    Apareceu a atualização, e voltou a funcionar perfeitamente. Muito obrigado pelo excelente trabalho, estão de parabéns

  5. #325
    Free User
    Join Date
    Jan 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    antes no ibot eu usava uma action do script do wallukaz de move potion que assim que as mps estivessem sendo compradas elas seriam passadas pra bp de potion rapidamente....tipo compra 100 e ja passa pra bp de potion ....agora no wind essa action n funciona e quando funciona ela so passa pra bp de potion uns 4~5 segundos depois que ele sai da loja de potions....assim as vezes ele esta comprando potions e ele acaba abrindo a proxima bp...assim bugando meu bot....oq tem de errado nela??


    aqui esta a action convertida:


    auto(200, 400)
    if itemcount(ManaName, MainBP) > 0 and maround_ib(7, false) == 0 and ((getcontainer_ib(AmmoBP).maxslots - getcontainer_ib(AmmoBP).usedslots) > 0) then
    pausewalking(2000)
    moveitems(ManaName, AmmoBP, MainBP, 100)
    pausewalking(0)
    wait(200, 400)
    end



    se precisar lucas eu te passo meu script ....obrigado

  6. #326
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quais os valores da MainBP e AmmoBP?

  7. #327
    Free User
    Join Date
    Jan 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Lucas Terra View Post
    Quais os valores da MainBP e AmmoBP?

    Com valores você quis dizer nomes das bps??? se for pra main bp eu uso jewelled e potions uso zaoan chess box...

    no meu setup esta assim:

    -- Script by walukasz
    -- EK Brimstone Bugs Keeper Cave 1.1.0

    MainBP = 'jewelled backpack'
    AmmoBP = 'zaoan chess box'
    LootBP = 'blue backpack'
    GoldBP = 'orange backpack'
    RingBP = 'fur backpack'

    MainDPBP = 'red backpack'
    AddonDPBP = 'beach backpack'
    RandomDPBP = 'beach backpack'

    ManaName = 'mana potion'
    ManaPrice = 50
    BuyMana = 1200

    HealthName = 'great health potion'
    HealthPrice = 190
    BuyHealth = 50

    HiHealthName = 'ultimate health potion'
    HiHealthPrice = 310
    BuyHiHealth = 50

    RefillSofts = true
    BootsId = itemid("boots of haste")

    RefillFood = true
    BuyFood = 300

    ManaCheck = 200
    HealthCheck = 10
    HiHealthCheck = 10
    CapCheck = 50
    StaminaCheck = 840

    ShovelName = 'shovel'
    Mount = true -- Choose true if you want to use mount

    Shortcut = false


    precisar de mais algo so pedir

  8. #328
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    @robszcacau: posta a action do mana shop também, por favor.

  9. #329
    Free User
    Join Date
    Jan 2014
    Posts
    12
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Lucas Terra View Post
    @robszcacau: posta a action do mana shop também, por favor.


    if not islocation() then
    gotolabel('entering_mana_shop')
    end

    say('hi')
    wait(1000, 1200)

    local flaskcount = (itemcount(285, 'all')+itemcount(284, 'all')+itemcount(283, 'all'))

    if flaskcount > 0 then
    npcsay('vial')
    wait(100, 200)

    for i=1, math.ceil(flaskcount/200)+2 do
    npcsay('yes')
    wait(100, 200)
    end
    end

    npcsay('trade')
    wait(600, 800)

    buyitemsupto(HealthName, BuyHealth)
    wait(400, 600)
    buyitemsupto(HiHealthName, BuyHiHealth)
    wait(400, 600)

    local stacks_to_buy = (BuyMana - itemcount(ManaName, 'all'))/100
    for i=1, stacks_to_buy do
    buyitems(ManaName, 100)
    wait(200, 400)
    stacks_to_buy = stacks_to_buy - 100
    end

    buyitemsupto(ManaName, BuyMana)
    wait(200, 400)


    se tiver alguma maneira de eu mandar o script pra vc aqui no forum seria bom tbm '-'...qualquer coisa so falar lucas

  10. #330
    Free User
    Join Date
    Mar 2014
    Posts
    9
    Reputation
    10
    Rep Power
    0
    atualizou a lib e parou de funcionar meus scripts do blakW =/

 

 

Posting Permissions

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