Simba Code:
if (not Result) then
begin
SRL_Warn('UseRewardBox', 'Could not open Reward Screen', Warn_AllVersions);
Exit;
end;
Wait(Random(100));
if (not FindBoxOption(B, Index)) then
begin
SRL_Warn('UseRewardBox', 'Could not find a usable option.', Warn_AllVersions);
Exit;
end;
Shouldn't accounts be set to false if this happens?
Search for randoms> Find Box> No Options Found> Exit > Script goes on > Search for Randoms> FOREVER?!
Doesn't this pretty much result in an infinite loop opening the box and trying to find an option it cant?
It is a rare occurrence, but should be fixed/failsafed immediately, just last night I had an account opening/scrolling the box menu for FIVE HOURS.
http://villavu.com/forum/showpost.ph...18&postcount=3