Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Free User blakw's Avatar
    Join Date
    Dec 2013
    Posts
    2,669
    Reputation
    73
    Rep Power
    26
    Quote Originally Posted by krunt View Post
    Nop, got nothing...
    In that case it seems Windbot is unable to count the Quiver amount so you will have to use a timed persistent:

    local nameAmmo = 'crystal arrow'
    local containerAmmo = 'beach backpack'
    local maxAmmoQuiver = 600

    auto(30000, 60000)

    if itemcount(nameAmmo, containerAmmo) >= 1
    then
    for i = 1, 4
    do
    moveitems(nameAmmo, 'lhand', containerAmmo, 100)
    wait(300,500)
    end
    end


    Every 30 to 60 sec it will try to move ammunition (try a few times) into the left hand (quiver location).
    Untested*


    Visit:
    (◣_◢)

  2. #12
    Free User
    Join Date
    Apr 2020
    Posts
    4
    Reputation
    10
    Rep Power
    0
    Perfect!

  3. #13
    Free User marcosvim's Avatar
    Join Date
    May 2015
    Posts
    12
    Reputation
    10
    Rep Power
    0
    how i use with Diamond arrow?
    Last edited by marcosvim; 03-14-2021 at 07:14 AM.

  4. #14
    Free User
    Join Date
    Mar 2021
    Posts
    7
    Reputation
    10
    Rep Power
    0
    is it working for you ? because for me not ... its not moving anything to quiver

  5. #15
    Free User Glidarn's Avatar
    Join Date
    Dec 2013
    Location
    Stockholm, Sweden
    Posts
    472
    Reputation
    49
    Rep Power
    21
    Does this work for you guys? My char is putting arrows in the left hand (on the bow spot)

  6. #16
    Free User
    Join Date
    Nov 2015
    Location
    Poland
    Posts
    5
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by krunt View Post
    I tried using it as a persistent action, but it keeps trying to fill the quiver on loop, even when it's full.

    I tried several iterations, but I was not able to solve it.
    can't working can you help me?

  7. #17
    Free User
    Join Date
    Nov 2015
    Location
    Poland
    Posts
    5
    Reputation
    10
    Rep Power
    0
    it works move bolts to quiver but i need before open quiver but right now i cant fix it (

 

 

Posting Permissions

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