Well, it would completely depend on your inventory/prayer level/prayers used etc.
If you use Prayer flasks + 99 prayer + Melee + Rigour + Protect one you would be looking at 1.5/2 hours.
To maximize the time I would implement Super Prayer Flasks but that is an expensive token to play.
E: Simply placing the procedure turnprayeron, in another spot after findnormalrandoms seemed to of fixed the problem (I have another 20 natures in inventory, and it appears to still be working fine so I am assuming it worked)
Simba Code:Procedure MainLoop;
begin
if (HPLevel < WhenToEat) then
begin
GottaEat;
end else
begin
PrayerTooLow;
FindNormalRandoms;
TurnPrayerOn;
if HPChecking then
if PrayerFailSafe then
if (PrayerLevel >= DrinkPrayer) then
begin
DrinkRangePot;
HealPoison;
if (TimeFromMark(AntibanAFK) > MinsPerAntiban * 60 * 1000) then
begin
Antiban;
MarkTime(AntibanAFK);
end;
FindNormalRandoms;
TurnPrayerOn;
ItsGeauxTime;
Proggy;
PrintSmart;
end;
end;
end;










Reply With Quote
I'm going to update the OP with this link.



