Table Of Contents

Previous topic

Object Finding

Next topic

Player Management

This Page

Overwrite

rs_GetCompassAngleDegrees

function rs_GetCompassAngleDegrees: Extended;

Returns the compass angle in degrees.

Note

by Wizzup?

Example:

rs_GetCompassAngleRadians

function rs_GetCompassAngleRadians: Extended;

Returns the compass angle in radians.

Note

by Wizzup?

Example:

MouseBox

procedure MouseBox(x1, y1, x2, y2: Integer; ClickType: Integer);

Moves mouse into a random position in the box. Clicks if told to.

Note

by SKy Scripter and Nielsie95

Example:

rs_OnMinimap

function rs_OnMinimap(x, y: Integer): Boolean;

Checks wether the specified point is on the minimap.

Note

by Raymond

Example:

RBoolEx

function RBoolEx(chance: integer): boolean;

Returns a boolean, with a chance of 1 / chance

Note

by Rasta Magician

Example:

RBool

function RBool: boolean;

Returns a boolean, with a 50% chance

Note

by Rasta Magician

Example:

XXX: DO WE KEEP THIS?