Signup Now
Results 1 to 10 of 10
  1. #1
    Free User
    Join Date
    Dec 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0

    Angry Depotaction with bug

    My depotaction IS right? I put to deposit the rare items in red bp and stack items in brocade bp, but the bot is not deposited , they know what can it be?

    depotaction('raredp', 'rare', {'a', 'raredp', 'b', 'stackdp'})

  2. #2
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,468
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by Spectro Hur View Post
    My depotaction IS right? I put to deposit the rare items in red bp and stack items in brocade bp, but the bot is not deposited , they know what can it be?

    depotaction('raredp', 'rare', {'a', 'raredp', 'b', 'stackdp'})
    by default the bot is opening the depot box number 1.

    you can move his backpacks to depot box number 1 or set a new favorite box with the action:
    setfavoritedepot(5) -- this will set opendepot(...) / depotaction(...) to use depot index 5


    more information about this check here: https://forums.tibiawindbot.com/show...l=1#post312235
    Helped you? REP+

  3. #3
    Free User
    Join Date
    Dec 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0
    Thanks man!

  4. #4
    Free User
    Join Date
    Nov 2015
    Posts
    39
    Reputation
    10
    Rep Power
    0
    yellow backpack is main bp in 1st depot

    got this action:
    closewindows()

    setsetting("Looting/OpenNextBP","no")

    -- Open backpack
    local lootBp = getuseroption('lootBp')
    local mainBp = getuseroption('mainBp')

    openitem(mainBp, 'back') wait(700,1000)
    resizewindows(mainBp, '0') wait(700,1000)
    openitem(lootBp, mainBp, 'opennew') wait(700,1000)
    resizewindows(lootBp, '1') wait(700,1000)

    while itemcount(lootBp, lootBp) > 0 do
    openitem(lootBp, lootBp)
    end

    then got this action after it:
    setfavoritedepot(1)
    depotaction('maindpbp', 'rarebp', {'b','raredpbp'})

    and this is what i got:
    (Action: 40) Couldn't find item named 'yelllow backpack'. Future warnings for this script will be shown in the Debug Script Log.

    in my others cavebot scripts it's working, am I missing something?

  5. #5
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    yellow is spellt with 2 'l' not 3

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  6. #6
    Free User
    Join Date
    Nov 2015
    Posts
    39
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by ozzix View Post
    yellow is spellt with 2 'l' not 3
    omg... im retarded ;i

  7. #7
    Free User
    Join Date
    Dec 2015
    Posts
    70
    Reputation
    10
    Rep Power
    17
    Quote Originally Posted by Borges View Post
    by default the bot is opening the depot box number 1.

    you can move his backpacks to depot box number 1 or set a new favorite box with the action:
    setfavoritedepot(5) -- this will set opendepot(...) / depotaction(...) to use depot index 5


    more information about this check here: https://forums.tibiawindbot.com/show...l=1#post312235
    Quote Originally Posted by ozzix View Post
    yellow is spellt with 2 'l' not 3
    beach backpack -> stack
    in depot (1st slot) orange backpack

    in beach backpack brown mushrom (category f )


    depotaction('orange backpack','stack', { 'f' })

    14:45:22 (NewHotkey5) Couldn't find item named ''. Future warnings for this script will be shown in the Debug Script Log.
    Last edited by klabaternik; 01-13-2016 at 02:14 PM.

  8. #8
    Free User
    Join Date
    Dec 2015
    Posts
    70
    Reputation
    10
    Rep Power
    17
    please help

  9. #9
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,769
    Reputation
    151
    Rep Power
    31
    you didnt give the category any destination, should be something like, { 'f', 'brown backpack' }

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  10. #10
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,468
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by klabaternik View Post
    beach backpack -> stack
    in depot (1st slot) orange backpack

    in beach backpack brown mushrom (category f )


    depotaction('orange backpack','stack', { 'f' })

    14:45:22 (NewHotkey5) Couldn't find item named ''. Future warnings for this script will be shown in the Debug Script Log.
    check this: https://forums.tibiawindbot.com/show...full=1#post476
    Helped you? REP+

 

 

Posting Permissions

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