Signup Now
Results 1 to 4 of 4

Thread: Refill Ammo

  1. #1
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21

    Refill Ammo

    Bot function to refill ammo doesnt recognize Infernal Bolts.

    ID: 2890

  2. #2
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Were you wearing infernal bolts in your belt at first? And it didn't refill it?

    Because the ID shouldn't matter. It only checks if the item on your 'rhand' or 'belt' is stackable. If it is stackable and the current amount is lower than the value you set in Cavebot, it will refill it.

  3. #3
    Wind Powered Voltzin's Avatar
    Join Date
    Dec 2013
    Posts
    212
    Reputation
    31
    Rep Power
    21
    Hmm I didn't figured that Cavebot needs to be enabled to refill ammo works. Worked fine with Cavebot enabled, but I think that it should be independent.

  4. #4
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    You can always have a Persistent script that does that for you.

    auto(200)
    if $belt.id > 0 and $belt.count < 50 then
    equipitem($belt.id, 'belt') wait(300, 500)
    end

 

 

Posting Permissions

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