BryceTheCoder Posted August 9, 2012 Share Posted August 9, 2012 (edited) Hello, i dont know when but scar has been updating frequently now and since i try to run my script it says that i doesnt know what BitmapFromString function is now. Soo did BitmapFromString and BitmapToString functions get deleted? And can someone help with activing a client (and do i need to do that if i run SMART with my runescape scar script?) EDIT: Scar seems to be f-ed up?? I tell it MMouse(100,100,0,0); and it moves it to 100,150 or 100,151 ???? huh? And everytime i drag and select a client with the little cross-hairs you have in teh scar program i get an error? Idk wuts happening to my scar program.... Help me plz freddy? Edited August 9, 2012 by BryceTheCoder Quote Link to comment Share on other sites More sharing options...
shadowrecon Posted August 9, 2012 Share Posted August 9, 2012 Scar now has a bitmap class watch this video - http://forums.scar-divi.com/showthread.php?1675-All-About-TSCARBitmap&p=9057#post9057 Scars client system is also different watch all of the video in this thread - http://forums.scar-divi.com/showthread.php?1603-SCAR-Divi-3-35-Preview-Tutorial Read this for the client error - http://forums.scar-divi.com/showthread.php?1654-Upgrading-to-SCAR-Divi-3-35 Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted August 9, 2012 Author Share Posted August 9, 2012 Would i need to actually select those clients as he does with using SMART? or does it selcect SMART's client atutomatically when using SMART. Quote Link to comment Share on other sites More sharing options...
shadowrecon Posted August 10, 2012 Share Posted August 10, 2012 Would i need to actually select those clients as he does with using SMART? or does it selcect SMART's client atutomatically when using SMART. I believe it sets smart as the client when using smart. Try capturing the client and see what happens Run this procedure and it will display a bitmap of the client [scar]procedure testClient; var BMP: TSCARBitmap; begin Try BMP := GetClient.Capture; DebugBitmap(BMP); finally BMP.Free; end; end;[/scar] Quote Link to comment Share on other sites More sharing options...
BryceTheCoder Posted August 11, 2012 Author Share Posted August 11, 2012 (edited) Smart's client is automatically selected:) Edited August 11, 2012 by BryceTheCoder Quote Link to comment Share on other sites More sharing options...