Jump to content
Amberleaf

ROTMG life saver

Recommended Posts

This script will teleport you to the Nexus when your HP is low.

 

You'll need http://www.scar-divi.com/index.php

 

You'll also need the Flash player 11.4 projector from here http://www.adobe.com/support/flashplayer/downloads.html

 

Open Flash player 11.4 projector go to File>>Open and paste this URL into the field http://www.realmofthemadgod.com/AGCLoader1350071502.swf

 

Open Scar Divi paste the script from below & run it, drag the target from the scar tool bar onto the Flash projector.

 

I'd recommend testing it on a guest character until you've got it figured out.

 

The level of HP at which it will teleport you to the Nexus can be set on line 9 FindColor(x, y, 5526612, 650, 306, 650, 306)

 

The HP bar bar is 175 pixels wide and spans between 620 and 795 adjust this to your liking.

 

// Realm of the Mad God lifesaver
// Made by Amberleaf
// Visit http://forums.scar-divi.com for instructions

procedure CheckHP;
var 
x, y: Integer;
begin
 If FindColor(x, y, 5526612, 640, 306, 640, 306) then
begin
 ClickMouse(787, 262, False); 
 WriteLn('Did I just save your ass?');
 Wait(10000);
 end;
end;


begin
repeat 
CheckHP;
until(false);
end.

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...