View Poll Results: Which would be the easiest to make for my first script

Voters
41. This poll is closed
  • Fighting

    5 12.20%
  • Mining

    27 65.85%
  • Runescrafting

    1 2.44%
  • Other

    8 19.51%
Results 1 to 11 of 11

Thread: Which is easy for my first script

  1. #1
    Join Date
    Dec 2007
    Location
    Bonney Lake
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Which is easy for my first script

    which would be easy to make for my first script!!!
    Brent8900

  2. #2
    Join Date
    May 2007
    Location
    Location:= USA
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Powerminer, very easy, simple, and well ya. But also a fighter
    Please, I need money, and you don't lose anything, except get money! Join BUX.TO with http://bux.to/?r=twistedvip50

  3. #3
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  4. #4
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well power miners are more likely to be 100% your 1st ever script!!

    on the other hand i voted other because i dont know the basc skills and the knowldge you know of scar/srl/programming so realy it is a hard 1 to answer unless you stated your knowledge of what you know

  5. #5
    Join Date
    Oct 2007
    Location
    in the trashcan outside walmart :)
    Posts
    139
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    TBH i am new and trying to learn scripting but i don't know how but i would think i would make a practice on a auto log in script or a auto walker to like fally or varrok then make an offical powermining script.

  6. #6
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    @ Link555: It would be nice if you didn't hijack Brent's thread.

    @ Brent: I started myself off with a simple script that use co-ords to open up Firefox, and then log me onto Runescape. You might be past that now, I don't know.

    After that (this may sound stupid) because it is more of a challenge than opening RS, but not a difficult as making a script for RS, I made a few scripts for Neopets. Just find a few games on there that you think you could make a script for with your knowledge, and do it.

    Making simple scripts that cover the basics, like MMouse, Mouse, and FindColor, TypeSend, then moving onto more advanced stuff, will eventually lead to you being able to make an uber script for RS.

    Right now, I've not release any uber scripts, but I have released a few scripts. You will be able to as well if you start off simple, and gradually build yourself up.

    Hope I helped,
    R1ch4
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  7. #7
    Join Date
    Jun 2008
    Location
    Somewhere
    Posts
    117
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    I think a powercutter is a easy first script

  8. #8
    Join Date
    Apr 2007
    Posts
    2,593
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    My first script was a draynor netter/banker. Very easy, if your player is higher leveled so the wizards don't attack ;-).

  9. #9
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i'd also say powerminer as all you would need o know are the basic procedures such as mouse and findcolortolerance eg

    SCAR Code:
    //start script logged in in front of what you want to mine
    //and set one color from the ore next to "oretominecolor=" but keep the semi-colon
    //to add antirandoms you would have to use declareplayers or
    //srlplayerform and then call findnormalrandoms in your script
    //for antiban you could use hoverskill('mining', false); or just boredhuman;
    //even rrightclick helps
    //yeah so erm this should run if you set in a color even though ive not tested
    program demonstrationpowerminer;
    {.include SRL/SRL.scar}

    var
    x,y:integer;
    const
    oretominecolor=1234567;
    begin
    setupSRL;//sets up srl
    repeat;
    repeat;
    if (FindColorTolerance(x, y,oretominecolor, msx1, msy1, msx2, msy2, 20)) then
    //finds the ore color
    mouse(x,y,3,3,true);//clicks on the ore color
    wait(2000);//set to how long it should take to mine could replace with bored human
    until invfull
    dropall;
    until false
    end.
    also in findcolortolerance you can change msx1 ect to whatever you want and in mouse making the numbers higher will give more randomness

    personally for anitrandoms i use
    SCAR Code:
    Procedure Randoms;
    begin
      If(FindFight)then
      RunAway('N', True,1,15000);
      FindNormalRandoms;
      FindLamp((LampLevel));
      SolveNonTalkingRandoms;
    end;

    and add this to th const
    SCAR Code:
    LampLevel= 'Fletching'; //Set the skill you want a lamp to do.


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

    Default

    I've been working on an auto-fighter myself and while it has been fairly simple I think a power-miner would be a lot easier, especially if you have no coding experience.

  11. #11
    Join Date
    Mar 2006
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    woodcutter =P



    Dont Steal..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Making a easy script!
    By Nortun in forum OSR Help
    Replies: 12
    Last Post: 01-11-2009, 11:10 PM
  2. Need a script [Should be easy]
    By Dascooby in forum OSR Help
    Replies: 2
    Last Post: 07-13-2008, 11:50 AM
  3. Very Easy(?) script
    By igotgrapes in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 04-08-2008, 04:27 PM
  4. Help with easy script, simple for most
    By 503075000868 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 07-15-2007, 03:48 PM
  5. Easy Script
    By marsh in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 04-09-2007, 03:26 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
  •