Results 1 to 25 of 25

Thread: First script idea

  1. #1
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default First script idea

    I havent seen this type of script anywhere and so was wondering if it would be suitable for a first script.
    It starts at the varrock bank with a pickaxe + earth tiari equiped
    It mines ess then moves strait to the earth alter, runecrafts them and stores them in the bank. The runecraft option would be optional.
    Would this be a good idea?
    And also, not being able to look at the scripts next due to my non member status, could someone please pm me some examples of finding adbury + essence please

  2. #2
    Join Date
    Oct 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sounds like a good idea to me. I say go for it. Sorry, but I can't help you with the finding Aubury and the essence.

  3. #3
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well I found a huge bug in the srl forums that means I can download all the members scripts so ive got wizzups? script now :P
    Btw, where should i report it, the bug that is...

  4. #4
    Join Date
    Oct 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You would report that in Bug Tracker. Just click Bug Tracker at the top of the page and then submit new bug.

  5. #5
    Join Date
    Nov 2007
    Location
    Australia
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very good idea I say. WOuld be hard to make though.

  6. #6
    Join Date
    Nov 2007
    Location
    Estonia
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's a great idea but this script will be ver ver ver hard and long...
    Making such a script could take a lot of time and a hard work...
    But if this is what you want so start doing it
    GL

  7. #7
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well just I suppose the getting lost factor would be hard... And also making sure the first run goes smooth. Oh well, Ill get the essence miner part of it working to start with

  8. #8
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    well it certainly is a great idea, but there already are very good essence miners, however i dont think there is an earth crafter. As a first script i would advice something easier like an autoalcher, or auto fletcher, something which doesnt do any walking and almost no main screen clicking(except for the bank or something) because there are 3 important parts of runescape, the main screen, the minimap and the inventory, the inventory is the easiest part to master so i advice to start with that. You could for example make a clay softener(minimap walking, one click or something) and easy objects to find and most of it is done in the inventory
    Infractions, reputation, reflection, the dark side of scripting, they are.

  9. #9
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I would start with something like that but I just think something like this would be way more fun. I know a decent amount of php, some c++ vb etc so scripting isnt exactly new to me
    I will try getting this to work and if I start failing at it rather bad I'll try something a little easier.

  10. #10
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, for the essence miner part, It can login, walk to the rune shop, find aubury, teleport there. Im not sure about finding the rune essence pillar though. Any ideas?
    After that though, it can walk back to the portal, teleport back, walk to bank, open bank and store all the rune essence. Only a few of those have more then one fail safe though. No anti randoms yet, and a little anti ban.

  11. #11
    Join Date
    Dec 2007
    Location
    I'm the short man in all those arcade games you play
    Posts
    169
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If you aren't good with scripting don't even bother. This will be hard to make.

  12. #12
    Join Date
    Dec 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    well considering u know some things abut programming i think the only hard part about the whole thing would be getting to the earth runecrafting area but gl

  13. #13
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol this wasnt as hard as everyone was making out. Here is the first half of my script which mines the essence and then banks them.
    NB It will only do one run then the script will finish + No multiplayer yet. Has a little anti ban though. Only a very small amount of fail safes.

    After the essence miner part is decent, then ill get the earth crafter working

    Feedback please

    I would appreciate it if people could look at my essence finding procedure and help it be not so detectable.
    SCAR Code:
    Procedure MineEss;
    Begin
    if (FindObj(x, y, 'Ess', 5138803, 25)) then
        begin
        Mouse(x,y,5,5, True);
        repeat
        FindObj(x, y, 'Ess', 5138803, 25)
        wait(5000+random(500));
        BoredHuman;
        Mouse(x,y,5,5, True);
        wait(5000+random(500));
        until(InvFull);
    end;
    end;

    Edit: OMG lol ok taking it out now. dam that was stupid

  14. #14
    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

    Quote Originally Posted by ss23 View Post
    Well I found a huge bug in the srl forums that means I can download all the members scripts so ive got wizzups? script now :P
    Btw, where should i report it, the bug that is...
    hahahaha you found a bug.

    what you have found is you have 10 sucesful posts and been registerd for 7 days and you dont have members you have srljunior members scripts.

    no bug there

    ps you left pass in script check ya inbox be carefull next time

  15. #15
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol I could download his script before I had 10 posts :P

  16. #16
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    DUDE! your pass was in that script...tried to change it for you but it wouldnt let me. I hope no1 stole your accnt...and that you changed it b4 some1 else did...

    EDIT: I saw the above post...nvm
    METAL HEAD FOR LIFE!!!

  17. #17
    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

    i changed it its in his inbox

  18. #18
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol changed it now. Tyvm .

    So now that thats done, any feed back on the script.
    And there is a few changes in the one I put up without my password lol

  19. #19
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    very kind of you to do that scaper

    now for the feed back:

    i think you have a great start on your first script. I suggest you first go to the tutorial island section and learn about scripting standards. You need more failsafes obviously and they only way failsafes can be effectively added is by testing. While testing you can physically see what messes up and then add in a method to correct that if it should happen again...repeat the process until flawless

    for the bank walking and the aubry walking i would say start your search with symbol finding first...then if that fails do the blind click. Symbol finding will be key on the deathwalk for failsafes. Like have it radialwalk a certain area until it finds a certain symbol. Have it almost like checkpoints on your way there because its a long walk.

    For your object finding, i would advise you to use FindObjCustom so you can implement more colors, thus giving you more accurate object finding. Also in your mining procedure while your char is mining have it check for randoms and do antiban in there. "While to do" statements are excellent for this, and if you dont know about them then see the link in my siggy to my tutorial.

    I think you have made an excellent start and keep up the good work
    METAL HEAD FOR LIFE!!!

  20. #20
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    looks pretty good so far. I might make my own...
    I do visit every 2-6 months

  21. #21
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default 1.1 I Guess

    Here is the script with HEAPS of little fixes
    Findobject custom used for essence finding now. Should find (some) randoms.
    Has a decent amount of anti ban now but I wouldn't recommend using this on a account you dont want to get banned. Erratic spiral mouse movements when searching for the portal + Essence.

    Is there anyway to fix the erratic mouse movements when searching for the Essence. Wizzups ess miner has none. Ive tried looking at his code for clues but its a little confuzling . Any ideas?

  22. #22
    Join Date
    Dec 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cool. Would be a great idea but i believe it will take a lot of work and time to pull this off, your a first time scripter right? should try something easier to help you build skills to making better scripts

  23. #23
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well the banking is awesome, the walking is decent. Everything works fine so I dont really see how making something like a power chopper could really improve my skills that much. Maybe the anti random side of things, but there is so many power scripts I didnt want to do it.
    Well I'm going to start working on the crafter side of things If all goes well, should have that done in about another week.
    After that I suppose its just a matter of tweaking all of the features

  24. #24
    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

    Quote Originally Posted by gerauchert View Post
    very kind of you to do that scaper

    now for the feed back:

    i think you have a great start on your first script. I suggest you first go to the tutorial island section and learn about scripting standards. You need more failsafes obviously and they only way failsafes can be effectively added is by testing. While testing you can physically see what messes up and then add in a method to correct that if it should happen again...repeat the process until flawless

    for the bank walking and the aubry walking i would say start your search with symbol finding first...then if that fails do the blind click. Symbol finding will be key on the deathwalk for failsafes. Like have it radialwalk a certain area until it finds a certain symbol. Have it almost like checkpoints on your way there because its a long walk.

    For your object finding, i would advise you to use FindObjCustom so you can implement more colors, thus giving you more accurate object finding. Also in your mining procedure while your char is mining have it check for randoms and do antiban in there. "While to do" statements are excellent for this, and if you dont know about them then see the link in my siggy to my tutorial.

    I think you have made an excellent start and keep up the good work
    yea i wouldnt like anybody to steel my pixels etc so if some1 makes a mistake you dont take advantage and steel there stuff/acc..im always looking out for ppl like that but you dont get very many people like me who give you your acc bk do ya?

  25. #25
    Join Date
    Jan 2007
    Location
    Hamilton, New Zealand
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default v1.2

    The script is now set up for multi player with only a little tweaking. Should be in next release.
    Tweaked teleport Aubury + Walking to rune shop.
    HAS PROGRESS REPORTS!

    I would comment on the anti random but I haven't had any. I will leave this going for sometime tomorrow though, hopefully I should get some then.

    Please post progress reports

    The scripting standards wont be that good until I have it to a decent stage. Until then, its still readable

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Idea for script
    By alpine in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 05-03-2008, 09:43 AM
  2. first script idea
    By mark9510 in forum RS3 Outdated / Broken Scripts
    Replies: 15
    Last Post: 11-01-2007, 11:40 PM
  3. Need a Script idea!
    By Hugolord in forum News and General
    Replies: 5
    Last Post: 06-02-2007, 03:54 PM
  4. Script idea.
    By ShawnjohnSJ in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 04-16-2007, 03:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •