Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    Jan 2015
    Posts
    4
    Reputation
    10
    Rep Power
    0

    Deposit if a specific item was looted

    Hey,
    I would like to force bot to deposit if a specific item was looted (bear paw, honeycomb etc.).
    What's the script I need to do that?

  2. #2
    Free User
    Join Date
    Nov 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0
    This is wrong section dude. Next time make a thread in cavebot->request or LUA->request
    Here is the script:
    rareitems = {"honeycomb", "bear paw"} -- <-- write your specific items

    function Force(_index)
    if itemcount(rareitems[_index])>=1 then
    gotolabel(0,'WriteHereNameOfSection') -- <-- change it to your WayBack label
    break
    end
    end

    for k, v in pairs (rareitems) do
    Force(k)
    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
  •