Signup Now
Page 11 of 22 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 215
  1. #101
    Free User
    Join Date
    Dec 2013
    Posts
    44
    Reputation
    10
    Rep Power
    0
    it eas the backpacks everything works awesome awesome script thanks

  2. #102
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26
    Quote Originally Posted by mexana View Post
    it eas the backpacks everything works awesome awesome script thanks
    nice to hear!

    Level Latest Scripts by Dehan
    250+
    [EK & ED & MS & RP] [Navigation] Prison -1
    200+
    [EK & ED & MS] [Navigation] Asura Palace
    200+
    [EK & ED] [Navigation] Lower Roshamuul Softcore

  3. #103
    Free User
    Join Date
    Apr 2015
    Posts
    51
    Reputation
    10
    Rep Power
    19
    Script works great, had to make my own wpts for fibula but it was worth

  4. #104
    Free User
    Join Date
    Aug 2015
    Posts
    8
    Reputation
    10
    Rep Power
    0
    thanks

  5. #105
    Wind Powered wybocenooba's Avatar
    Join Date
    Jan 2014
    Posts
    409
    Reputation
    16
    Rep Power
    21
    @Dehan can you add new items like oriental shoes bc bot dont take it from inbox and sell to rashid

  6. #106
    Wind Powered
    Join Date
    Dec 2013
    Posts
    29
    Reputation
    10
    Rep Power
    0
    @Dehan , if its possible : Could you add Oramond npc as well as Ustan (port hope) ?

  7. #107
    Free User Retro Seller's Avatar
    Join Date
    Mar 2015
    Posts
    8
    Reputation
    10
    Rep Power
    0
    what about the npc Baltim from tyrsung??

  8. #108
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26
    Quote Originally Posted by wybocenooba View Post
    @Dehan can you add new items like oriental shoes bc bot dont take it from inbox and sell to rashid
    It is connected to Raph's Lib, he will release an update soon

    Quote Originally Posted by Taragosh View Post
    @Dehan , if its possible : Could you add Oramond npc as well as Ustan (port hope) ?
    I will release and update this week

    Quote Originally Posted by Retro Seller View Post
    what about the npc Baltim from tyrsung??
    Im not planning on adding this one, sorry mate

    Level Latest Scripts by Dehan
    250+
    [EK & ED & MS & RP] [Navigation] Prison -1
    200+
    [EK & ED & MS] [Navigation] Asura Palace
    200+
    [EK & ED] [Navigation] Lower Roshamuul Softcore

  9. #109
    Free User
    Join Date
    Oct 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    Hello @Dehan
    I tried to change your function to take items from bp in depot, I already did it and it works, it goes to last bp filled with items but when it's becoming empty, I must throw it out (this empty bp) manually. Do you have some solution for it? Maybe open first bp, then take loot, when it is empty then open next bp?

    I'm not good at scripting and I think that you can solve it easy.
    PS. Of course I had to change others function to work it but I just paste this most important here .
    Anyway great script.

    function dehandepot3()
    --GETTING LOOTS FROM INBOX
    local inbox = getcontainer('golden backpack')
    STOP = false
    imovecount = 1
    local CAP = tonumber(getuseroption('CapValue'))
    for i = 1,inbox.lastpage do
    for _,imove in ipairs(moveids) do
    while $cap > CAP and itemcount(imove,'golden backpack') > 0 and ((iteminfo(imove).iscumulative and $cap >= iteminfo(imove).weight*100) or (not iteminfo(imove).iscumulative and $cap >= iteminfo(imove).weight)) and getcontainer(itemname($back.id)).emptycount > 0 do
    if iteminfo(imove).iscumulative then
    imovecount = 100
    end
    openitem('golden backpack', "golden backpack")
    moveitems(imove, 0, 'golden backpack', imovecount)
    wait(100,300)

    end
    if movecount == 0 and inbox.curpage ~= inbox.lastpage then
    openitem('golden backpack', "golden backpack")
    wait(200,500)
    end
    end
    end
    if movecount == 0 and inbox.curpage == inbox.lastpage then
    STOP = true
    end
    end
    Last edited by anzin; 09-14-2015 at 12:49 PM.

  10. #110
    Wind Powered wybocenooba's Avatar
    Join Date
    Jan 2014
    Posts
    409
    Reputation
    16
    Rep Power
    21
    @Dehan you should change something with "WalkThroughPlayers" bc if bot is in dp and this option is enabled bot sometimes trying to reach dp but he ignore player who stay in this depot but when im disable this option then he get stuck in shops bc again if someone is on action smq with selling loot bot just going back to depo with full bps of loot

 

 

Tags for this Thread

Posting Permissions

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