Signup Now
Page 2 of 65 FirstFirst 12341252 ... LastLast
Results 11 to 20 of 650
  1. #11
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    I preffer using this function to deposit items, it'll reach depot, open depot and deposit your items from 'x' category. OFC you need to edit backpacks in looting depotaction('maindepotname', 'lootbpname', {'b', 'stackdepotname', 'a', 'nonstackdepotname'})

  2. #12
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    The documentation for the Lua library isn't finished yet. It will be finished in the next few days.

  3. #13
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by mistgun;n411
    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
    Sorry, I didn't really get what you want.Could you explain again?

  4. #14
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    dont need it now, found other action depotaction() ..

  5. #15
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,105
    Reputation
    433
    Rep Power
    39
    I would like to get Exori Min hotkey if it's possible

  6. #16
    Moderator sirmate's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    42
    Reputation
    37
    Rep Power
    0
    Quote Originally Posted by Raphael;n575

    Sorry, I didn't really get what you want.Could you explain again?
    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.

  7. #17
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    yea as a sir said btw. welcome sir, hope you will do something here (im just curious how MMH would looks on this bot) !

  8. #18
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by Dworak;n696
    I would like to get Exori Min hotkey if it's possible
    What exactly should it do?

  9. #19
    Free User Wesker's Avatar
    Join Date
    Dec 2013
    Posts
    462
    Reputation
    -65
    Rep Power
    0
    i want 1 with gradients and changing colors that says raphael love's wesker thats what i need fo'ma streamzzzzzz

  10. #20
    Free User arkuro's Avatar
    Join Date
    Dec 2013
    Posts
    43
    Reputation
    10
    Rep Power
    0
    is it possible on this version bot make reconnect ?

 

 

Posting Permissions

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