Page 3 of 16 FirstFirst 1234513 ... LastLast
Results 51 to 75 of 392

Thread: All in one beginner tutorial

  1. #51
    Join Date
    Jul 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow nice tut it help alot... very detail and percise. Thanks Bebemycat2!

  2. #52
    Join Date
    Aug 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great tutorial, Thank You!
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  3. #53
    Join Date
    Sep 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow that tut helped alot it's pretty cool! thank you!

  4. #54
    Join Date
    Aug 2007
    Location
    Washington
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This helped me out a lot, cause I hate felling like a leecher and now I might be able to complete a couple of scripts
    thanks!

  5. #55
    Join Date
    Jun 2006
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This helped me too much! My first powercutter is ready :P Thanks.

  6. #56
    Join Date
    Sep 2007
    Posts
    638
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have to say that is a very good tut. Thank you kindly.

    I only missed on part and that is


    writeln('1 mile is equal to '+floattostr(MilesToKilometers(1.0))+' kilometers');
    sorry don't know how to do quote yet

    where didt the floattosrt come from

  7. #57
    Join Date
    Sep 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    great tut I hope you will write more tutorials so we all can learn.

  8. #58
    Join Date
    Sep 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very usefull post, thanks!

    Even coming from a programming background (HTML, PHP, SQL, JS/Java) its always nice to have a nice simple introduction to a new language (yes i aint learned pascal before), good length and covers everything needed

    (rated 5/5 ofc)

    /Turix

  9. #59
    Join Date
    Sep 2007
    Location
    BitLeak
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    nice tutorial....i was wondering if you could help me out with this. I was running the Ratz script and i got this message:
    Include file C:\Program Files\SCAR 3.11\includes\SRL\SRL\misc\Bitmaps\Crafting.scar does not exist.
    Include file C:\Program Files\SCAR 3.11\includes\SRL\SRL\misc\Bitmaps\Prayer.scar does not exist.
    Failed when compiling

    How can i fix this? I decided to ask you since you know about bitmaps and stuff.

  10. #60
    Join Date
    Sep 2007
    Location
    Charlotte, NC
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty so much dude. I had no understanding of how it works and now i kinda do
    note the kinda. i'll look through more tuts and see if i can make something worthwhile

  11. #61
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Anyone wanna put this in a pdf file with all the formatting and stuff removed (except the code boxes)? That way we can print it out and study it later.

    Thanks
    Hey lady, I need a yank! Ha ha, dislocation.

  12. #62
    Join Date
    Feb 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    VERY USEFULL..READING IT 6 times!

  13. #63
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well I converted it to PDF myself. I cut out a lot of things (intro, random spaces) so you save ink, so now it's down to 21 pages. I'll post it here once Bebe gives me permission
    Hey lady, I need a yank! Ha ha, dislocation.

  14. #64
    Join Date
    Jul 2007
    Location
    Edmonton, AB
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    TYVM helped me lots!

  15. #65
    Join Date
    Sep 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks very helpful

  16. #66
    Join Date
    Mar 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow this helps a lot, thank you SO MUCH

  17. #67
    Join Date
    Sep 2007
    Location
    Tennessee, US
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    awesome thx a lot

  18. #68
    Join Date
    Jan 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thnx bebe im gonna read this guide every day more and more so i know exacly when to use procedure etc and like someone said scar scripting takes a long time to learn lol and not in 2 mins

    popmun.
    http://www.fenjer.com/adnan/SRL/8/4/...0scripting.png

    We do not use any illegal methods. We do not infringe any copyright, we do not use our knowledge about the java code, we do not break any laws. We merely play "against the rules". We cheat. Thats what we are good at, thats what we do.


    WT-Fakawi.

  19. #69
    Join Date
    May 2007
    Location
    Sydney, Australia (Faggot Region)
    Posts
    1,465
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    program script;

    const
    Message1='Hello World!';

    procedure Hello;
    begin
    wait(1000)
    WriteIn(Message1);
    end;


    Begin
    repeat
    Hello;
    until(false)
    end.


    Failed when compiling
    Line 9: [Error] (9:1): Unknown identifier 'WriteIn' in script

  20. #70
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's Writeln, not WriteIn . It's a lowercase L
    Hey lady, I need a yank! Ha ha, dislocation.

  21. #71
    Join Date
    Oct 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you very much Bebe. This is a great tutorial. I have never tryed scripting in SCAR and this helped me alot. I made a simple login procedure while reading this tutorial If you want to see my first script ever, PM me. Thanks again!

  22. #72
    Join Date
    Aug 2007
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks!
    nice detailed walkthrough and now ive made my own hello world script

  23. #73
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks. that helped me alot. but i dont understand what you would use the bitmap searching part for.

  24. #74
    Join Date
    Sep 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is a great tutorial.
    From this I learned the basics.
    I had a problem but I looked and looked and found my problem ty so much.
    Code:
    Line 11: [Error] (11:79): comma (',') expected in script 
    Successfully compiled
    w00t

  25. #75
    Join Date
    Oct 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    WOW--I do not mean World of War craft^^.
    very clear
    thanks for the effort

Page 3 of 16 FirstFirst 1234513 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Tutorial for the "Beginner Scripter". With video aid.
    By Wanted in forum Outdated Tutorials
    Replies: 63
    Last Post: 07-26-2010, 04:59 PM
  2. Beginner
    By Ejjman in forum Graphics and Multimedia
    Replies: 1
    Last Post: 11-16-2007, 08:56 AM
  3. C++ Beginner Tut
    By Macrosoft in forum C/C++ Help and Tutorials
    Replies: 31
    Last Post: 10-28-2007, 11:15 PM
  4. Help with beginner questions.
    By pdw40893 in forum OSR Help
    Replies: 9
    Last Post: 02-24-2007, 08:09 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
  •