Hello guys, ive been scripting for a long time, but never botted with soft boots due to be afraid to bot throw them away or into a body. however, this changed!
id like to know a few things and ask for some actions.
here it goes:
to refil softboots in my script, it is better to refil it then refil potions or refil potions then check for soft boots??
second thing
my checkers are mostly like:
if itemcount(MpType) <= MpMin or
itemcount(RuneType) <= RuneMin or
cap <= CapMin then gotolabel("LeaveCave")
else
gotolabel("HuntTypeChooser")
end
btw i walk with 2 sb
my new checker to leave cave should be like
if itemcount(MpType) <= MpMin or
itemcount(RuneType) <= RuneMin or
cap <= CapMin or
itemcount("worn soft boots") >= 2
then gotolabel("LeaveCave")
else
gotolabel("HuntTypeChooser")
end
now im about ask for actions
i need one soft boots/soft boots/boh changer action
other action: if any reachable ("pair of soft boots"/"worn soft boots") on the ground walk to it and pick it up (just like those gp grabber actions)[ive seen this action once in the forum]