Results 1 to 5 of 5

Thread: Smart Client Size

  1. #1
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default Smart Client Size

    I cannot remember how to change the client size of SMART. I was messing around with it a couple months ago and may have used the below code before, but I am not sure. I thought I saved a partially done script with it because I remember loading up different size clients, but for the life of me cannot find it on my computer

    Simba Code:
    ogl.setup(800,600)

    My goal is to have the client size be bigger than the standard then that way I can get away from the generic bot layout and make my own specific to what I am doing.

    I was planning on just using color and any SRL function that may work unless it would be better to do OGL stuff? I am aiming for a bank standing script or just smelting in lumby if that helps.

  2. #2
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Simba Code:
    smartSpawnClient(java_exec, remote_path, root, params: string; width, height: integer; initseq, useragent, javaargs, plugins: string);

  3. #3
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default

    Quote Originally Posted by Turpinator View Post
    Simba Code:
    smartSpawnClient(java_exec, remote_path, root, params: string; width, height: integer; initseq, useragent, javaargs, plugins: string);
    When I put in

    Simba Code:
    smartSpawnClient(1280,900);

    I get the error

    Simba Code:
    Error: No default value for parameter 3 found at line 28

  4. #4
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by IROC-Z View Post
    When I put in

    Simba Code:
    smartSpawnClient(1280,900);

    I get the error

    Simba Code:
    Error: No default value for parameter 3 found at line 28
    There are 10 parameters, not 2.

    srl-6 example
    reflection example
    AeroLib example
    Last edited by Citrus; 05-18-2017 at 04:24 AM.

  5. #5
    Join Date
    Jun 2007
    Location
    Michigan
    Posts
    269
    Mentioned
    2 Post(s)
    Quoted
    141 Post(s)

    Default

    Quote Originally Posted by Citrus View Post
    There are 10 parameters, not 2.

    srl-6 example
    reflection example
    AeroLib example
    Thanks, I guess that isn't what I was looking for or what I recall. Apologies, I will dig back into my files.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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