i need a persistent if my 3 bp (mainbp, goldbp, and rarebp), If backpacks are not open, close and reopen.
ty
i need a persistent if my 3 bp (mainbp, goldbp, and rarebp), If backpacks are not open, close and reopen.
ty
Here: (Not mine)
function openBackpacks(wait, bpMain, ...)
wait = wait or true
MainBP = bpMain or $back.id
backpackNames = {...}
if not bpMain then
return
else
openitem(MainBP, "back")
waitcontainer(MainBP)
resizewindows(MainBP)
waitping()
end
for _, v in ipairs(backpackNames) do
openitem(v, MainBP, true)
if wait then
waitcontainer(v)
end
resizewindows(v)
waitping()
end
end
auto(1000)
local mainbp = getlootingdestination('mainbp')
local rarestackbp = getlootingdestination('rarestackbp')
local goldbp = getlootingdestination('goldbp')
local rarenonstackbp = getlootingdestination('rarenonstackbp')
local BackpackOpenner = getuseroption('BackpackOpenner')
if (windowcount() < 4 and BackpackOpenner) then
setsetting('Looting/OpenNextBP', 'no')
closewindows()
pausewalking(8000)
openBackpacks(true, mainbp, rarestackbp, goldbp, rarenonstackbp)
pausewalking(8000)
resizewindows()
setsetting('Looting/OpenNextBP', 'yes')
end
Hiho, I need a persist to make use "X" item in "Y" Item
combining item persist...
I want to make sugar oac!
use "bunche of wheat" in "bunche of sugar cane"..
thanks for help!
Anyone can send us the oramond roots juicy collector plz?
Hi, i need a persistent
If standtime > 60 secounds set target stance to Reach else set stance to no movement
Thanks
@ português
Eu preciso de uma persistent que mude a stance no target para Reach se o char ficar mais de 60 segundos parado.. preciso disso pois no meu quarto onde o notebook fica durante a noite tenho muita latência ai caçando no follow attack ele fica mais "rápido"
I need lower mistrock cyc for ek deposit refiller and stuff. im lvl 63ek 80/75 decent eq
Looking for script for mistrock cycs. im talking about the cycs under mistrock with ton of drones and smith not up top were u must use spells to get too but under where all the smith and drones r with depositer and refiller for a ek
I declare this thread officially reopened.
Please make sure to read our rules.