Page 1 of 2 12 LastLast
Results 1 to 25 of 46

Thread: SCAR Divi 3.15 CDE has been released!

  1. #1
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    600
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    SCAR Divi 3.15 CDE has been released!

    21.03.2007

    SCAR Divi 3.15 has been released! There's a new tolerance comparison
    mode, more functions accessible through plugins, etc...
    Download at: http://freddy1990.com/scar.php
    If you bought SCAR, ask who you bought it from a refund NOW! SCAR is
    completely FREE.
    Loaded all chars. (NPCChars, TradeChars, SmallChars, StatChars, UpChars).


    http://freddy1990.com/scar.php

    Also, check the image location in properties, see if you notice something kinda freaky about it. Message me if you want to know, or message me your answer. ^_^

    I would also post the actual install file as an attachment, but then there would be all of those people who are like "ZOMG! It's a virus!" when it's really not...

    Enjoy.

    ~Lacky

    http://scarscripters.proboards102.com
    Click Here to Make SRL a Better Place!




    You were outsexed, my friend.
    Quote Originally Posted by Hobbit View Post
    I love lacky b/c i need a lacky :P
    Quote Originally Posted by Julza View Post
    my age is 99 =] look me up in hiscores im first!

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Good job Freddy1990!!!


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Yes, good job!



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  4. #4
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Good job Freddy

    Could someone post the full changelog please?
    I made a new script, check it out!.

  5. #5
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    gj will use.
    I do visit every 2-6 months

  6. #6
    Join Date
    Aug 2006
    Location
    London
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice one freddy you should put some auto update/download/install thing into the next version of scar

  7. #7
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    SCAR Divi 3.15:
    ---------------

    Bugfixes:
     - The "Show Report" button in the menu wasn't working
     - When closing scripts, errors would occur
     - TrimEx would get stuck in an infinite loop when using an empty string as delimiter
     - Mouse coordinates in the statusbar wouldn'
    t disable anymore when doubleclicking them
     - The result of FindColorsTolerance was wrong
     - Fixed the tray icon
     - Couple of possible access violations
     - When a bug with a compiler directive occurred, the script wasn't terminated
     - There was a bug with T2DIntArray and T2DPointArray
     - FindColorCircle wasn'
    t working
     - Dozer image in the getting started wizard had vanished
     - rs_FindMMColors was broken

    Improvements:
     - The Swap function now accepts ANY datatype, they have to be 2 of the same kind though
     - Optimised the FindBitmap function a bit
     - Increased compiling time by 4ms

    Additions:
     - There's a new tolerancemode based on the CIE colorspace (XYZ)
     - procedure SetColorspeed3Modifiers(Sensitivity: Integer); (default sensitivity is 4)
     - The procedure ScriptPause will be called when a script is paused
     - The procedure ScriptResume will be called when resuming a paused script
     - Added the CaretPos property to the TMemo and TRichEdit classes
     - Added the ScrollBars property to the TRichEdit class
     - Time that was needed to compile after "successfully compiled"
     - More functions accessable trough plugins
     - Reset Specified Window button (sets the default window [desktop] as client)
     - procedure SetDesktopAsClient;
     - Separed portable edition of SCAR

    Removed:
     - Silent Mouse
     - procedure SetMouseMode(Silent: Boolean);
     - The Open From Web menu
     - Forget Specified Window button
     - Portable mode


    SCAR Divi 3.14:
    ---------------

    Bugfixes:
     - CountColor didn'
    t work
     - The filewall settings weren't always saved
     - SCAR didn'
    t recycle the spots of freed bitmaps in the bitmap array
     - Fixed rs_OnMinimap
     - SCAR would error after restoring it from the tray when a script had already ran
     - The CodeHints now hide when the user is prompted to reload a script
     - Fixed bug in FindColorsTolerance that made the coordinates screwed up
     - Fire- and filewall settings are now saved on portable mode
     - TSizeConstraints had disappeared again somehow
     - Fixed the tolerance bug
     - Reverted the HSL tolerance algorithm, this means it's slower than 3.13, but it works and it's still a lot faster than before
     - Disguise was not thread safe
     - MoveToTray was not thread safe

    Improvements:
     - Improved the speed of CountColor
     - Increased compiling speed

    Additions:
     - T2DPointArray = array of array of TPoint;
     - TCanvas functions: Polygon, Polyline, PolyBezier, PolyBezierTo
     - procedure QuickSort(var Values: TIntegerArray);
     - function FindColorComp(var x, y: Integer; Comp: Variant; CompType: TColorComp; xs, ys, xe, ye: Integer; Tolerance: Extended): Boolean;
     - TColorComp = (ccRed, ccGreen, ccBlue, ccHue, ccSat, ccLum);

    Removed:
     - function rs_ScanMiniMap(iFrom, iTo, Distance, Color: Integer): Integer;
     - function rs_GetCompassAngleDegrees: Extended;
     - function rs_GetCompassAngleRadians: Extended;
     - function rs_GetMinimapAngle: Extended;
     - function rs_ShopScreen: Boolean;
     - function rs_IsBankOpen: Boolean;
     - 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 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;


    SCAR Divi 3.13:
    ---------------

    See SCAR Divi 3.12b-e

    Bugfixes:
     - FindColor and FindColorsTolerance were not functioning properly in SCAR 3.12d-e
     - rs_isBankOpen gave an access violation when called when the bank wasn't opened

    Additions:
     - function rs_GetUpTextAt(x, y, TextLength: Integer): string;

    New Scripts:
     - Test\WelcomeToRS.scar


    SCAR Divi 3.12e:
    ----------------

    Bugfixes:
     - "Math error" when using tolerance-based functions

    Improvements:
     - Increased the speed of FindColorSkipCoords by about 25%
     - Increased the speed of FindColorCircle by about 20%
     - Increased the speed of FindColor by about 57% (since SCAR 3.12c)

    Additions:
     - procedure FastReplaceColorTolerance(bmp: Integer; OldColor, NewColor, Tolerance: Integer);


    SCAR Divi 3.12d:
    ----------------

    Bugfixes:
     - In ColortoXYZ and XYZtoColor the Y and Z values got switched
     - TSizeConstraints was removed by accident

    Improvements:
     - Small speed increase of CountColors(Tolerance)
     - Increased the speed of Tolerance functions up to twice as fast or more when using tolerancespeed 2
     - Small speed increase of the FindColorSkipBox functions
     - Increased the speed of all FindColorSpiral functions seriously
     - GetClientCanvas is now resource-safe, there'
    s no need to free the canvas anymore
     - Increased the speed of GetColor by an average 0.0040ms (Now average 0.0131ms) (Useful during repetitive usage)

    Removed:
     - procedure rs_GetInvRC(xx, yy: Integer; var Row, Col: Integer);
     - function rs_GetShopSlot(xx, yy: Integer): Integer;
     - procedure rs_GetShopRC(xx, yy: Integer; var Row, Col: Integer);
     - 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;


    SCAR Divi 3.12c:
    ----------------

    Bugfixes:
     - Bug in the improved FindColorsTolerance
     - Bug in the custom script directory function


    SCAR Divi 3.12b:
    ----------------

    Bugfixes:
     - Even though you cancel when clicking update to rev using the SVN function, it would still move plugins, manual and show the update status message
     - Small bug for portable setting
     - Several small bugs in the fire-filewall system

    Improvements:
     - Increased the speed of FindColorsTolerance greatly with 6.5-11.5ms depending on if you're using 0 tolerance or more.


    SCAR Divi 3.12:
    ---------------

    Bugfixes:
     - Error occurs when closing with Preview opened
     - Opening with Function List opened doesn'
    t show a check next to the menuitem
     - Opening with Preview opened doesn't show a check next to the menuitem
     - Debug Image menu item never checks
     - UID removal functions
     - Codehint remained active after closing the tab where it was created
     - Tiny bug in the SRL download progressbar
     - Memory leaks in the tab system
     - SCAR will freeze when you don'
    t try to reload a script you deleted in the open dialog
     - Wait with negative number feezes SCAR (now it won't do anything)
     - Bug in MoveMouse that caused a misplacement of a pixel or so
     - Compassangle functions and minimapangle function were broken
     - The small window function did not check if SCAR was maximised
     - Some remaining bugs in the error lines
     - Bug in codelist caused functions which have arrays as result types not to be listed
     - DTM editor didn'
    t ask if you wished to overwrite when saving
     - You can't run scripts more than once at the same time anymore (compiling when running has been disabled)
     - Script could include itself and form an infinite loop
     - When a script was paused it would still count the time as running

    Improvements:
     - function rs_GetUpText: string; (Increased to 99% accuracy in all situations and speed to an average 10ms from 480ms)
     - Function list only refreshes when it changes
     - procedure SetTargetDc(Dc: HDC);
     - function GetBitmapDc(Bmp: Integer): HDC;
     - Clicking Show Preview when it'
    s opened will now close it
     - Clicking Show Debug Image when it's opened will now close it
     - Removed grey line in the DebugBox
     - FindColor & FindColorTolerance (small speed increase +/- 3ms)
     - The status will now also be shown when hovering the tray icon
     - Internal improvements of: DeleteDebugLine, GetDebugLineCount, GetDebugText
     - Improved the bitmapsystem again
     - IsNumpadKeyDown with 10 will now return true if the num lock key is down
     - Recreated a huge part of the tabsystem
     - SCAR will not ask to reload a script if it'
    s changed while a script is running
     - Improved the html export a bit
     - The portable settings file (INI) is now 100% supported
     - Hints won't open a new tab if they're in an include anymore
     - Inc, IncEx, Dec and DecEx can now be used for all datatypes for which it's usable in Delphi
     - Moved codehints settings to options
     - All spaces in bitmapnames will be replaced with underscores for variables
     - For forming the variablename for a bitmapstring the name will now be trimmed to 15 instead of 10 characters
     - Mask editor will now use the newest bitmap encryption
     - The form editor has been renewed!
     - Replace All in the replace dialog will now instantly replace every instance in the script
     - The installer has been modified to support SCAR'
    s portable mode

    Additions:
     - function BitmapFromMem(Dc: HDC): Integer;
     - function rs_isBankOpen: Boolean;
     - New window option
     - Close All Tabs item in the rightlick menu for the tabs
     - The ability to use a couple of SCAR's built-in functions in plugins (see "Accessable SCAR Functions.txt" for which functions
     - SCAR will now try to execute the procedure ScriptTerminate right before terminating the script
     - Clear button for the reportbox
     - Hide/Show Function List toolbarbutton
     - Save, Save As and Save All items in the rightclick menu for the tabs
     - function GetDebugLine(Line: Integer): string;
     - procedure ClearDebugLine(Line: Integer);
     - procedure ReplaceDebugLine(Line: Integer; s: string);
     - The menu item to open the currently opened script'
    s folder
     - procedure SetOnTop(Window: Integer; Top: Boolean);
     - Revert option
     - Save as default option
     - Tabdragging
     - SCAR's window dimensions and position will be saved and loaded the next time you start it
     - procedure FastReplaceColor(bmp: Integer; OldColor, NewColor: Integer);
     - Compilerdirective that allows you to use certain code for certain versions of SCAR, it'
    s formatted as: "Scar[version]" For 3.12: "Scar312" check DiviDirective.scar
     - function RearrangeTPA(thearray: TPointArray; startpt, endpt: Integer; dox, up: Boolean): TPointArray; // By Boreas
     - Options for the firewall to allow all, disallow all or ask for connections
     - Options for the filewall to allow all, disallow all or ask for file access
     - function MD5FromFile(Filepath: string): string;
     - function CreateBitmapFromText(Text: string; Chars: Integer; TextColor: Integer): Integer;
     - procedure DeleteINI(Section, KeyName, FileName: string);
     - Changing the default scripts directory
     - Subversion support for SRL
     - function BitmapToString(Bmp: Integer): string;
     - Bookmarks
     - Adding registry entry with SCAR's path upon associating (key: "HKEY_CURRENT_USER\Software\SCAR" Entry: "Path")
     - Adding registry entry with SCAR'
    s version upon associating (key: "HKEY_CURRENT_USER\Software\SCAR" Entry: "Version")

    Removed:
     - function GetBitmapName(bmp: Integer): string;
     - procedure SetBitmapName(bmp: Integer; Name: string);
     - function GetBitmapFileName(bmp: Integer): string;
     - procedure SetBitmapFileName(bmp: Integer; FileName: string);
     - Rs screen constants
     - "SCAR Divi 3.xx New Functions.txt" as now new functions are reported in the changelog


    SCAR Divi 3.11:
    ---------------

    Bugfixes:
     - Function List refreshing when a closing tab trough a menu
     - When 1 modifed script was opened it asked to save twice when you rightclicked the tab and pressed close
     - Fixed where the codehints didn't display the information for functions built into SCAR
     - Star next to filename in the tab didn'
    t go away when undo'ing all modifications
     - Fix for several access violations in the codehints
     - Fixed a very critical bug in the scriptengine which was mostlikely the cause of many access violations
     - Completely fixed statusbar dragging bug

    Improvements:
     - Added a square around the hovered pixel in the DTM editor zoom
     - Constraints have been added to the TControl class (Now most form components will have them)
     - Modified the way how the Function List refreshes
     - SaveToFile and WriteINI now create the nessecary directories to save according to the filepath
     - SaveToFile and LoadFromFile now return True if they succeeded, False if they failed
     - procedure SetTargetDc(Dc: Extended);

    Additions:
     - function AMin(Data: TIntegerArray): Integer;
     - function AMinE(Data: TExtendedArray): Extended;
     - procedure BubbleSortB(var Values: TIntegerArray);
     - TSizeConstraints class
     - function MD5(s: string): string;
     - The ability to make SCAR load it'
    s settins from an INI file (and save them to it)
     - Automated checking of opened files for external modifications
     - Plugins folder button in the folders menu
     - function GetBitmapDc(Bmp: Integer): Extended;


    SCAR Divi 3.10:
    ---------------

    Bugfixes:
     - Crosshair freezing bug (dragging after closing the selected window)
     - Crosshair error bug (closing while still selecting)
     - Fixed a bug in GetColors (Access violation, not very common when properly used)
     - Bug when closing
     - Small memory leak in codehints
     - Disabling SRL Download button after pressing until the download is completed
     - Removed some debugging code I forgot to remove (nothing serious)
     - Alot of fixing in the TRichEdit component
     - Alot of fixing in the TProgressBar component
     - Normalise window will minimalise the window when it's maximised first
     - Errors when closing right after making scar open a folder in the folders menu
     - Returning wrong error line
     - Fixed Mousebox Functions
     - Small memory leak in SRL Download
     - Bug that made SCAR get a wrong shape when returning from maximization
     - SetClientWindowHandle didn'
    t set the client dimensions, rendering GetClientDimensions useless

    Improvements:
     - Improved stability of several components
     - Speeded up running a script
     - Slight improvements to the form editor
     - Normalise window will try to resize until the normal size has been reached
     - Made it possible not only to check for versions of SRL, but also for patches

    Additions:
     - function ToCart(Point: PPoint): TPoint;
     - function ToCartOffset(Point: PPoint; offset: TPoint): TPoint;
     - function ToPolar(Point: TPoint): PPoint;
     - function ToPolarOffset(Point, offset: TPoint): PPoint;
     - procedure Swap(var A, B: Integer);
     - procedure BubbleSort(var Values: TIntegerArray);
     - Progressbar for SRL Download
     - procedure Dec(var Number: Integer);
     - procedure DecEx(var Number: Integer; nDec: Integer);
     - TCheckListView Component
     - More eventhandlers for: TTabSheet, TStatusBar, TPageControl
     - More eventhandlers in general: OnContextPopup, OnMouseWheel, OnMouseWheenUpDown
     - TLabeledEdit Component
     - function rs_GetMinimapAngle: Extended; (Made by pups)
     - Caption property of the TTabSheet component
     - function PosEx(search, s: string; from: Integer): Integer; (Made by Newbiehacker)
     - function LastPosEx(search, s: string; from: Integer): Integer; (Made by Newbiehacker)
     - function LastPos(search, s: string): Integer; (Made by Newbiehacker)
     - function StartsWith(prefix, s: string): Boolean; (Made by Newbiehacker)
     - function EndsWith(suffix, s: string): Boolean; (Made by Newbiehacker)
     - function TrimEx(delimiter, s: string): string; (Made by Newbiehacker)
     - function RegexPos(Txt, Regex: string): Integer;
     - function FindRegex(Txt, Regex: string): string;
     - function ReplaceRegex(Txt, Regex, ReplaceStr: string): string;
     - function IsNumpadKeyDown(Key: Byte): Boolean;
     - function StrToFloatDef(s: string; def: Extended): Extended;
     - function StrToBoolDef(s: string; def: Boolean): Boolean;
     - function GetColorToleranceSpeed: Integer;
     - Function List
     - function BitmapFromString2(Validate: Boolean; str: string): Integer;
     - function GetBitmapName(bmp: Integer): string;
     - procedure SetBitmapName(bmp: Integer; Name: string);
     - function GetBitmapFileName(bmp: Integer): string;
     - procedure SetBitmapFileName(bmp: Integer; FileName: string);
     - procedure SetTargetDc(Dc: Integer);
     - procedure ResetDc;

    Removed:
     - procedure TabSheetCaption(Tab: TTabSheet; Caption: string);

  8. #8
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    woot! thanks so much.

  9. #9
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

  10. #10
    Join Date
    Jan 2008
    Location
    Barrie, Ontario, Canada
    Posts
    126
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I guess people will be using 3.15 now that it has been released. Rev 15 should be next Then everyone will be back into updating their scripts... That'll be something fun to go through again. Otherwise, Good Job Freddy!
    Version 2 Of Sig, made my own vectors, used my own character and everything.
    http://img248.imageshack.us/img248/7...goodsigxp7.png

    The Shilo Fisher has been halted temporarily. Sorry guys... Too much school work at the moment.

  11. #11
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Hy71194 View Post
    Gotta remove that from SetupSRL now
    Has been removed. Hasn't it? I think I already did.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  12. #12
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    600
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I notice that it still shows SCAR Divi 3.14 CDE as the latest Scar. Update please?

    Also, one thing, I notice in the new updates, it says this:


    Removed:
    - Silent Mouse
    - procedure SetMouseMode(Silent: Boolean); <----- This.
    - The Open From Web menu
    - Forget Specified Window button
    - Portable mode
    Now, I know what's wrong when I get this error:

    Line 87: [Error] (12252:1): Unknown identifier 'SetMouseMode' in script C:\Program Files\SCAR 3.15\Includes\SRL\SRL.scar
    I was just wondering, should I delete that "SetMouseMode(false);" in SRL.scar and PH.scar or what?

    http://scarscripters.proboards102.com
    Click Here to Make SRL a Better Place!




    You were outsexed, my friend.
    Quote Originally Posted by Hobbit View Post
    I love lacky b/c i need a lacky :P
    Quote Originally Posted by Julza View Post
    my age is 99 =] look me up in hiscores im first!

  13. #13
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Get SRL Rev 14


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  14. #14
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    600
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't use the repository, although I have SVN. I just use the Download SRL thing from the File Menu.

    Should I just delete that line in the code though?

    http://scarscripters.proboards102.com
    Click Here to Make SRL a Better Place!




    You were outsexed, my friend.
    Quote Originally Posted by Hobbit View Post
    I love lacky b/c i need a lacky :P
    Quote Originally Posted by Julza View Post
    my age is 99 =] look me up in hiscores im first!

  15. #15
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Download SRL from the SVN "Download SRL from SVN", or else you won't get an up-to-date version.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  16. #16
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    600
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fine. But I will have to do that later, I have to go out now for lunch. I hope you don't mind sending me the link or w/e so when I get back on, it's quicker.

    http://scarscripters.proboards102.com
    Click Here to Make SRL a Better Place!




    You were outsexed, my friend.
    Quote Originally Posted by Hobbit View Post
    I love lacky b/c i need a lacky :P
    Quote Originally Posted by Julza View Post
    my age is 99 =] look me up in hiscores im first!

  17. #17
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Good job Freddy . But could you re-add silent mouse in the next version please? It's sometimes useful for different games.

  18. #18
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Good job Freddy


  19. #19
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    procedure SetColorspeed3Modifiers(Sensitivity: Integer);
    I think n3s found something new to play with

  20. #20
    Join Date
    Oct 2007
    Location
    Anime land. Woot!
    Posts
    552
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  21. #21
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Mylesmadness View Post
    I think n3s found something new to play with
    Meh. XYZ isn't a much used color space in RuneScape. It's rare when they base something off of it. (Well, I don't want to state that as fact, but as far as I've seen...)

  22. #22
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    I've had a XYZ finder for a long time... And it's useless in 90% of the times.. And its slow as hell...
    Verrekte Koekwous

  23. #23
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    woo hoo go freddy cheerz dude keep em coming

  24. #24
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by mastaraymond View Post
    I've had a XYZ finder for a long time... And it's useless in 90% of the times.. And its slow as hell...
    Yeah, and even if it works for something, HSL is nearly always better.

  25. #25
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Okay is runescape based of HSL or RGB

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SCAR Divi 3.15b CDE has been released!
    By Lacky in forum News and General
    Replies: 12
    Last Post: 05-04-2008, 11:48 PM
  2. Scar Divi 3.10
    By Timer in forum News and General
    Replies: 6
    Last Post: 07-08-2007, 10:00 PM
  3. SCAR Divi 3.01 DONT associate .scar files!!!
    By chimpy in forum News and General
    Replies: 1
    Last Post: 04-21-2007, 08:49 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
  •