Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Equip torch
#11
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Well, it may equip from a skeleton remains, but that's actually the scripts goal and may conflict with Looter.
The script is supposed to equip from any open container, so I recommend you to make Looter loot a torch and just keep one then use the script above to equip torch
Reply

#12
how do i put the bot to pick up just one torch?
Reply

#13
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Hello.

1. Add Torch to Looter
2. Select the torch entry on list.
3. Right-click on "Action".
4. Click on "Copy path"
5. Paste on TORCH_PATH_LOOTER.
Example: 'Looter/torch (biggest)/Action'

This script will toggle Looter -> torch (biggest) -> Action between "Loot" and "Ignore" according torches count you have on container.

local CONTAINER = 'red backpack'
local TORCH_ID = 2921 -- Torch new id
local TORCH_PATH_LOOTER = 'Looter/torch (biggest)/Action'
local MAX_COUNT = 1

local torchCount = itemcount(TORCH_ID, CONTAINER)
local torchLooterAction = getsettings(TORCH_PATH_LOOTER)
if torchCount >= MAX_COUNT and torchLooterAction ~= 'Ignore' then
     setsettings(TORCH_PATH_LOOTER, 'Ignore')
elseif torchCount == 0 and torchLooterAction ~= 'Loot' then
     setsettings(TORCH_PATH_LOOTER, 'Loot')
end
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016