Page 5 of 7 FirstFirst ... 34567 LastLast
Results 101 to 125 of 169

Thread: [ACA]AutoColorAid v2 - by Nielsie95 and Sumilion

  1. #101
    Join Date
    Sep 2010
    Location
    Azeroth
    Posts
    395
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    I'm having trouble running this on simba. Ive been trying for 3 hours and still no luck finding a maple tree!

    I chose 3 colors and selected best color, set uptext to chop, pasted findobject function to simba.


    i always get unable to find object... the mouse never moves.

  2. #102
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Quote Originally Posted by wantonman View Post
    I'm having trouble running this on simba. Ive been trying for 3 hours and still no luck finding a maple tree!

    I chose 3 colors and selected best color, set uptext to chop, pasted findobject function to simba.


    i always get unable to find object... the mouse never moves.

    In Auto Colour aid.. Set your thing at the bottom right to ColorTolerance 2.. then choose colours.. then fill in the below function with the info you got from the find object creator

    Simba Code:
    Procedure FindTree;
    var
      CTS: Integer;
    begin
      CTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.59, 3.70);  //Fill this in with the info from auto color aid..
      if  FindColorSpiralTolerance(X, Y, Color, MSX1, MSY1, MSX2, MSY2, Tolerance)  //Fill this in with the info from Autocolor Aid..
          writeln('Found Tree');
      ColorToleranceSpeed(CTS);
       SetColorSpeed2Modifiers(0.2, 0.2);
    end;

    I am Ggzz..
    Hackintosher

  3. #103
    Join Date
    Sep 2010
    Location
    Azeroth
    Posts
    395
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    so basically don't use the script auto color aid generates? and just fill in the colors?

  4. #104
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Sauce please

  5. #105
    Join Date
    Feb 2009
    Location
    inside Hello World! Application
    Posts
    232
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by wantonman View Post
    so basically don't use the script auto color aid generates? and just fill in the colors?
    if you want u can use it I used it was i was starting but as you read some of the tuts you'll understand more about how it works and maybe just take the info it gives you and make your own for whatever script you use ^^

  6. #106
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Quote Originally Posted by mormonman View Post
    Sauce please
    http://villavu.com/forum/showthread.php?t=70704
    This is a start of a Simba extension. Are you perhaps interested in doing some work on it?

    And a question to everyone: what parts do you use most and what would you like to see different in a new version of ACA? Are the function generators a must? Do you like the current layout?
    Hup Holland Hup!

  7. #107
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by nielsie95 View Post
    http://villavu.com/forum/showthread.php?t=70704
    This is a start of a Simba extension. Are you perhaps interested in doing some work on it?

    And a question to everyone: what parts do you use most and what would you like to see different in a new version of ACA? Are the function generators a must? Do you like the current layout?
    Everythings fine.

    I use it to get the best colour and tolerances, as-well as generating a function for a guide/just for copy and paste.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  8. #108
    Join Date
    Dec 2009
    Location
    R_GetPlayerLoc;
    Posts
    2,235
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    It sometimes freezes when refreshing or getting a new target thingy...
    "Logic never changes, just the syntax" - Kyle Undefined?

    Remember, The Edit Button Is There For A Reason!!!

  9. #109
    Join Date
    Dec 2006
    Location
    Georgia
    Posts
    84
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ggzz View Post
    In Auto Colour aid.. Set your thing at the bottom right to ColorTolerance 2.. then choose colours.. then fill in the below function with the info you got from the find object creator

    Simba Code:
    Procedure FindTree;
    var
      X, Y, CTS: Integer;
    begin
      CTS := GetColorToleranceSpeed;
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(HUE, SATURATION);  //Fill this in with the info from auto color aid..
      if  FindColorSpiralTolerance(X, Y, Color, MSX1, MSY1, MSX2, MSY2, Tolerance) Then //Fill this in with the info from Autocolor Aid..
          writeln('Found Tree');
      ColorToleranceSpeed(CTS);
       SetColorSpeed2Modifiers(0.2, 0.2);
    end;

    Missed somethings in the procedure
    Future SRL Member.

  10. #110
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by nielsie95 View Post
    http://villavu.com/forum/showthread.php?t=70704
    This is a start of a Simba extension. Are you perhaps interested in doing some work on it?

    And a question to everyone: what parts do you use most and what would you like to see different in a new version of ACA? Are the function generators a must? Do you like the current layout?
    The only thing I would ask is to improve the debug images. It seems to freeze the program at times for me... but other than that everything has worked like a charm for me.
    METAL HEAD FOR LIFE!!!

  11. #111
    Join Date
    Oct 2011
    Posts
    805
    Mentioned
    21 Post(s)
    Quoted
    152 Post(s)

    Default

    It has problem with finding SMART. Find RS function works only in 10% tries.Mostly it says "succefully found RS" ,but it shows only small black rectangle (154x26). I tried 'Find clietn by name' ,but just "SMART" can't be found. I think whole window name is needed ,but SMART's caption is very long :P Any solution?

  12. #112
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    Just use the whole desktop and scroll a little. Or you could just use the browser for picking colours. Or you could try to use the extension for Simba. Or type in the whole window name
    Hup Holland Hup!

  13. #113
    Join Date
    Feb 2012
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Today be able to know ever[IMG][/IMG]yone really happy.

  14. #114
    Join Date
    Feb 2012
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    meaning less time to work on it. Luckily it is already finished.
    [IMG][/IMG]

  15. #115
    Join Date
    Feb 2012
    Location
    Wilkesboro, NC
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] (5:10): Duplicate identifier 'AUTOCOLOR' at line 4
    Compiling failed.

    =/ Trying to work with Simba.
    ☆Haterz Make Me Famouz☆

  16. #116
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Change the name to something like 'E_AutoColor'. It's simply telling you that there is more than one procedure or function with the name 'AutoColor'.
    Simba Code:
    (* Main *)

    repeat
      WriteLn('I am an idiot!');
    until(False);

  17. #117
    Join Date
    Feb 2012
    Location
    Wilkesboro, NC
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by RISK View Post
    Change the name to something like 'E_AutoColor'. It's simply telling you that there is more than one procedure or function with the name 'AutoColor'.
    program E_AutoColor;
    {$i SRL/SRL.simba}

    function AutoColor: Integer;

    says the same thing....
    EDIT: Nvm, Ty for you help(:
    Last edited by Emotional; 02-21-2012 at 11:40 PM.
    ☆Haterz Make Me Famouz☆

  18. #118
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Change the function name to E_AutoColor, not the program name.
    Simba Code:
    (* Main *)

    repeat
      WriteLn('I am an idiot!');
    until(False);

  19. #119
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    No, you have to change the function "AutoColor" to something different, it doesn't matter what the program name is.

    AutoColor is a function in SRL already, so that's why you have to change it.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  20. #120
    Join Date
    Jan 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    cooooooooooooooooooool, thx

  21. #121
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Suggestion:
    Have an option/tool to ZOOM into the client image to be more precise?

  22. #122
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    +1 to this. I would LOVE this feature.

    Quote Originally Posted by YoHoJo View Post
    Suggestion:
    Have an option/tool to ZOOM into the client image to be more precise?
    Simba Code:
    (* Main *)

    repeat
      WriteLn('I am an idiot!');
    until(False);

  23. #123
    Join Date
    Feb 2012
    Posts
    89
    Mentioned
    2 Post(s)
    Quoted
    13 Post(s)

    Default

    Hi,

    I ran in to a little problem, can't seem to find a fix.

    When trying to find the Rs window, Client > Client Window > Find RS.
    It just gives me a white screen, when i click on the white screen it does give me colors but i can't tell what is what. Any fix for this?

  24. #124
    Join Date
    Feb 2012
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do i define the AutoColor integer as a variable so that it doesn't do a different autocolor everytime?

  25. #125
    Join Date
    Dec 2010
    Posts
    89
    Mentioned
    4 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Littellj View Post
    How do i define the AutoColor integer as a variable so that it doesn't do a different autocolor everytime?
    Why would that be a problem?

    On another note: Any ideas on how long it will be until this able to use CTS 3?

Page 5 of 7 FirstFirst ... 34567 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sumilion = Admin
    By mastaraymond in forum News and General
    Replies: 87
    Last Post: 01-28-2008, 02:27 PM
  2. ACA - AutoColorAid by Nielsie95
    By nielsie95 in forum Research & Development Lounge
    Replies: 88
    Last Post: 01-15-2008, 11:31 AM

Posting Permissions

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