Jump to content
BryceTheCoder

ResetXPBar (for RuneScape)

Recommended Posts

[video=youtube_share;9mwbwKHv0Ks]

 

FUNCTION:

[scar]

procedure ResetXPBar;

begin

MouseCircle(10,533,63,ClickRight);

if not OptionExists('Setup') then

Exit;

ChooseOptionMulti(['Setup','etup']);

waitRR(2350,2850);

MouseBox(295,179,435,189,ClickLeft);

waitRR(100,500);

Mouse(503,14,1,1,True);

end;

[/scar]

 

 

HOW DO I CALL THIS FUNCTION???

 

[scar]

ResetXPBar;

[/scar]

Link to comment
Share on other sites

[video=youtube_share;9mwbwKHv0Ks]

 

FUNCTION:

[scar]

procedure ResetXPBar;

begin

MouseCircle(10,533,63,ClickRight);

if not OptionExists('Setup') then

Exit;

ChooseOptionMulti(['Setup','etup']);

waitRR(2350,2850);

MouseBox(295,179,435,189,ClickLeft);

waitRR(100,500);

Mouse(503,14,1,1,True);

end;

[/scar]

 

 

HOW DO I CALL THIS FUNCTION???

 

[scar]

ResetXPBar;

[/scar]

 

nice, just figured id let you know runescape has its own code snipit forum. http://forums.scar-divi.com/forumdisplay.php?88-Snippets-amp-Functions

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...