Results 1 to 8 of 8

Thread: Help a noob - Feel good today!

  1. #1
    Join Date
    Jun 2007
    Location
    Varrock East bank,
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help a noob - Feel good today!

    Hey guys,

    Im not going to lie, im a noob to the whole scripting business, iv never used scar before, and im not too sure where to start. Iv followed the instructions as well as i can, and tried a few diffrent scripts, but none of them seem to be working for me.

    Im trying to get this draynor netter by "Dankness" to work. I know he is a very good scripter because i see his name everywhere!

    http://www.villavu.com/forum/showthread.php?t=2298

    But i cant seem to get it too work!

    I have this script open in SCAR Divi CDE 3.06, with the patch downloaded. I have SRL downloaded. I have pasted the exact code into the window, making sure the stuff that is in there already is gone. I have specified the window by dragging the cross hair to the RS window and letting go. I push play but i keep getting the same error;

    Failed when compiling
    Line 58: [Error] (58:1): Unknown identifier 'GameTab' in script C:Program FilesSCAR 3.06includesSRLscriptsDraynor man.scar

    I have had a script working before so its definately not my setup, "Unknown identifier" Suggests im missing a file? Thanks for any help guys, Im 17 and have litrally been doing this about 2 hours, so sorry im a little slow on the uptake.

    Many thanks,

    Shadows-collide

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Run this script:

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    begin
    SetupSRL;
    end.

    Does that work? If not, you have not installed SCAR(DIVI 3.06)/SRL properly and will need to do a reinstall. Just deinstall SCAR and delete the folder. Now reinstall and download the latest SRL upon first-run.

    Then Try Wizzup's Draynor Netter.

    Read the thread carefully, fill in the names, open the rs-client, drag the crosshair and run the script.

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

  3. #3
    Join Date
    Jun 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    that error would normally mean that you have something wrong set up with your SRL. try using Scar 2.03 becuase im pretty sure thats what the script was made for use SRL 3.6b also becuase i dont think that script has been updated in a while. try using wizzup?'s draynor netter becuase he is a good scripter and his has been recently updated and works with DIVI.
    Edit :Fawki beat me to it (darn)

  4. #4
    Join Date
    Jun 2007
    Location
    Varrock East bank,
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow thanks guys, a quick, useful response from both of you

    Successfully compiled
    SRL Compiled in 15msec.
    Successfully executed

    I guess that means SCAR is working... So that means the script isnt compatible with my version of SCAR right? So the new SCAR dosn't work with old scripts... AHH so much to take in, ill try the script you suggested

    Heres a sneak preview of how im getting on





    Program Thanks;

    Procedure Write;
    Begin
    Writeln('Thanks guys!')
    End;

    Procedure Stay;
    Begin
    Wait(500)
    End;

    Begin
    Stay;
    Write;
    End.

  5. #5
    Join Date
    Jun 2007
    Location
    Varrock East bank,
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good news guys!

    This script compiles correctly, and the mouse even click on exsisting user, however it didnt know how to write in my user and pass, and this is obviously my fault because i haven't told it to, where do i put in my username and password?

    I think its something to do with lines 33-80 but im scared to write anything in in case i mess it up!

    Many thanks

    - Shadows-collide -

  6. #6
    Join Date
    Jun 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    write it in between the '' things.

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by shadows-collide View Post
    Good news guys!

    This script compiles correctly, and the mouse even click on exsisting user, however it didnt know how to write in my user and pass, and this is obviously my fault because i haven't told it to, where do i put in my username and password?

    I think its something to do with lines 33-80 but im scared to write anything in in case i mess it up!

    Many thanks

    - Shadows-collide -
    Well, this is the part where you will have to be brave and actually type inside the script the username and the password. Dont worry about privacy, everybody does that

    SCAR Code:
    Players[0].Name :='your name in here between the brackets';
      Players[0].Pass :='your pasword';
      Players[0].Nick :='three letter from your runescapename';

    Then your off!

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

  8. #8
    Join Date
    Jun 2007
    Location
    Varrock East bank,
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ohhh, sick it works! Thanks WT, youve been a great help I freaked out a bit when i couldnt stop the thing though lol!
    Im really getting into this scripting business you know, and I tend to be good at whatever I put my mind to, so hopefuly ill pick it up soon iv checked out the dude from sythes tutorial on scripts and its really good, ill study it a bit more methinks :P

    Big thanks to Wizzup for the great script!

    - Shadows-colllide -

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Can you feel the excitement?
    By Flyboy in forum News and General
    Replies: 24
    Last Post: 06-17-2012, 07:47 PM
  2. i feel silly for asking but....
    By takeout in forum News and General
    Replies: 4
    Last Post: 09-13-2007, 05:05 PM
  3. I feel bad but...
    By Whitefang OC in forum RuneScape News and General
    Replies: 2
    Last Post: 07-09-2007, 08:39 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
  •