Page 3 of 6 FirstFirst 12345 ... LastLast
Results 51 to 75 of 144

Thread: YoHoJo Video Tutorial #1, for ABSOLUTE BEGINNERS!

  1. #51
    Join Date
    Dec 2011
    Location
    Boston, MA
    Posts
    131
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks for this. Really helping me to wrap my head around SRL, Simba, etc etc. Starting my first project tomorrow!

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

    Default

    Quote Originally Posted by Nietszche View Post
    So I know absolutely next to nothing about computers and my time is somewhat limited yet I still am eager to learn to script. Is this something I can do with a limited schedule and limited computer knowledge?
    Take a watch and find out for yourself!
    Everyone here seems to have 0 experience and I've been getting tons of great positive feedback. It's fun you can do it!
    Take your time and learn at your own pace, you have all the time in the world if you just do it when you're free!

  3. #53
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Sure thing! Will take some time, but you'll get the hang of it

    'd
    Last edited by Kyle Undefined; 12-17-2011 at 02:14 AM.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


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


  4. #54
    Join Date
    Dec 2011
    Location
    Indiana
    Posts
    205
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks guys, I just wanted to make sure I wasn't getting into more than I could handle, luckily I'm on winter break for the next few weeks so I guess it's time to get crackin.

  5. #55
    Join Date
    Dec 2011
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hey man thanks for making the tutorials I've change up your script and made a TeaStealer and it's working flawless!
    Now for other stuff I need to know what this error means:
    [Error] (19:2): Identifier expected at line (number)

    The part of the script having the problem is:

    Simba Code:
    program Crime;

    var
       x, y:Integer;


    procedure Attack;
     begin
       MoveMouse (435, 450);
       ClickMouse (435, 450, 1);
       Wait(5000);
     end;


     begin
       Repeat
         Attack;
     end;

    The error is at the last end;
    Last edited by Gushers; 12-17-2011 at 02:54 AM.

  6. #56
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Simba Code:
    begin
       Repeat
         Attack;
       until(condition);
     end;

    You forgot the "until()" part of the repeat.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


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


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

    Default

    Quote Originally Posted by Gushers View Post
    Hey man thanks for making the tutorials I've change up your script and made a TeaStealer and it's working flawless!
    Now for other stuff I need to know what this error means:
    [Error] (19:2): Identifier expected at line (number)

    The part of the script having the problem is:

    Simba Code:
    program Crime;

    var
       x, y:Integer;


    procedure Attack;
     begin
       MoveMouse (435, 450);
       ClickMouse (435, 450, 1);
       Wait(5000);
     end;


     begin
       Repeat
         Attack;
     end;

    The error is at the last end;
    Please tell me this is a script for a flash game and not runescape right?

  8. #58
    Join Date
    Dec 2011
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Please tell me this is a script for a flash game and not runescape right?
    Yeah this if for a flash game.

  9. #59
    Join Date
    Dec 2011
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    Simba Code:
    begin
       Repeat
         Attack;
       until(condition);
     end;

    You forgot the "until()" part of the repeat.
    I knew it! Thanks man, got it working!
    1 Runescape and 1 Flash Game Script down.

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

    Default

    I hope you're not using ClickMouse and HoldMouse and MoveMouse in the runescape one right?

  11. #61
    Join Date
    Dec 2011
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    I hope you're not using ClickMouse and HoldMouse and MoveMouse in the runescape one right?
    Oo no man, Im using the script that you used in your tutorial but I changed up everything from woodcutting to theving from the Tea Stall and I added a few features. I just wanna say thank you for making these tutorials because now I actually have knowledge of scripting! Ill be releasing some scripts soon.

  12. #62
    Join Date
    Feb 2009
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    YoHoJo, what is the most efficient and easy way to implement walking into a script?

    DTM? SPS?

    Couldn't find a tutorial or a guide to using SPS, if you could link me that would be great.

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

    Default

    http://villavu.com/forum/showthread....tioning+system
    http://villavu.com/forum/showthread....tioning+system

    SPS is easiest by far. It's too iffy in my experience though works great sometimes but others it doesn't and makes me mad. SPS 2.0 will be out in January, should be a lot better.

    Besides that I like to use a good autocolor/color along with this method:
    http://villavu.com/forum/showthread.php?t=62071

    Good Luck

  14. #64
    Join Date
    Feb 2009
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    http://villavu.com/forum/showthread....tioning+system
    http://villavu.com/forum/showthread....tioning+system

    SPS is easiest by far. It's too iffy in my experience though works great sometimes but others it doesn't and makes me mad. SPS 2.0 will be out in January, should be a lot better.

    Besides that I like to use a good autocolor/color along with this method:
    http://villavu.com/forum/showthread.php?t=62071

    Good Luck
    Thanks for the links, been searching around for those for quite a while.

    I'll try out SPS for now.

    What do you think about DTM walking?

    Specifically, using the FindDTMRotated. I'm having a bit of trouble with it. Here's the link to my thread if you're not too busy.
    http://villavu.com/forum/showthread.php?p=864134

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

    Default

    Never been a huge fan of DTM walking, experimented with it a bit LOOONG ago and just didn't really think it was reliable and stuff. Colors change way too much and stuff. A tolerance of like 50-70 would be needed of each point. I like DTMs though for like percisioin clicks like to be in a specific spot/building but not long term walking.

    DDTMs for walking seems pretty viable, and ObjectDTMs: http://villavu.com/forum/showthread.php?t=68112 seem cool too.

    Haven't done much walking recently, but some of my next few scripts will have walking. Planning to just use http://villavu.com/forum/showthread.php?t=62071, maybe some RadialRoadWalk, and maybe DTMs for a click here or there.

  16. #66
    Join Date
    Nov 2011
    Location
    California
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just finished watching the whole video. Now, I'll be watching the runescape scripting tutorial. Appreciate it YoHoJo!

  17. #67
    Join Date
    Dec 2011
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Loved the video! Was significantly easier to take in then the block of text that is the stickies. Thanks for making this. I look forward to learning more and watching the next video

  18. #68
    Join Date
    Dec 2011
    Location
    Texas
    Posts
    348
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Gonna check this out tonight and start making my script.

  19. #69
    Join Date
    Dec 2011
    Posts
    88
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks now no more fish will die xD gonna try looking at your other videos now

  20. #70
    Join Date
    Dec 2011
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default excellent

    u make it so easy to understand.

  21. #71
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the great video, I really like it how you put your coding knowledge into context, via a script Makes it so much easier to understand. I'm moving onto your next video now. I hope it's as informative as this one was.

  22. #72
    Join Date
    Dec 2011
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I just watched your video very helpful, thank you.

    Also, I noticed this on sythe. Is this you or someone impersonating you?
    http://www.sythe.org/showthread.php?t=1307027

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

    Default

    Quote Originally Posted by Heya69 View Post
    I just watched your video very helpful, thank you.

    Also, I noticed this on sythe. Is this you or someone impersonating you?
    http://www.sythe.org/showthread.php?t=1307027
    Thanks for looking out for me, that is indeed me!

    Thank you everyone for the positive feedback, enthusiasm, and for watching along and creating your first scripts!
    Hope to see many of you advance even further by looking at other scripts and tutorials, and I will be slowly making more video tutorials in the future!

  24. #74
    Join Date
    Nov 2011
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't think you realize just how helpful you are though in the runescape tutorial i felt like you kinda just threw 5 things at me in 2 seconds at the beginning. i've been practicing a little bit and im going to go back and try to watch it again .

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

    Default

    I can clarify anything if needed just ask!
    I also assume viewers to read though some text tutorials to supplement the videos.
    Most of the stuff in rush is just copy/past thugs you don't need to 100% worry about but if you have any further questions just ask and I'll gladly answer!
    Feels great to help!

Page 3 of 6 FirstFirst 12345 ... LastLast

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
  •