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

    Quiver, Auto Arrow Equip Problem

    Hello Fellow Windbotters, I have encountered a problem.
    I am currently botting on a server called "Ezodus" and they have added a new item "Quiver" which is for your arrows. Im currently using this script:

    local nameAmmo = 'crystalline arrow'
    local containerAmmo = 'dragon backpack'
    local maxAmmoQuiver = 600

    auto(30000, 60000)

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


    This works okay however Windbot keeps trying to put the arrows in the "belt" place. is there a way to stop it from happening? since this is no longer available.
    Thanks every1 for the help. Appreciate it <3

    I already disabled "auto equip ammo" no change.
    Last edited by mouseclickerr; 04-07-2021 at 04:31 PM.

  2. #2
    Free User
    Join Date
    Mar 2021
    Posts
    7
    Reputation
    10
    Rep Power
    0
    Iam using same script and its working properly for me

 

 

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
  •