i need a progress report for the xp/hour for gilded altar prayer script
i need a progress report for the xp/hour for gilded altar prayer script
Remember to add something to add to your XP variable, I forgot to do that mysrlf.Simba Code:procedure XPPerHour;
Begin
XPPH := Round((XP * 3600) / (GetTimeRunning / 1000));
end;
Simba Code:function XPPerHour : integer;
Begin
Result := Round((XP * 3600) / (GetTimeRunning / 1000));
end;
This would be better, no need for the variable then
Then just something like:
Simba Code:WriteLn('--------------------------------')
WriteLn('| My Script ')
WriteLn('--------------------------------')
WriteLn('XP Per Hour: '+IntToStr(XPPerHour))
Last edited by putonajonny; 03-23-2012 at 06:57 PM.
Last edited by eska; 03-24-2012 at 12:53 AM.
My scripts:
Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
Questions? I bet that for 98% of those, you'll find answer HERE
how i do the var?
sorry im learning this stuff![]()
Simba Code:var
XPhour:Integer;
There are currently 1 users browsing this thread. (0 members and 1 guests)