I want a script that check if the weight are < a 5 seconds after (Because I`m mining) and a script that auto load again how many times I`m conected at server.
I want a script that check if the weight are < a 5 seconds after (Because I`m mining) and a script that auto load again how many times I`m conected at server.
sub alarm() var w repeat #UO.DeleteJournal() w=UO.Weight() wait(5000) if UO.Weight<w then UO.Say(".g. pshol otsyuda ...") endif until UO.InJournal("To heavy") end sub
if you want you can change UO.Say on playsound ...
And run like a second script.
i'm not sure about 'to heavy' you should check.