Hi i'm trying to run [SMART][OSR] Faceless Jewellery Enchanter but an error appear and antirandom showing an orange line ... see below for more information. Thanks you for your help !!
THE ERROR :
Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 778
The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap]
THE ANTIRANDOM ORANGE LINE
************************************************** **********************
function FindTalk: Boolean;
by: Ashaman88
Description: Searches screen for NickName and handles ALL Talking Randoms
************************************************** *****************************}
const gTalkOldComputer = False;
const gTalkSaveBitmap = False;
-----------------ORANGE LINE HERE--------------------------------------------------
var
gtalksBox, YelSkipBoxs: array of TBox;
gTalksCount: Integer;
function FindTalk: Boolean;
var
ax, ay, yCount, zCount, Count2, x1, y1, x2, y2, Count1, bmpScreen: Integer;
RawMenuText: string;
begin
Result := False;
if (GetArrayLength(Players) < 1) then Exit;
if FindColor(ax, ay, 65535, MSX1, MSY1, MSX2, MSY2) then
begin
SetArrayLength(gtalksBox, 0);
SetArrayLength(YelSkipBoxs, 0);


Reply With Quote







