Still need help please.
Type: Posts; User: One Leeter
Still need help please.
Btw im inserting this at the bottom of SRL Ess Miner by Wizzup right before the: end.
Like This?? Sorry im very new.. im supriced ive gotten this much :P
function LvlUp: Boolean;
procedure lvlup;
begin
if(not(LoggedIn))then Exit;
if (FindNpcChatText('continue')) then
Begin...
Didnt work...
procedure LvlUp;
begin
if(not(LoggedIn))then Exit;
if (FindNpcChatText('continue')) then
Begin
FindEssence;
End;
If(LvlUp)then
begin
ClickToContinue;
Begin
If Clicktocontinue (x, y) Then
Begin
Mouse (x, y, 0, 0, True);
Wait(10);
FFlag(0);
Result := True;
End
So like this??
Ok this is what ive come up with sorta.. Any help?
_______________________________________________________
Begin
If (Clicktocontinue) then
procedure Mouse(x,y,rx,ry:Integer; left:Boolean);...
Thanks, where would i start to learn scripting at? I can pretty much understand a large part of it just by reading the scripts.. I try to go through every script i download or use to make sure they...
Hola! Well I've downloaded everything I've needed, ran the script, everything runs find, until i level. Leveling up while running wizzup seems to cause the script to stop, and it seems that he doesnt...