Results 1 to 8 of 8

Thread: General Questions:

  1. #1
    Join Date
    Nov 2012
    Location
    N/A
    Posts
    185
    Mentioned
    2 Post(s)
    Quoted
    19 Post(s)

    Exclamation General Questions:

    Hey guys,

    I am new to scripting and i am rather confused. Their are soo many handy tutorials here that i am not sure what methods to use:/

    Firstly, i think the default template recommended for newbies needs to be updated as it seems to be out of date.

    And i was really hoping i could find some answers.



    Walking:
    Out of all of the walking/navigation styles, Which one is most accurate/best to use?

    I found that using the Path Creator was easy but after it walks to the location the first time, after it is in a loop it doesn't walk the same path again?

    I think that ObjDtm is really accurate... These arew the only two i have found simple tutorials on and their the only ones i have used.



    Paint Tutorial:
    Whats the best/easiest paint tutorial to follow for beginners?



    Proggy:
    Whats the best/easiest proggy tutorial to follow for beginners?



    Items:
    Best way to locate a tree, gate, door, item on ground, item in inventory etc



    Antiban:
    Easy way to learn antiban


    Thanks thats really all i have to ask atm. I know theirs threads for all this stuff. But theirs sooo many threads to learn from. How does one know which one is better:/

  2. #2
    Join Date
    Feb 2012
    Posts
    390
    Mentioned
    2 Post(s)
    Quoted
    14 Post(s)

    Default

    Waiting for an answer too because those are FANTASTIC questions :P

  3. #3
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Walking:
    sps/objdtm is easiest to learn and fairly accurate, if you are walking back a path you need invert the TPA.
    TPA walking is the best but takes some effort.

    I think Flight made a paint tut. I don't find it necessary though, just go SmartGraphics.simba and read through the procedures.

    There are no 'best' tutorials (who are we to judge?) so just find and read each of them until you understand.

    Obj finding with (A)TPA is best. Bitmap is decent for inv obj.

    Go through antiban.simba for starters.

  4. #4
    Join Date
    Feb 2012
    Posts
    390
    Mentioned
    2 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Walking:
    sps/objdtm is easiest to learn and fairly accurate, if you are walking back a path you need invert the TPA.
    TPA walking is the best but takes some effort.

    I think Flight made a paint tut. I don't find it necessary though, just go SmartGraphics.simba and read through the procedures.

    There are no 'best' tutorials (who are we to judge?) so just find and read each of them until you understand.

    Obj finding with (A)TPA is best. Bitmap is decent for inv obj.

    Go through antiban.simba for starters.
    How can you find stuff on the map with a TPA. im not sure i understand that. please elaborate/link?

  5. #5
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    http://villavu.com/forum/forumdisplay.php?f=97
    Quite a few TPA tutorials there.

  6. #6
    Join Date
    Dec 2011
    Posts
    221
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tasmania View Post
    Hey guys,

    I am new to scripting and i am rather confused. Their are soo many handy tutorials here that i am not sure what methods to use:/

    Firstly, i think the default template recommended for newbies needs to be updated as it seems to be out of date.

    And i was really hoping i could find some answers.



    Walking:
    Out of all of the walking/navigation styles, Which one is most accurate/best to use?

    I found that using the Path Creator was easy but after it walks to the location the first time, after it is in a loop it doesn't walk the same path again?

    I think that ObjDtm is really accurate... These arew the only two i have found simple tutorials on and their the only ones i have used.



    Paint Tutorial:
    Whats the best/easiest paint tutorial to follow for beginners?



    Proggy:
    Whats the best/easiest proggy tutorial to follow for beginners?



    Items:
    Best way to locate a tree, gate, door, item on ground, item in inventory etc



    Antiban:
    Easy way to learn antiban


    Thanks thats really all i have to ask atm. I know theirs threads for all this stuff. But theirs sooo many threads to learn from. How does one know which one is better:/
    Personally imo the best way to "learn antiban" is to think how to make the script as human as possible, even making it have little "accidents" :P and then making it recover from them.
    My Art


  7. #7
    Join Date
    Nov 2012
    Location
    N/A
    Posts
    185
    Mentioned
    2 Post(s)
    Quoted
    19 Post(s)

    Default

    Cheers for the input.

    Since this post i have found some really handy tutorials.

    SETUP SIMBA: http://villavu.com/forum/showthread....highlight=Form

    STEP1: Creating your first Runescape Script.
    http://www.youtube.com/watch?v=qfumZ...=youtu.be&hd=1

    STEP2: Creating your first Runescape Script(part2).
    http://www.youtube.com/watch?v=QhgZZ...feature=relmfu

    STEP3: Learn how to use Auto Color Aid(ACA).
    Videp:http://www.youtube.com/watch?v=98wVr...feature=relmfu
    Program: http://villavu.com/forum/showthread.php?t=26944

    STEP4: Learn DTMs.
    Optional Video: http://www.youtube.com/watch?v=gj7ya...2&feature=plcp
    Written Tutorial(Old): http://villavu.com/forum/showthread.php?t=564
    Written Tutorial: http://villavu.com/forum/showthread.php?t=47374
    How To Free DTMS: http://villavu.com/forum/showthread.php?t=78418

    STEP5: SPS, How to walk/navigate around Runescape using "Path Creator".
    Written Tutorial(Download at bottom of the post): http://villavu.com/forum/showthread....t=path+creator
    Written Tutorial: http://villavu.com/forum/showthread.php?t=71461

    STEP6: How to walk using "ObjDTM".
    Download/Install Tutorial: http://villavu.com/forum/showthread.php?p=847813
    Written How To Use tutorial: http://villavu.com/forum/showthread.php?t=72067

    STEP7: How to make a Random Function.
    Video Tutorial: http://www.youtube.com/watch?v=peOeaQZxi6k

    STEP8: Logic and Loops
    Logic and loops: http://www.youtube.com/watch?v=p8BZK...5&feature=plcp
    The "For Loop": http://www.youtube.com/watch?v=z_V82...3&feature=plcp

    STEP9: Making a script with Paint
    http://villavu.com/forum/showthread.php?t=75666

    STEP10: Intermediate Walking
    http://villavu.com/forum/showthread.php?t=19162

    STEP 11: Adding Multiplayer Support
    http://villavu.com/forum/showthread.php?t=12858

    STEP12: How To Make A Progress Report
    Written Tutorial: http://villavu.com/forum/showthread.php?t=78116
    Written Tutorial(detailed progress report): http://villavu.com/forum/showthread.php?t=40006
    Written Tutorial(how to make a on-screen paint prgoress report)http://villavu.com/forum/showthread.php?t=75666

    STEP13: How To Make A Form
    Written Tutorial(new): http://villavu.com/forum/showthread.php?t=91724
    Written Tutorial: http://villavu.com/forum/showthread.php?t=41418
    Written Tutorial: http://villavu.com/forum/showthread.php?t=20924
    Written Tutorial: http://villavu.com/forum/showthread.php?t=39078
    Written Free from service(has a great example script)http://villavu.com/forum/showthread....highlight=Form
    Written Tutorial(Form GUI on SIMBA Client)http://villavu.com/forum/showthread....highlight=Form

    STEP14: How to do TPAs
    http://villavu.com/forum/showthread.php?t=90767
    http://villavu.com/forum/showthread.php?t=92301
    http://villavu.com/forum/showthread.php?t=49067

    STEP 15: How to Create, Use and Find Bitmaps:
    http://villavu.com/forum/showthread.php?t=47374







    All those tutorials helped me out a LOT. Their all i think you really need for your first script. It would be really kool if their could be a post with a ored from 1-10 or however many needed that basically links to every tutorial for simba. People can think "how do i walk in rs". They search this forum using the search bar and it will not really help them because they need to actually specify the type of walking. Where as now even when i use the bar up top for "walking" this comes up.

    -CRASH.
    Last edited by CRASH_OVERRIDE; 12-30-2012 at 05:42 AM.

  8. #8
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Thanks for posting those, hopefully someone will also find them useful . I'd also like to add that both NKN and Abu Jwaka have great progress report tutorials. Start with NKN's and if you don't understand it all or want to learn more advanced methods like xp bar tracking go to Abu's. Both really solid tuts.

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
  •