Page 12 of 16 FirstFirst ... 21011121314 ... LastLast
Results 276 to 300 of 392

Thread: All in one beginner tutorial

  1. #276
    Join Date
    Nov 2007
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I like the tutorial shame though, I just can't understand scar at all.

  2. #277
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    really really nice tut. by far one of the most helpful ive read.

  3. #278
    Join Date
    Oct 2006
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yayy Now I can bot :] Great guide.

  4. #279
    Join Date
    Sep 2008
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help!

    i got this message when i tried your bitmap tutorial

    Line 9: [Error] (9:1): Identifier expected in script
    ------------------------------------------------
    program New;

    var
    rs_bag: integer;
    procedure loadbitmap;
    begin;
    rs_bag := BitmapFromString(1, 1, 'beNpjYGAAAAADAAE=');

    procedure FBitmap;
    var
    begin;
    FindBitmapToleranceIn(rs_bag, x, y, 560, 214, 734, 457, 25);
    end;



    begin
    end.
    ---------------------------------------
    thats my script is there anything rong with it???

  5. #280
    Join Date
    Sep 2007
    Posts
    284
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the tutorial, heres my script so far, even though its pretty much the exact same as u posted on ur first page, but if I were to make this a firemaker, would i have to get bitmap for tinderbox as well?
    program TheMatpansFirstScript;

    var
    WillowLog: integer;

    procedure LoadBitmat;
    begin
    WillowLog := BitmapFromString(27, 23, 'beNrtlbFrg0AUxp/FgkO' +
    'Ho9hyMZR2y9KpZMhg6Gu4EAMOZshQumgKxUCgpf//0Hd5yeuhQTQ4' +
    'lR4fgnr+/N77vBPgf7Qb3l79jMeRAlCXcN3dQFUY6NQMRV2A6sa/V' +
    'RCqQNkjhIg6S+5ctQd+b19Ir9nDOr0nCYFPRRY4Vm06KUBhsv gKa4' +
    'XQ1eHnxzM/SHJRfBERZqBbZsFA16eIW7fAiIqdPIXqwp/jqKFqmmk' +
    'wQrTMvPDY3kBZ4ZWmXOxdX1uBntuZYI/BaaubtwmVWRYx2UC0Ecxi' +
    'LaJ3kTfEgRsQN5lO6UV14FeJZKzM98AEUhwbExkzFLkoaWwDc Pc+J' +
    'eBuM6UJeXKIZonVrCtxNwC3RSxACaUOrMe0OEU7tHEJVDJVSt 12gV' +
    'SgWyl/NqbD0vv9eLJjr5h5XHHn7DOuwwR72a88dtjr1uf9zZ/DD0d' +
    'EmVY=');
    end;

    procedure FBitmap;
    var
    x,y :interger;
    being
    FindBitmapToleranceIn(WillowLog, x, y, 560, 214, 734, 457, 25);
    end;

    begin
    end.
    99 Str from Hy's Fight Cave Runner
    http://www.stats.srl-forums.com/sigs/2760.png

  6. #281
    Join Date
    Sep 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default thanks dude

    thanks, really helped me learn the basics

  7. #282
    Join Date
    Sep 2008
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks, didnt know most of the stuff u explainded

    thank u

  8. #283
    Join Date
    Sep 2008
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey where can i download common sense???? lol j/k man. this is a FANTASTIC tutorial for begginers. i had no clue what a bitmap was before this but now i do thanks man!

  9. #284
    Join Date
    Sep 2008
    Posts
    352
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    great tutorial thank you so much

  10. #285
    Join Date
    Sep 2008
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks for the great tut on the basics although i am having some trouble with the bitmap part but ive already posted in help section =/
    Code:
    http://www.villavu.com/forum/showthread.php?t=36023?p=473062#post473062

  11. #286
    Join Date
    Jul 2007
    Posts
    140
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Uhh, any way better to explain? :P

    Im 14

  12. #287
    Join Date
    Dec 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thx alot for the tut!

  13. #288
    Join Date
    Feb 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tyvm for tutorial!!! i read the first part so far and it is really good for a beginner like me!

  14. #289
    Join Date
    Nov 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks, helped a lot. I now wished I took AP compsci, I would understand a lot of this language.

  15. #290
    Join Date
    Oct 2008
    Location
    /root
    Posts
    181
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Wow, very organized and easy to learn. Thanks for this tut, introducing me into SCAR.
    Time is just an illusion, we are all dying from the disease of age.
    When in doubt, please go here.

  16. #291
    Join Date
    Oct 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This tut helped me a lot, thanks!

  17. #292
    Join Date
    May 2007
    Location
    Everywhere
    Posts
    1,428
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    The image part was the best.

    I had such a pain in the ass learning how to convert a bitmap to an image. Sad really, since it is so easy now. Of course to the outsider it looks hard, but with this piece I can now create an epic script.

  18. #293
    Join Date
    Oct 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great tutorial dude but I tried to do what you stated and for some reason i keep getting a line 6 [error]: Semicolon (';') expected in script its there but still wont compile.
    maybe the mistake is obvious but i'm not seeing it
    ?!PFK!?

    What can PFK do for you?

  19. #294
    Join Date
    Oct 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Woo hoo I noticed my error the space created was effecting the semicolon, my first script works awesome, thanks. Hopefully I'll become better and be able to make some pretty intricate scripts and hopefully I will figure out the bitmaps.
    ?!PFK!?

    What can PFK do for you?

  20. #295
    Join Date
    Oct 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wow, im stupid just noticed all i had to do was click paste in paint screen... no problems anymore.
    ?!PFK!?

    What can PFK do for you?

  21. #296
    Join Date
    Oct 2008
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great tut helped me on bitmaps and making my first script but...functions...you picked the worst example for me <.>

  22. #297
    Join Date
    Sep 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you! that helped me alot!

  23. #298
    Join Date
    Aug 2008
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can someone sell me how to get coords?
    or where the dipper is on scar?

  24. #299
    Join Date
    Mar 2008
    Location
    England
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks great tut not sure i will be making amazing scripts yet but i didnt understand how you managed to get the coords in this bit
    Integer; x1, y1, x2, y2: Integer; - These are the coordinates for the "box" that SCAR will search for the bitmap in. This is very useful to not only save time when searching for bitmaps (because SCAR has to search less of the selected client), but also reduces memory usage and lag. In our case, since we are searching for the willow logs in the inventory, we will be using the coordinateness 560, 214, 734, 457

  25. #300
    Join Date
    Oct 2008
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tyvm this helped me so much in scripting

Page 12 of 16 FirstFirst ... 21011121314 ... 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
  •