Signup Now
Page 8 of 38 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 378
  1. #71
    Free User Nightshade's Avatar
    Join Date
    Dec 2013
    Location
    Brasil
    Posts
    513
    Reputation
    31
    Rep Power
    25
    Quote Originally Posted by Gigio View Post
    Fiz oq falou
    E o char continua sem abrir o depo de venore... Por favor tente rodar o script ai e testar em algum char, venore banco é...

    O Concversion Log melhorou:


    Não deu mais nenhum erro...
    Mas jah o Lua continua com mesmos erros...


    Entendo q falte algo entre essas 2 virgulas, mas não entendo oq falta, pois no ibot funfa sem problemas...
    posta o script ae que eu te ajudo a testar essa parada
    Tibia player since 2003

    +Rep Everyone That Helped You.

    New on WindBot?, Try this amazing tutorial

  2. #72
    Free User
    Join Date
    Feb 2014
    Posts
    4
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Nightshade View Post
    posta o script ae que eu te ajudo a testar essa parada

    Ta ai o script inteiro mano.
    Attachment 1062

    Só baixar colocar acc e pass do char conforme o Lucas falou e por pra rodar, porem ao ativar o cavbot o char fica parado no sqm do depot sem fazer nada....

  3. #73
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,911
    Reputation
    109
    Rep Power
    34
    Quote Originally Posted by Gigio View Post
    Ta ai o script inteiro mano.
    Attachment 1062

    Só baixar colocar acc e pass do char conforme o Lucas falou e por pra rodar, porem ao ativar o cavbot o char fica parado no sqm do depot sem fazer nada....
    Mano, é só vc abrir a action e trocar toptileitem(x,y,z) por topitem(x,y,z).id. Antes de fazer isso, abre a action e clica em Convert From iBot, se não mudar isso que eu te falei então o Lucas tem que mudar na lib.



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  4. #74
    Free User
    Join Date
    Feb 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    auto(800, 1000)
    local itemsToUnrust = {'chain armor', 'scale armor', 'brass armor', 'plate armor', 'plate legs', 'brass legs'}
    local rustyArmors = {8895, 8896, 8898, 8899}

    if ((maround(7) == 0) and ((lootbodies>0) == 0))
    then
    for i,j in ipairs(rustyArmors)
    do
    if itemcount(j) > 0 and itemcount("flask of rust remover") > 0
    then
    useitemon_ib("flask of rust remover",j,LootBP)
    wait(2000)
    end
    end

    for _, v in ipairs(itemsToUnrust)
    do
    if itemcount(v) > 0
    then
    moveitems(v, LootBP, 'ground', 1)
    wait(1000, 2000)
    break
    end
    end
    end

    if itemcount(6558, LootBP) > 0 and maround(4) == 0 then
    useitem(6558, LootBP)
    wait(200, 250)
    end

    if maround(7) == 0 and itemcount("strong mana potion", LootBP) > 0 then
    moveitems("strong mana potion", LootBP, AmmoBP, 100)
    wait(200, 250)
    end

    Im having alot of problems with almost all scripts i try to convert. 08:01:30 ERROR: using items:>> :5:30: Unexpected Symbol `$` in source.

    07:59:49 error in Persistent script using items:
    ["if ((maround(7) == 0) and ((lootbodies>..."]:using items:5 attempt to compare number with nil

    it says that everytime i delete the $ symbol. Its happening on about every script but 1 ive tried so far.

    Thanks

  5. #75
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Gigio View Post
    Fiz oq falou
    E o char continua sem abrir o depo de venore... Por favor tente rodar o script ai e testar em algum char, venore banco é...

    O Concversion Log melhorou:


    Não deu mais nenhum erro...
    Mas jah o Lua continua com mesmos erros...


    Entendo q falte algo entre essas 2 virgulas, mas não entendo oq falta, pois no ibot funfa sem problemas...
    @Gigio, reabra seu bot e atualize a lib. O problema do AntiFurnitureTrap será corrigido.

  6. #76
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Jflem View Post
    auto(800, 1000)
    local itemsToUnrust = {'chain armor', 'scale armor', 'brass armor', 'plate armor', 'plate legs', 'brass legs'}
    local rustyArmors = {8895, 8896, 8898, 8899}

    if ((maround(7) == 0) and ((lootbodies>0) == 0))
    then
    for i,j in ipairs(rustyArmors)
    do
    if itemcount(j) > 0 and itemcount("flask of rust remover") > 0
    then
    useitemon_ib("flask of rust remover",j,LootBP)
    wait(2000)
    end
    end

    for _, v in ipairs(itemsToUnrust)
    do
    if itemcount(v) > 0
    then
    moveitems(v, LootBP, 'ground', 1)
    wait(1000, 2000)
    break
    end
    end
    end

    if itemcount(6558, LootBP) > 0 and maround(4) == 0 then
    useitem(6558, LootBP)
    wait(200, 250)
    end

    if maround(7) == 0 and itemcount("strong mana potion", LootBP) > 0 then
    moveitems("strong mana potion", LootBP, AmmoBP, 100)
    wait(200, 250)
    end

    Im having alot of problems with almost all scripts i try to convert. 08:01:30 ERROR: using items:>> :5:30: Unexpected Symbol `$` in source.

    07:59:49 error in Persistent script using items:
    ["if ((maround(7) == 0) and ((lootbodies>..."]:using items:5 attempt to compare number with nil

    it says that everytime i delete the $ symbol. Its happening on about every script but 1 ive tried so far.

    Thanks
    The $symbol is supposed to stay there, it's used for native variables in WindBot. You shouldn't delete it.

  7. #77
    Free User
    Join Date
    Feb 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    ye but it wont work with it there, thats why i tried to delete it and it still dont work.

    k i fooled around with it now and its saying

    08:33:58 (using items) Couldn't find item named 'flasks of rust remover'. Future warnings for this script will be shown in the Debug Script Log.


    Is it not added into the bot yet? or is it another problem?
    Last edited by Jflem; 02-16-2014 at 02:40 PM.

  8. #78
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Jflem View Post
    ye but it wont work with it there, thats why i tried to delete it and it still dont work.

    k i fooled around with it now and its saying

    08:33:58 (using items) Couldn't find item named 'flasks of rust remover'. Future warnings for this script will be shown in the Debug Script Log.


    Is it not added into the bot yet? or is it another problem?
    It is 'rust remover' only.
    I will add the possibility of adding alternative names to items.xml

  9. #79
    Free User
    Join Date
    Feb 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    ahh ok, ty

  10. #80
    Free User
    Join Date
    Dec 2013
    Posts
    6
    Reputation
    10
    Rep Power
    0
    -- // Do not edit anything below:

    reachgrounditem("depot")
    wait(1000,2000)
    openitem("depot")
    wait(700,900)

    while (windowcount("Depot Chest") == 0)
    do
    openitem(3502, "locker")
    wait(700,900)
    end

    wait(1500, 2000)

    while (windowcount(mainDpBp) == 0)
    do
    openitem(mainDpBp, "Depot Chest")
    wait(700,900)
    end

    wait(1500, 2000)

    --Stack Items to Deposit:
    local getStackItemsToDeposit = stackItemsToDeposit

    --Non-Stack Items to Deposit:
    local getNonStackItemsToDeposit = nonStackItemsToDeposit

    --Number of Loot Backpacks to open:
    local getAmountLootBackpacks = AmountLootBackpacks

    --Engine:
    for i = 1, getAmountLootBackpacks
    do
    depotdeposit_ib(stackDpBp, unpack(getStackItemsToDeposit))
    wait(100, 150)
    depotdeposit_ib(nonStackDpBp, unpack(getNonStackItemsToDeposit))
    wait(100, 150)
    openitem(lootBp, lootBp, false)
    wait(1500, 2000)
    end

    Can Someone help me with this action? Its not working... later he deposite all the loots, the bot stop, dont go to the other waypoint...

 

 

Posting Permissions

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