Results 1 to 11 of 11

Thread: Good pascal tutorial?

  1. #1
    Join Date
    Nov 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Good pascal tutorial?

    Does anyone have link to a good tutorial on pascal? I want to do some scripting, but I'd like to know the base language better before I started learning about the MSI library functions. Don't tell me to google it, I can find an average tutorial very easily if I want to. I'm wondering if anyone has a good one for an absolute beginner to pascal.
    EDIT: Wrong section, sorry. Can a mod please move this to help?

  2. #2
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    In my opinion this is all you need: http://villavu.com/forum/forumdisplay.php?f=191
    I suggest this thread though for a specific guide: http://villavu.com/forum/showthread.php?t=49089

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

    Default

    All of the tutorials in the tutorial island section teach you how to script for/with Simba/SRL, you should read those first and then dive into MSI. Maybe even make your own scripts from scratch!
    Tutorial Island:
    http://villavu.com/forum/forumdisplay.php?f=28

    Also, wrong section: Moved to Scripting Help

  4. #4
    Join Date
    Nov 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    All of the tutorials in the tutorial island section teach you how to script for/with Simba/SRL, you should read those first and then dive into MSI. Maybe even make your own scripts from scratch!
    Tutorial Island:
    http://villavu.com/forum/forumdisplay.php?f=28

    Also, wrong section: Moved to Scripting Help
    I wanted to mod the core, and create some more complex scripts than the inbuilt functions allow. Maybe even create my own framework.
    EDIT: Didn't see that forum on the index, that's a huge help. Thanks.
    Last edited by PlaySkool; 11-20-2011 at 05:47 AM.

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

    Default

    Not a problem, you will find EVERYTHING you need there.
    LOVE to see such eagerness to script from a new comer!
    Can't wait to see some of your scripts once you learn!

  6. #6
    Join Date
    Nov 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Not a problem, you will find EVERYTHING you need there.
    LOVE to see such eagerness to script from a new comer!
    Can't wait to see some of your scripts once you learn!
    I've been programming for about 5 years, it's my passion. I used to code RSPS back when 317 was the only option. I developed a script for powerbot that played barbarian assault, and it did every position except for defender. About a week after I finished bot nuke day came around, and my work was completely worthless. When I found out about SRL making a comeback (I haven't seen SRL used in ages) I decided to give it a go.

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

    Default

    Bitch we ain't coming back, we BEEN HERE STRONG FOREVA!

    And damn nice, you must really know your shiz then! I KNOW you are going to make in amazing stuff and I can't wait! I smell a new developer!

  8. #8
    Join Date
    Jun 2009
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    http://www.taoyue.com/tutorials/pascal

    The ones on this forum just don't compare

  9. #9
    Join Date
    Nov 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by LolL View Post
    http://www.taoyue.com/tutorials/pascal

    The ones on this forum just don't compare
    Thanks man.

    @YoHoJo is there a paint system (or at least on-screen text debugging) built into MSI?

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

    Default

    When you talk about stuff you mainly want to talk about Simba (the thing that compiles the code) and SMART (the thing that loads the RS client and let's use auto minimized because it has own mouse/keyboard function).

    Yes we do but it's VERY BASIC compared to the java bot ones. As far as I know you can only debug a still image, and text (which can auto-update for like progress and stuff) Leme find something.

    E:
    Here is a script that utilizes that kinda stuff
    http://villavu.com/forum/showthread.php?t=67765

  11. #11
    Join Date
    Nov 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    When you talk about stuff you mainly want to talk about Simba (the thing that compiles the code) and SMART (the thing that loads the RS client and let's use auto minimized because it has own mouse/keyboard function).

    Yes we do but it's VERY BASIC compared to the java bot ones. As far as I know you can only debug a still image, and text (which can auto-update for like progress and stuff) Leme find something.

    E:
    Here is a script that utilizes that kinda stuff
    http://villavu.com/forum/showthread.php?t=67765
    That's exactly what I was looking for, thanks.

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
  •