Snowy
Member
So, I box with between 3 and 8 accounts at a time from my computer and the point at which is hit lag is with rain. Of all the things to cause lag problems, it's the damn weather. So here's a script I've tossed together as I have noticed regularly doing /flush all on all the alts helps massively.
flusher.iss
flusher.iss
Code:
function main()
{
ext -require isxvg
wait 200 ${ISXVG.IsReady}
if !${ISXVG.IsReady}
{
echo "Unable to load ISXVG, exiting script"
endscript flusher
}
while ${Me(exists)}
{
wait 3000
VGExecute /flush all
}
}
Last edited: