Results 1 to 9 of 9

Thread: SCAR's own window?

  1. #1
    Join Date
    Oct 2009
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SCAR's own window?

    Some scripts have there own RS window. How is it you do this? Is it SMART? IDK but I'd like to use it. And is it hard to use or easy?
    Edgville WoodCutter Version 0.0.3 is out! Get it Now! Version 0.0.3!
    Get it here:
    http://www.villavu.com/forum/showthr...110#post648110
    Yesterday is history. - Tommorrow is a Mistery. - But today is a Gift.
    (Only if it was that simple)

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

    Default

    its smart.

    All you have to do is call it. And it uses that, not the mouse
    I do visit every 2-6 months

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

    Default

    Lol, its just SMART.
    Basically you just need
    SCAR Code:
    {.include SRL\SRL\Misc\Smart.scar}
    {.include SRL\SRL.scar}
    at the top
    and
    SCAR Code:
    Smart_Server := WorldNumber;
      Smart_Signed := True;
    as the first lines in the mainloop

  4. #4
    Join Date
    Oct 2009
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok, but mainloop? as in the thing thats at the bottom or at the top? im a bit confused on where i put the world number, and where does the player enter it in lol...
    Last edited by Zerghunter3000; 11-07-2009 at 06:03 PM.
    Edgville WoodCutter Version 0.0.3 is out! Get it Now! Version 0.0.3!
    Get it here:
    http://www.villavu.com/forum/showthr...110#post648110
    Yesterday is history. - Tommorrow is a Mistery. - But today is a Gift.
    (Only if it was that simple)

  5. #5
    Join Date
    Oct 2009
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i tried to run: and smart popped up saying:
    procedure MoveMouse(x, y: Integer);
    Line 8: [Error] (20354:11): Duplicate identifier 'MOVEMOUSE' in script
    Edgville WoodCutter Version 0.0.3 is out! Get it Now! Version 0.0.3!
    Get it here:
    http://www.villavu.com/forum/showthr...110#post648110
    Yesterday is history. - Tommorrow is a Mistery. - But today is a Gift.
    (Only if it was that simple)

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

    Default

    http://www.villavu.com/forum/showthread.php?t=47714
    Make sure you do all of that properly.
    And make sure
    {.include SRL\SRL\Misc\Smart.scar} is ON TOP OF

    {.include SRL\SRL.scar}

  7. #7
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zerghunter3000 View Post
    i tried to run: and smart popped up saying:
    procedure MoveMouse(x, y: Integer);
    Line 8: [Error] (20354:11): Duplicate identifier 'MOVEMOUSE' in script
    yea thats one of those moments. i did that to and made a whole thread about it, and YoHoJo told me why.

    this is what you have, right?:
    SCAR Code:
    {.include SRL\SRL.scar}
    {.include SRL\SRL\Misc\Smart.scar}
    this is what you should have:
    SCAR Code:
    {.include SRL\SRL\Misc\Smart.scar}
    {.include SRL\SRL.scar}
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

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

    Default

    Bionicle, i already suggested that. :/
    So. Ninja'd

  9. #9
    Join Date
    Oct 2009
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thx, it seems to work fine, bit laggy though.
    Edgville WoodCutter Version 0.0.3 is out! Get it Now! Version 0.0.3!
    Get it here:
    http://www.villavu.com/forum/showthr...110#post648110
    Yesterday is history. - Tommorrow is a Mistery. - But today is a Gift.
    (Only if it was that simple)

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
  •