Signup Now
Page 16 of 65 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 647
  1. #151
    Free User
    Join Date
    Dec 2013
    Posts
    24
    Reputation
    11
    Rep Power
    0
    Quote Originally Posted by Leonardo View Post
    Can you send me an image of the items they are using ?

    This image is hosted on a possibly dangerous website (http://static3.wikia.nocookie.net/__cb20060213021927/tibia/en/images/5/58/Pendulum_Clock.gif). Please consider reuploading it on Imgur.com.


    ^ but the default furniture breaker couldnt break it cause there was a vial on the top of it.

  2. #152
    Free User
    Join Date
    Dec 2013
    Posts
    24
    Reputation
    11
    Rep Power
    0
    Quote Originally Posted by Leonardo View Post
    Can you send me an image of the items they are using ?

    This image is hosted on a possibly dangerous website (http://static3.wikia.nocookie.net/__cb20060213021927/tibia/en/images/5/58/Pendulum_Clock.gif). Please consider reuploading it on Imgur.com.


    hotkey couldnt break it cause someone threw a vial on the top of it.

  3. #153
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by InfeCtlll3 View Post

    This image is hosted on a possibly dangerous website (http://static3.wikia.nocookie.net/__cb20060213021927/tibia/en/images/5/58/Pendulum_Clock.gif). Please consider reuploading it on Imgur.com.


    hotkey couldnt break it cause someone threw a vial on the top of it.
    I'll improve anti furniture to use browse field in those cases.

  4. #154
    Free User
    Join Date
    Jan 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by mistgun View Post
    Can you remake this action to one action? I want this action in one code not 2x foreach and openitem(mainbp, mainbp, false) at end if not item found in first bp Please do it if its possible bro


    local lootdpbp = getlootingdestination('lootdepotname')
    local stackdpbp = getlootingdestination('stackdepotname')
    local mainbp = getlootingdestination('lootbpname')


    foreach lootingitem i 's' do
    moveitemsonto(i.id, stackdpbp, mainbp, '1')
    wait(50,150)
    end


    foreach lootingitem i 'n' do
    moveitemsonto(i.id, lootdpbp, mainbp, '1')
    wait(100,200)
    end

    could fix this for me too ?
    My head is on fire and I cant do this, im not good at 'for's


    Quote Originally Posted by sirmate View Post
    I guess he want something like that: loop over looting items, move them to loot bp's in dp, if no items found in bp then open next. Generally standard depositer I suppose.
    @Raphael
    this /\

  5. #155
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    @up, use depotaction() function it will reach depot open specified depot bp and move all items to specified bps. How this function work You can check in tutorial section, gl!

  6. #156
    Free User GrmS_'s Avatar
    Join Date
    Dec 2013
    Posts
    73
    Reputation
    10
    Rep Power
    24
    Quote Originally Posted by mistgun View Post
    @up, use depotaction() function it will reach depot open specified depot bp and move all items to specified bps. How this function work You can check in tutorial section, gl!
    But its interesting this action too, because 'depotaction()' its 'bugged', like, if on my char I have 3 LootBP and they're full, bot doesnt open next, and next etc, just one, or at least it doesnt work for me too

  7. #157
    Free User Nightshade's Avatar
    Join Date
    Dec 2013
    Location
    Brasil
    Posts
    513
    Reputation
    31
    Rep Power
    25
    the action 'depotaction(), dont work like ibot on ibot he work opening first then second then third, here is third then second then first, dont reopen bps before deposit item
    maybe this is your problem
    Tibia player since 2003

    +Rep Everyone That Helped You.

    New on WindBot?, Try this amazing tutorial

  8. #158
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    before depotaction you can put code like

    while itemcount(lootbp, lootbp) > 0
    do openitem(lootbp, lootbp, false)
    end

    this will open yours bps to last
    lootbp = bp with loot

  9. #159
    Free User GrmS_'s Avatar
    Join Date
    Dec 2013
    Posts
    73
    Reputation
    10
    Rep Power
    24
    Quote Originally Posted by Nightshade View Post
    the action 'depotaction(), dont work like ibot on ibot he work opening first then second then third, here is third then second then first, dont reopen bps before deposit item
    maybe this is your problem
    So I finally understand this action, hahahaha
    thanks both of you /\\

  10. #160
    Free User
    Join Date
    Jan 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Amulet equiper please

 

 

Posting Permissions

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