I know there is a HPPercent is lower then, but is there one for prayer (icon)?
I know there is a HPPercent is lower then, but is there one for prayer (icon)?
Lol, good question, I can't seem to find one very odd.
Would be easy to mod the HP one for payer, someone should do this and add it to SRL
From The Up n Coming Armoured Zombie Killer:
Code:Function CheckPrayer: Boolean; var PrayerLevel: Integer; ColourString: String; begin PrayerLevel:= GetMMLevels('Prayer', ColourString); if (PrayerLevel < WTP) then begin MakeCompass('E'); wait(1500); if (FindAltar = False) then begin if FindLadder then //Climb Ladder.. begin FindAltar; end else WalkToLadder; FindAltar; ClimbDown; end; end; end;
I am Ggzz..
Hackintosher
Thanks ggzz.
Check out gametab.scar and you will see
Simba Code:{Function GetMMLevels(LevelType : String;var ColorSign : String): integer;
By: Raymond / Wizzup / Sabzi / NCDS
Last Edit: 29 June 2010
Description: Returns the level shown next to the minimap.
Colorsign returns the color of the text (Green,Yellow,Orange,Red).
Returns -1 if failed. }
There are currently 1 users browsing this thread. (0 members and 1 guests)