Page 3 of 5 FirstFirst 12345 LastLast
Results 51 to 75 of 103

Thread: Official SCAR Divi CDE 3.0 Release

  1. #51
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    In a text file in SCAR 3.0 folder

  2. #52
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    As the guy in the evil bob random (balloon one) says "Your my friend FOREVER!!!"

    THANKS FREDDY!..i love the download srl option you put in there
    STOP PM'ING ME

  3. #53
    Join Date
    Mar 2007
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks to all who helped create this new scar! I will test it out now with some scripts and post back. I really appreciate all the work all you scripters do!

  4. #54
    Join Date
    Apr 2006
    Location
    Lincolnshire
    Posts
    106
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Good God! This is t3h ub3r sex! <3 Freddy!
    ---------------------

    I joined this forum a long time ago. I leeched, I didn't really bother to properly learn SCAR and it's uses. I am sorry. I've matured, and I want to commit to a hobby I will enjoy and is worthwhile. Teach me.

  5. #55
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by JAD View Post
    Its the new SCAR! New version, new functions, new features, and a lot more!

    Back on topic, Freddy, this is AWESOME! Thanks so much for making this/releasing it. I love how you can open scripts in new tabs I thought I'd tell you though, in some things of it, theres still a link that attempts to go to kaitnieks forums which doesn't exist any more as you may know lol
    Oh, and are you going to make a new release to Divi once SRL 4.0 comes out? because the Download SRL feature will be kind of useless otherwise. again, thanks again freddy! Your awesome!
    Erm, SCAR checks my server for SRL updates...


    Well, I removed the procedureparams list from SCAR, but I guess if anyone wants it:
    SCAR Code:
    procedure rs_FixMouse(var x,y: integer; slot: Integer);
    procedure rs_FixMouseEx(var x,y: integer; slot, maxshift, squaresx, squaresy, squaresize: Integer; minaccuracy: Extended);
    function rs_GetUpText: string;
    function rs_GetCompassAngleDegrees: Extended;
    function rs_GetCompassAngleRadians: Extended;
    function rs_ScanMiniMap(iFrom, iTo, Distance, Color: Integer): Integer;
    function rs_OnMinimap(x, y: Integer): Boolean;
    function rs_FindMMColors(Color: Integer): TIntegerArray;
    procedure rs_DeleteUID;
    function rs_DeleteUIDEx(Folder: string): Boolean;
    function rs_GetInvSlot(xx, yy: Integer): Integer;
    procedure rs_GetInvRC(xx, yy: Integer; var Row, Col: Integer);
    function rs_GetShopSlot(xx, yy: Integer): Integer;
    function rs_GetShopRC(xx, yy: Integer): Integer;
    function rs_ShopScreen: Boolean;
    function rs_FindShopColorSlot(var Slot: Integer; Color, Tolerance: Integer): Boolean;
    function rs_FindShopBitmapSlot(var Slot: Integer; Bitmap, Tolerance: Integer): Boolean;
    function rs_FindShopDTMSlot(var Slot: Integer; DTM: Integer): Boolean;
    function rs_FindShopColorRC(var Row, Col: Integer; Color, Tolerance: Integer): Boolean;
    function rs_FindShopBitmapRC(var Row, Col: Integer; Bitmap, Tolerance: Integer): Boolean;
    function rs_FindShopDTMRC(var Row, Col: Integer; DTM: Integer): Boolean;
    function rs_GetCurrentTab: Integer;
    function rs_FindInvColorSlot(var Slot: Integer; Color, Tolerance: Integer): Boolean;
    function rs_FindInvBitmapSlot(var Slot: Integer; Bitmap, Tolerance: Integer): Boolean;
    function rs_FindInvDTMSlot(var Slot: Integer; DTM: Integer): Boolean;
    function rs_FindInvColorRC(var Row, Col: Integer; Color, Tolerance: Integer): Boolean;
    function rs_FindInvBitmapRC(var Row, Col: Integer; Bitmap, Tolerance: Integer): Boolean;
    function rs_FindInvDTMRC(var Row, Col: Integer; DTM: Integer): Boolean;
    procedure GetMousePos(var x, y: Integer);
    procedure MoveMouse(x, y: Integer);
    procedure MoveMouseSmooth(x, y: Integer);
    procedure MoveMouseSmoothEx(x, y: Integer; minsleeptime, maxsleeptime, maxdistance, gravity, forces: Integer);
    procedure MoveMouseSmoothFrom(x1, y1, x2, y2: Integer);
    procedure MoveMouseSmoothFromEx(x1, y1, x2, y2: Integer; minsleeptime, maxsleeptime, maxdistance, gravity, forces: Integer);
    procedure ClickMouse(x, y: Integer; Left: Boolean);
    procedure HoldMouse(x, y: Integer; Left: Boolean);
    procedure ReleaseMouse(x, y: Integer; Left: Boolean);
    procedure ClickMouseMid(x, y: Integer);
    procedure HoldMouseMid(x, y: Integer);
    procedure ReleaseMouseMid(x, y: Integer);
    procedure SetMouseMode(Silent: Boolean);
    procedure MoveMouseSpline(x, y, rx, ry: Integer);
    procedure MoveMouseSplineEx(x, y, rx, ry, mouseSpeed, ctrlSpacing, ctrlVariance: Integer);
    procedure MoveMouseSplineFrom(sx, sy, ex, ey, rx, ry: Integer);
    procedure MoveMouseSplineFromEx(sx, sy, ex, ey, rx, ry, mouseSpeed, ctrlSpacing, ctrlVariance: Integer);
    procedure ClickMouseSpline(x, y, rx, ry: Integer; left: Boolean);
    procedure MouseBox(x1, y1, x2, y2: Integer);
    procedure ClickMouseBox(x1, y1, x2, y2: Integer; left: Boolean);
    function SendInterSCARMessage(id, message: string): Boolean;
    function ReadInterSCARMessage(id: string): string;
    procedure SendInterSCARInteger(id: String; Int: Integer);
    function ReadInterSCARInteger(id: String): Integer;
    procedure SendInterSCARBoolean(id: String; Bool: Boolean);
    function ReadInterSCARBoolean(id: String): Boolean;
    procedure SendInterSCARExtended(id: String; Numb: Extended);
    function ReadInterSCARExtended(id: String): Extended;
    function ReadInterSCARInt64(id: String): Int64;
    procedure SendInterSCARInt64(id: String; Numb: Int64);
    function WriteFileByte(FileNum: Integer; b: Byte): Boolean;
    function WriteFileInt(FileNum: Integer; i: Integer): Boolean;
    function WriteFileString(FileNum: Integer; s: string): Boolean;
    function ReadFileByte(FileNum: Integer; var b: Byte): Boolean;
    function ReadFileInt(FileNum: Integer; var i: Integer): Boolean;
    function ReadFileString(FileNum: Integer; var s: string; Length: Integer): Boolean;
    procedure CloseFile(FileNum: Integer);
    function EndOfFile(FileNum: Integer): Boolean;
    function FileSize(FileNum: Integer): LongInt;
    function OpenFile(Path: string; Shared: Boolean): Integer;
    function RewriteFile(Path: string; Shared: Boolean): Integer;
    procedure WriteINI(Section, KeyName, NewString, FileName: string);
    function ReadINI(Section, KeyName, FileName: string): string;
    function DirectoryExists(Directory: string): Boolean;
    function FileExists(FileName: string): Boolean;
    function ExtractFileName(FileName: string): string;
    function ExtractFilePath(FileName: string): string;
    function ExtractFileExt(FileName: string): string;
    function ExtractFileDrive(FileName: string): string;
    function GetFiles(Path, Ext: string): TStringArray;
    procedure SaveToFile(Sender: TObject; FileName: string);
    procedure LoadFromFile(Sender: TObject; FileName: string);
    function GetSystemTime: Integer;
    function GetTickCount: Integer;
    function GetTimeRunning: Integer;
    procedure ConvertTime(Ms: Integer; var H, M, S: Integer);
    function Left(Text: string; Count: Integer): string;
    function Right(Text: string; Count: Integer): string;
    function Replace(Text, FindStr, ReplaceStr: string): string;
    function GetNumbers(Text: string): string;
    function GetLetters(Text: string): string;
    function GetOthers(Text: string): string;
    function TrimNumbers(Text: string): string;
    function TrimLetters(Text: string): string;
    function TrimOthers(Text: string): string;
    function Capitalize(S: string): string;
    function InStrArr(Str: string; Arr: TStringArray; CaseSensitive: Boolean): Boolean;
    function Pow(Base, Exponent: Extended): Extended;
    function IntPow(Base: Extended; Exponent: Integer): Extended;
    function Max(a, b: Integer): Integer;
    function MaxE(a, b: Extended): Extended;
    function Min(a, b: Integer): Integer;
    function MinE(a, b: Extended): Extended;
    function SameValue(A, B: Extended): Boolean;
    function Degrees(Radians: Extended): Extended;
    function Radians(Degrees: Extended): Extended;
    function ArcCos(X: Extended): Extended;
    function ArcTan2(Y, X: Extended): Extended;
    function Tan(X: Extended): Extended;
    function ArcTan(X: Extended): Extended;
    function ArcSin(X: Extended): Extended;
    function Cotan(X: Extended): Extended;
    function Secant(X: Extended): Extended;
    function Cosecant(X: Extended): Extended;
    function Hypot(X, Y: Extended): Extended;
    function Cot(X: Extended): Extended;
    function Sec(X: Extended): Extended;
    function Csc(X: Extended): Extended;
    function Cosh(X: Extended): Extended;
    function Sinh(X: Extended): Extended;
    function Tanh(X: Extended): Extended;
    function CotH(X: Extended): Extended;
    function SecH(X: Extended): Extended;
    function CscH(X: Extended): Extended;
    function ArcCot(X: Extended): Extended;
    function ArcSec(X: Extended): Extended;
    function ArcCsc(X: Extended): Extended;
    function ArcCosh(X: Extended): Extended;
    function ArcSinh(X: Extended): Extended;
    function ArcTanh(X: Extended): Extended;
    function ArcCotH(X: Extended): Extended;
    function ArcSecH(X: Extended): Extended;
    function ArcCscH(X: Extended): Extended;
    function LnXP1(X: Extended): Extended;
    function Log10(X: Extended): Extended;
    function Log2(X: Extended): Extended;
    function LogN(Base, X: Extended): Extended;
    function Fract(number: Int64): Int64;
    function BinCoe(a, b: LongInt): Extended;
    function InRange(Value, Min, Max: Integer): Boolean;
    function Distance(x1, y1, x2, y2: Integer): Integer;
    function Sqr(X: Extended): Extended;
    function Exp(Number: Extended): Extended;
    function Rand: Extended;
    function Inversus(E: Extended): Extended;
    function Ceil(X: Extended): Integer;
    function Floor(X: Extended): Integer;
    function DecRet(E: Extended): Extended;
    function InCircle(x, y, mx, my, r: Integer): Boolean;
    procedure Inc(var Number: Integer);
    procedure IncEx(var Number: Integer; nInc: Integer);
    procedure Writeln(s: string);
    procedure ClearDebug;
    procedure DeleteDebugLine(Line: Integer);
    function GetDebugLineCount: Integer;
    function GetDebugText: String;
    procedure Status(s: string);
    function GetStatus: string;
    function Readln(question: string): string;
    function GetTextAtEx(x, y: Integer; Tolerance: Integer; Chars: Integer; CheckShadow, CheckOutline: Boolean; MinSpacing, MaxSpacing: Integer; TextColor: Integer; TextLength: Integer; Strict: Boolean; Range: TCharRange): string;
    function IsTextAtEx(x, y: Integer; S: String; Tolerance: Integer; Chars: Integer; CheckShadow, CheckOutline: Boolean; MinSpacing, MaxSpacing: Integer; TextColor: Integer): Boolean;
    function IsTextInAreaEx(x1, y1, x2, y2: Integer; var x, y: Integer; S: String; Tolerance: Integer; Chars: Integer; CheckShadow, CheckOutline: Boolean; MinSpacing, MaxSpacing: Integer; TextColor: Integer): Boolean;
    procedure PlaySound(s: string);
    procedure SaveScreenshot(s: string);
    function AppPath: string;
    function ScriptPath: string;
    function Random(Range: Integer): Integer;
    function RandomRange(aFrom, aTo: Integer): Integer;
    function RBool: Boolean;
    function RBoolEx(Chance: Integer): Boolean;
    function GetColor(x,y: Integer): Integer;
    function FindColor(var x,y: Integer; color, xs, ys, xe, ye: Integer): Boolean;
    function FindColorSpiral(var x,y: Integer; color, xs, ys, xe, ye: Integer): Boolean;
    function FindColorSpiral2(var x,y: Integer; color, xs, ys, xe, ye: Integer): Boolean;
    function FindColorTolerance(var x,y: Integer; color, xs, ys, xe, ye: Integer; Tolerance: Integer): Boolean;
    function FindColorSpiralTolerance(var x,y: Integer; color, xs, ys, xe, ye: Integer; Tolerance: Integer): Boolean;
    function FindColoredAreaTolerance(var x,y: Integer; color, xs, ys, xe, ye: Integer; MinArea, Tolerance: Integer): Boolean;
    procedure FindColorsTolerance(var Points: TPointArray; color, xs, ys, xe, ye: Integer; Tolerance: Integer);
    procedure ColorToleranceSpeed(x: integer);
    function SimilarColors(col1, col2, tolerance: integer): Boolean;
    procedure FindColorsSpiralTolerance(x, y: Integer; var Points: TPointArray; color, xs, ys, xe, ye: Integer; Tolerance: Integer);
    function FastGetPixel(bitmap: Integer; x, y: Integer): TColor;
    procedure FastSetPixel(bitmap: Integer; x, y: Integer; c : TColor);
    procedure SetColorspeed2Modifiers(huemodifier, saturationmodifier: Extended);
    procedure PickColor(var Color: TColor; var X, Y: Integer);
    function FindColorSkipBox(var x, y: Integer; color, x1, y1, x2, y2: Integer; SkipBox: TBox): Boolean;
    function FindColorSkipBoxTolerance(var x, y: Integer; color, x1, y1, x2, y2, Tolerance: Integer; SkipBox: TBox): Boolean;
    function FindColorSkipBoxArray(var x, y: Integer; color, x1, y1, x2, y2: Integer; SkipBoxes: TBoxArray): Boolean;
    function FindColorSkipBoxArrayTolerance(var x, y: Integer; color, x1, y1, x2, y2, Tolerance: Integer; SkipBoxes: TBoxArray): Boolean;
    function FindHue(var x, y: Integer; Hue: Extended; x1, y1, x2, y2: Integer): Boolean;
    function FindHueTolerance(var x, y: Integer; Hue: Extended; x1, y1, x2, y2: Integer; Tolerance: Extended): Boolean;
    function FindSaturation(var x, y: Integer; Sat: Extended; x1, y1, x2, y2: Integer): Boolean;
    function FindSaturationTolerance(var x, y: Integer; Sat: Extended; x1, y1, x2, y2: Integer; Tolerance: Extended): Boolean;
    function FindLuminance(var x, y: Integer; Lum: Extended; x1, y1, x2, y2: Integer): Boolean;
    function FindLuminanceTolerance(var x, y: Integer; Lum: Extended; x1, y1, x2, y2: Integer; Tolerance: Extended): Boolean;
    function CountColor(Color, x1, y1, x2, y2: Integer): Integer;
    function CountColorTolerance(Color, x1, y1, x2, y2, Tolerance: Integer): Integer;
    function FindColorSkipCoords(var x, y: Integer; color, x1, y1, x2, y2: Integer; const SkipCoords: TPointArray): Boolean;
    function FindColorSkipCoordsTolerance(var x, y: Integer; color, x1, y1, x2, y2, Tolerance: Integer; const SkipCoords: TPointArray): Boolean;
    function FindColorCircle(var x, y: Integer; color, mx, my, r: Integer): Boolean;
    function FindColorCircleTolerance(var x, y: Integer; color, mx, my, r, Tolerance: Integer): Boolean;
    procedure ColortoHSL(C: TColor; var H, S, L: Extended);
    function HSLtoColor(H, S, L: Extended): TColor;
    procedure RGBtoHSL(R, G, B: Integer; var H, S, L: Extended);
    procedure HSLtoRGB(H, S, L: Extended; var R, G, B: Integer);
    function RGBtoColor(R, G, B: Integer): TColor;
    procedure ColortoRGB(Color: TColor; var R, G, B: Integer);
    procedure RGBtoXYZ(R, G, B: Integer; var X, Y, Z: Extended);
    procedure XYZtoRGB(X, Y, Z: Extended; var R, G, B: Integer);
    procedure ColortoXYZ(Color: TColor; var X, Y, Z: Extended);
    function XYZtoColor(X, Y, Z: Extended): TColor;
    procedure HSLtoXYZ(H, S, L: Extended; var X, Y, Z: Extended);
    procedure XYZtoHSL(X, Y, Z: Extended; var H, S, L: Extended);
    procedure Wait(ms: Integer);
    procedure Sleep(ms: Integer);
    function SetTimeout(secs: Cardinal; procname: string): Integer;
    procedure ClearTimeouts;
    procedure ClearTimeout(s: string);
    procedure SendKeys(S: string);
    procedure SendKeysVB(S: string; Wait: Boolean);
    procedure KeyDown(Key: Byte);
    procedure KeyUp(Key: Byte);
    procedure KeyDownSilent(Key: Byte);
    procedure KeyUpSilent(Key: Byte);
    function GetKeyCode(Key: Char): Byte;
    procedure SendKeysSilent(S: string);
    procedure SendArrowSilent(a: Byte);
    procedure SendArrowSilentWait(a: Byte; WaitTime: Integer);
    function IsMouseButtonDown(LeftButton: Boolean): Boolean;
    function IsFunctionKeyDown(Key: Byte): Boolean;
    function IsFKeyDown(Num: Byte): Boolean;
    function IsArrowDown(Num: Byte): Boolean;
    function IsKeyDown(C: Char): Boolean;
    procedure SendKeysWait(Text: String; tWait, tRandom: Integer);
    procedure SendArrow(Key: Byte);
    procedure SendArrowWait(Key: Byte; WaitTime: Integer);
    function FindWindow(Title: string): Boolean;
    function FindWindowTitlePart(Title: string; CaseSensitive: Boolean): Boolean;
    function FindWindowBySize(Width, Height: Integer): Boolean;
    procedure ActivateClient;
    function GetClientWindowHandle: Integer;
    procedure SetClientWindowHandle(H: Integer);
    function LoadBitmap(path: string): Integer;
    function CreateBitmapMaskFromText(Text: string; Chars: Integer): Integer;
    procedure LoadDebugBitmap(path: string);
    function BitmapFromString(Width, Height: Integer; str: string): Integer;
    procedure SaveBitmap(bitmap: Integer; path: string);
    procedure FreeBitmap(bitmap: Integer);
    function GetBitmapCanvas(bitmap: Integer): TCanvas;
    function FindBitmap(bitmap: Integer; var x, y: Integer): Boolean;
    function FindBitmapIn(bitmap: Integer; var x, y: Integer; x1, y1, x2, y2: Integer): Boolean;
    function FindBitmapToleranceIn(bitmap: Integer; var x, y: Integer; x1, y1, x2, y2: Integer; tolerance: Integer): Boolean;
    function FindDeformedBitmapToleranceIn(bitmap: Integer; var x, y: Integer; x1, y1, x2, y2: Integer; tolerance: Integer; Range: Integer; AllowPartialAccuracy: Boolean; var accuracy: Extended): Boolean;
    function FindDeformedBitmapToleranceRotationIn(bitmap: Integer; var x, y: Integer; x1, y1, x2, y2: Integer; tolerance: Integer; Range: Integer; var accuracy: Extended; AngleIntervals: Extended; StartAngle, MaxAngle: Extended; var angle: Extended): Boolean;
    function RotateBitmap(bitmap: Integer; angle: Extended): Integer;
    function FindBitmapSpiral(bitmap: Integer; var x, y: Integer; x1, y1, x2, y2: Integer): Boolean;
    function FindBitmapSpiralTolerance(bitmap: Integer; var x, y: Integer; x1, y1, x2, y2: Integer; Tolerance: Integer): Boolean;
    function FindBitmapMaskTolerance(mask: Integer; var x, y: Integer; x1, y1, x2, y2: Integer; Tolerance, ContourTolerance: Integer): Boolean;
    procedure CopyCanvas(Source, Dest: TCanvas; sxs, sys, sxe, sye, dxs, dys, dxe, dye: Integer);
    procedure SafeCopyCanvas(Source, Dest: TCanvas; sx1, sy1, sx2, sy2, dx1, dy1, dx2, dy2: Integer);
    function CreateMirroredBitmap(bitmap: Integer): Integer;
    function FindBitmapRotated(bitmap: Integer; var x, y, Angle: Integer; x1, y1, x2, y2: Integer): Boolean;
    function GetClientCanvas: TCanvas;
    function GetDebugCanvas: TCanvas;
    procedure SaveSetting(section, setting, value: string);
    function LoadSetting(section, setting : string) : string;
    procedure ClearReport;
    procedure AddToReport(s: string);
    procedure DisplayDebugImgWindow(Width, Height: Integer);
    procedure HideDebugImgWindow;
    function LoadChars2(path: string): Integer;
    function LoadCharsFromFont2(fontname: string; fontsize: Integer; fontbold, fontitalic, fontunderline, fontstrike: Boolean): Integer;
    procedure FreeChars2(i: Integer);
    function LoadDTM(FileName: string): Integer;
    function DTMFromString(s: string): Integer;
    procedure FreeDTM(DTM: Integer);
    function FindDTM(DTM: Integer; var x, y: Integer; x1, y1, x2, y2: Integer): Boolean;
    function FindDTMRotated(DTM: Integer; var x, y: Integer; x1, y1, x2, y2: Integer; StartAngle, EndAngle, AngleStep: Extended; var Angle: Extended): Boolean;
     function AddDTM(DTM: TDTM): Integer;
    function CreateForm: TForm;
    procedure FreeForm(Form: TForm);
    procedure TabSheetCaption(Tab: TTabSheet; Caption: String);
    function GetSCARVersion: Integer;
    procedure TerminateScript;
    function IsFontSmoothingEnabled: Boolean;
    procedure SetFontSmoothing(Enable: Boolean);
    function ThreadSafeCall(ProcName: string; var V: TVariantArray): Variant;
    procedure SetTargetBitmap(bitmap: Integer);
    procedure GetClientDimensions(var Width, Height: Integer);
    procedure CopyClientToBitmap(bitmap: Integer; xs, ys, xe, ye: Integer);
    procedure ChangeReportWidth(Width: Integer);
    procedure SetBitmapFastDrawTarget(bitmap: Integer);
    procedure SetTransparentColor(bitmap, color: Integer);
    procedure SetTransparencyFromBitmap(Bitmap, AlphaMaskBitmap: Integer);
    procedure SetSCARWindow(WindowState: TWindowState);
    procedure Disguise(Caption: string);
    procedure MoveToTray;
    procedure SetClientPos(OnTop: Boolean);
    function MessageBox(Text, Caption: string; uType: Integer): Integer;
    function GetSCARHandle: Integer;
    procedure FastDrawTransparent(x, y: Integer; SourceBitmap, TargetBitmap: Integer);
    procedure FastDrawSizeTransparent(x1, y1, x2, y2: Integer; sourcebitmap, targetbitmap: Integer);
    procedure FastDrawClear(bitmap: Integer; Color: TColor);
    procedure SafeDrawBitmap(Source: Integer; Dest: TCanvas; x, y: Integer);
    function GetPage(URL: string): string;
    procedure OpenWebPage(URL: string);
    function InitializeHTTPClient(HandleCookies, HandleRedirects: Boolean): Integer;
    procedure FreeHTTPClient(i: Integer);
    function GetHTTPPage(Client: Integer; URL: string): string;
    procedure SetHTTPUserAgent(Client: Integer; Agent: string);
    function PostHTTPPage(Client: Integer; Url: string; PostData: string): string;
    function Between(s1, s2, s: string): string;
    function PostHTTPPageEx(Client: Integer; Url: string): string;
    procedure ClearPostData(Client: Integer);
    procedure AddPostVariable(Client: Integer; VarName, VarValue: string);
    function GetRawHeaders(Client: Integer): string;
    function OpenConnection(Host: string; Port, TimeOut: Integer): Integer;
    function ReadConnectionData(Connection: Integer; var s: string): Boolean;
    function SendConnectionData(Connection: Integer; s: string): Boolean;
    procedure FreeConnection(i: Integer);
    function IsConnectionOpen(Connection: Integer): Boolean;
    function IntToPoint(x, y: Integer): TPoint;
    function Point(x, y: Integer): TPoint;
    function BoolToStr(Bool: Boolean): String;
    function StrToBool(Str: String): Boolean;
    function PointToBox(p1, p2: TPoint): TBox;
    function IntToBox(x1, y1, x2, y2: Integer): TBox;

  6. #56
    Join Date
    Jan 2007
    Posts
    526
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For some reason, it doesn't run any SRL scripts. :|

  7. #57
    Join Date
    Feb 2006
    Location
    Helsinki, Finland
    Posts
    1,395
    Mentioned
    30 Post(s)
    Quoted
    107 Post(s)

    Default

    Wait for new version of SRL

  8. #58
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Secet View Post
    For some reason, it doesn't run any SRL scripts. :|
    New versions mean change, though most compatibility changed, lately many peope use for example GetSelf and GetApplication in their scripts, and since they have been removed, most scripts might need a few modifications

  9. #59
    ronny.m.p Guest

    Default

    I'm happy just to be on the third page..this is insane!

  10. #60
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Lol, your telling me... Divi has been downloaded about 550 times from my site so far...

  11. #61
    Join Date
    Feb 2007
    Posts
    169
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Boreas View Post
    In a text file in SCAR 3.0 folder
    ty very much for that

    oh and freedy this is amazing
    thanks for this
    oh and with the srl download does it mean we don't have to do includes or do we still have to put them in? (i presume so)

  12. #62
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Wow.. Must try this So.. Is this a working one or some type of a beta? Meaning can u use SRL scripts with this yet or..?

  13. #63
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by GoF View Post
    Wow.. Must try this So.. Is this a working one or some type of a beta? Meaning can u use SRL scripts with this yet or..?
    This is not beta. It will work with SRL if you download SRL from Scar Divi. But sometime it gives errors.

  14. #64
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Heh, here's a patched GlobalStats include, hope that helps Shouldn't error anymore, just overwrite the old one with this one

  15. #65
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Its sooooo beaaauuuutiiiiifuuuuul!!!! Freddy is was,is and is our master to be!!!
    Tyvm!!!
    Worth the time!!!!
    Awesome functions!!!!
    Yaaaahoooooooooooooo!!!!!!!!

  16. #66
    Join Date
    Apr 2006
    Location
    Lincolnshire
    Posts
    106
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    Yaaaahoooooooooooooo!!!!!!!!
    Is a Search Engine

    Secet, Use the download SRL button on file, it then downloads a version that works for Divi
    ---------------------

    I joined this forum a long time ago. I leeched, I didn't really bother to properly learn SCAR and it's uses. I am sorry. I've matured, and I want to commit to a hobby I will enjoy and is worthwhile. Teach me.

  17. #67
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So, Freddy, the now getcompassangle means we will have a constant perfect north now, right?

  18. #68
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Infintry001 View Post
    So, Freddy, the now getcompassangle means we will have a constant perfect north now, right?
    Erm, it just calculates the current compass angle

  19. #69
    Join Date
    Mar 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    where can i get includes????

  20. #70
    Join Date
    Feb 2007
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I overwrote the the script globals in the core folder with this one and then i ran a script that uses global stats and it gives me this error...
    Line 92: [Error] (119:32): Unkown indentifier 'Banks' in script c:\Program Files\SCAR 3.0\includes\srl\srl\core\Globals.scar (i renamed script globals)
    And in line 92 it says... LastScriptReport.Banked := Banks;



    EDIT: Did i put it in wrong folder or something if i did w/e i reinstalled scar 3.0....
    EDIT 2: After i reinstalled it no errors ? If you updated install then great

  21. #71
    Join Date
    Dec 2006
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow, SCAR 3.0 is great, but I'm gonna use 2.03 until all the bugs have been found. Hope SRL 4.0 comes out soon though.

  22. #72
    Join Date
    Jan 2007
    Location
    US
    Posts
    62
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So should I just go ahead and delete my old SCAR program? I haven't been scripting lately because everything was running cruddy. But I am interested in checking out your work.

  23. #73
    Join Date
    Mar 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is just great! thanks for all the time you put into this project without even getting paid

  24. #74
    Join Date
    Oct 2006
    Location
    Ireland
    Posts
    855
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    why was getself and getapplication removed freddy?

  25. #75
    Join Date
    Nov 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks freddy

Page 3 of 5 FirstFirst 12345 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SCAR Script Official Standards
    By Bam Bam in forum Outdated Tutorials
    Replies: 62
    Last Post: 04-21-2010, 11:28 PM
  2. [Release]VB SCAR dynamic commenter[/release]
    By botmaster in forum C#/Visual Basic Help and Tutorials
    Replies: 9
    Last Post: 08-28-2007, 10:49 AM
  3. Official Release of Noob Point System!!! JOIN
    By LordGregGreg in forum News and General
    Replies: 57
    Last Post: 08-14-2007, 11:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •