Page 4 of 6 FirstFirst ... 23456 LastLast
Results 76 to 100 of 144

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

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

    Default

    Could you briefly explain the part you started to go on about then stopped "so it sees the goldfish at 5, 5, but what if it moves to 5, 7... wait i make no sense..." i think i need that for a simple ogre killer script but i cant figure it out myself >.<

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

    Default

    Tell me the minutes/second mark at which I said that, and rephrase question please. I'll answer and clarify it later .

  3. #78
    Join Date
    Nov 2011
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Tell me the minutes/second mark at which I said that, and rephrase question please. I'll answer and clarify it later .
    22:38 <--- gives you a couple seconds of prep too, doesnt just go straight into you saying it.


    anyway, i want to know how to do what you were talking about there because the ogres keep moving making my mouse miss the click in the script im making :/.

  4. #79
    Join Date
    Jan 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Started watching this video, pretty helpful so far! Thanks

    EDIT: So I am trying the Goldfish and sadly I have encounted an noob error....

    Code:
    program savethegoldfish;
    
    procedure Startgame;
    begin
      MoveMouse (206, 359);
      ClickMouse (206, 359, 1);
      wait(1500);
      MoveMouse (396, 327);
      ClickMouse (396, 327, 1);
      wait(1700);
      MoveMouse (335, 156);
      ClickMouse (335, 156, 1);
      End;
    
    procedure savegoldfish;
    var
      x, y:Integer;
    begin
      if FindColorSpiralTolerance(x, y 936444, 15, 25, 266, 230, 20); or
      if FindColorSpiralTolerance(x, y 98559, 15, 25, 266, 230, 20); or
      if FindColorSpiralTolerance(x, y 469428, 15, 25, 266, 230, 20); or
      if FindColorSpiralTolerance(x, y 88319, 15, 25, 266, 230, 20); then
    begin
      MoveMouse (x, y);
      HoldMouse (x, y, 1);
      MoveMouse (371, 50);
      ReleaseMouse (371, 50, 1);
      end;
    end;
    
    begin
       Startgame
       Repeat
         savegoldfish
       until(false);
    end.
    This error:
    [Error] (20:36): comma (',') expected at line 19
    Compiling failed. (highlights the bold text)
    Last edited by Triggerfinger; 01-22-2012 at 05:54 AM.

  5. #80
    Join Date
    Dec 2011
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    An AMAZING tutorial for complete begginers. I started scripting a few days ago and am already perfecting my powerchopper!

  6. #81
    Join Date
    Dec 2011
    Location
    USA
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thank you so much for this video tutorial! I watched the whole thing through and was able to follow along and understand everything that you were doing. I'm going to go watch your second tutorial now and hopefully get started making my own Runescape script. Thanks again!

  7. #82
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    Great tutorial man I really enjoyed it. Out of all the beginner tuts you explained it the best because when i actually tested it worked! Lol

    I must admit I was typing along with your mistakes as you went haha. 3 Screens ftw!!

  8. #83
    Join Date
    Feb 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This tutorial was excellent! <3

    Love and light,
    SNOWSHOES

  9. #84
    Join Date
    Feb 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    great tutorial! simply explained and well presented.

    its been a long time since ive done anything pascal based and im very much looking forward to ruining some flash game highscore tables with Simba!

    ty!

  10. #85
    Join Date
    Jan 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ty man

    i love how all ur guides are in video =)

  11. #86
    Join Date
    Mar 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Noone else is hearing bass like every 30 seconds?

  12. #87
    Join Date
    Sep 2010
    Posts
    305
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I've always tried to learn and get into scripting and never could because i just couldn't get a grasp on it. This video is really awesome and opened up some fun ways to mess around in simba. I am going to check out your other videos, and I am sure you will find some more wonderful comments from me there as well

    Also, i love the mass fish in the pan when you get to like 1000 fish lol

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

    Default

    Well, ive completed the tutorial to the best of my ability, and heres the script

    Code:
    program SaveTheFish;
    
    procedure   StartGame;
    Begin
      MoveMouse(230, 357);
      ClickMouse(230, 357, 1);
      Wait(1500);
      MoveMouse(404, 326);
      ClickMouse(404, 326, 1);
      Wait(1500);
      MoveMouse(342, 153);
      ClickMouse(342, 153, 1);
    end;
    procedure SaveGoldFish;
      var
      x, y:Integer;
    begin
        if FindColorSpiralTolerance(x, y, 1471228, 16, 29, 260, 244, 20) or
           FindColorSpiralTolerance(x, y, 1003517, 16, 29, 260, 244, 20) or
           FindColorSpiralTolerance(x, y, 172287,  16, 29, 260, 244, 20) or
           FindColorSpiralTolerance(x, y, 1271548, 16, 29, 260, 244, 20) or
           FindColorSpiralTolerance(x, y, 1003517, 16, 29, 260, 244, 20) then
    Begin
      MoveMouse(x, y);
      HoldMouse(x, y, 1);
      MoveMouse(360, 75);
      ReleaseMouse(360, 75, 1);
       end;
    end;
    
    begin
      StartGame;
      repeat
        SaveGoldFish;
      until(false);
    end.
    After attempting to run, i get an error:

    Error: Exception: Out of memory at line 18


    how do i fix this?


    -------------------------------------------------------------
    Quote Originally Posted by Triggerfinger View Post
    Started watching this video, pretty helpful so far! Thanks

    EDIT: So I am trying the Goldfish and sadly I have encounted an noob error....

    Code:
    program savethegoldfish;
    
    procedure Startgame;
    begin
      MoveMouse (206, 359);
      ClickMouse (206, 359, 1);
      wait(1500);
      MoveMouse (396, 327);
      ClickMouse (396, 327, 1);
      wait(1700);
      MoveMouse (335, 156);
      ClickMouse (335, 156, 1);
      End;
    
    procedure savegoldfish;
    var
      x, y:Integer;
    begin
      if FindColorSpiralTolerance(x, y 936444, 15, 25, 266, 230, 20); or
      if FindColorSpiralTolerance(x, y 98559, 15, 25, 266, 230, 20); or
      if FindColorSpiralTolerance(x, y 469428, 15, 25, 266, 230, 20); or
      if FindColorSpiralTolerance(x, y 88319, 15, 25, 266, 230, 20); then
    begin
      MoveMouse (x, y);
      HoldMouse (x, y, 1);
      MoveMouse (371, 50);
      ReleaseMouse (371, 50, 1);
      end;
    end;
    
    begin
       Startgame
       Repeat
         savegoldfish
       until(false);
    end.
    This error:
    [Error] (20:36): comma (',') expected at line 19
    Compiling failed. (highlights the bold text)
    I ran into the same problem, at line 19-22 you need a coma after each "y"

    Line 19 would be:
    Code:
    if FindColorSpiralTolerance(x, y, 936444, 15, 25, 266, 230, 20); or
    Last edited by C0N0R; 04-03-2012 at 10:04 PM.

  14. #89
    Join Date
    Mar 2012
    Location
    MW3
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i has a proggy:


    But seriously, very nice guides...
    I went from knowing nothing to knowing a few basic things very quickly..
    Now just to perfect my skills

  15. #90
    Join Date
    Feb 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    These videos are awesome. 100% clarity on voice and image (if you follow the description, although you have to post it on every video lol).

  16. #91
    Join Date
    Feb 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Thumbs up

    Sexy
    Scripting Level 1/99

  17. #92
    Join Date
    Jan 2012
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes tysm yohojo, top man ! this helped so much

  18. #93
    Join Date
    Mar 2012
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    awesome tut gaining more confidence in scripting, working one my first scirpt cant wait to see it finished and working.

  19. #94
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Just wanted to say thanks for this. Definitely the only reason I can script now.

  20. #95
    Join Date
    Apr 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This helped me understand the basics of Simba and how much i can do with this program! Well done YoHoJo!

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

    Default

    You're welcome to all of the recent posters thanking me!
    Seems like the videos are seeing a big jump in traffic recently, awesome!

    Glad you all are giving scripting a try and attempting to learn!
    Make sure to check out tutorial #2 and my other mini tutorials!

  22. #97
    Join Date
    Dec 2011
    Location
    Berlin
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by conorishere View Post
    Well, ive completed the tutorial to the best of my ability, and heres the script

    Code:
    program SaveTheFish;
    
    procedure   StartGame;
    Begin
      MoveMouse(230, 357);
      ClickMouse(230, 357, 1);
      Wait(1500);
      MoveMouse(404, 326);
      ClickMouse(404, 326, 1);
      Wait(1500);
      MoveMouse(342, 153);
      ClickMouse(342, 153, 1);
    end;
    procedure SaveGoldFish;
      var
      x, y:Integer;
    begin
        if FindColorSpiralTolerance(x, y, 1471228, 16, 29, 260, 244, 20) or
           FindColorSpiralTolerance(x, y, 1003517, 16, 29, 260, 244, 20) or
           FindColorSpiralTolerance(x, y, 172287,  16, 29, 260, 244, 20) or
           FindColorSpiralTolerance(x, y, 1271548, 16, 29, 260, 244, 20) or
           FindColorSpiralTolerance(x, y, 1003517, 16, 29, 260, 244, 20) then
    Begin
      MoveMouse(x, y);
      HoldMouse(x, y, 1);
      MoveMouse(360, 75);
      ReleaseMouse(360, 75, 1);
       end;
    end;
    
    begin
      StartGame;
      repeat
        SaveGoldFish;
      until(false);
    end.
    After attempting to run, i get an error:

    Error: Exception: Out of memory at line 18


    how do i fix this?


    -------------------------------------------------------------


    I ran into the same problem, at line 19-22 you need a coma after each "y"

    Line 19 would be:
    Code:
    if FindColorSpiralTolerance(x, y, 936444, 15, 25, 266, 230, 20); or


    Watch the tutorial again

    I will try to answer all Runescape related questions!

  23. #98
    Join Date
    Dec 2009
    Posts
    380
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    GREAT TUTORIAL! Watching the second tutorial when I get home. Going to use this one to try to make a script for a different flash game. Thank you so much for this video!

  24. #99
    Join Date
    Apr 2012
    Location
    Tacoma, WA
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thank you YoHoJo, for teaching a noobie how to SaveGoldFish.

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

    Default

    Sweet job NatureValley feels good doesn't it! You ran it for pretty long too, cool cool!

    Hope you keep following along with my other tutorials and read other people's text tutorials and to see some neat runescape scripts from you in the future!!!

Page 4 of 6 FirstFirst ... 23456 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
  •