Results 1 to 25 of 25

Thread: [R]PoW Simple Air Crafter

  1. #1
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Smile [R]PoW Simple Air Crafter

    SIMPLE AIR CRAFTER V 1.1

    Okay! This script is in a beta, so test it and tell me what to do! It's not near perfect, but it will get the job done simply and fast. As people use it more and post more bugfixes and stuff, I'll add SRL stats and make it real good.

    SETUP:
    -----------------------
    Have players in FEB, with Tiara equipped. Have essence anywhere in the bank. Start with full or empty, doesn't matter.

    If you don't have any essence, you should use Runescapian' and Cnr Sport's Extreme Essence Miner, located here!

    CHANGELOG:
    -----------------------
    V 1.0 Posted -- 6/25/2009
    V 1.1 Posted -- 6/26/2009
    *Everything is fast, and works beautifully.
    *Now rests at both the altar and at the bank.
    *Fixed issues with flag getting stuck behind bank booth.
    V 1.2 Posted -- 6/27/2009
    *Moar Better


    FEATURES
    ---------------------------
    *5 paths from which to choose! Does a random path to and from every time, making for 25 different combinations of paths! Has antiban/randoms in it, too.
    *Very fast! Works about as fast as a human does.
    *Rest support. Allows script to get 100% run energy when it's below 10.
    *Multi-player.
    *SRL Player Form usage.
    *Everything is chosen by ID. I was trying to keep it strictly reflection to try it out.


    Progress Reports
    ----------------------------
    None yet *hint hint*





    CURRENT VERSION: 1.2
    Last edited by Goobs; 06-28-2009 at 02:14 AM.

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    looks nice. I wanted some competition, so maybe I'll fix my script and release to jr. members haha
    “Ignorance, the root and the stem of every evil.”

  3. #3
    Join Date
    Feb 2007
    Location
    Access Violation at 0x00000000
    Posts
    2,865
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    For randoms, I advise you to use only one, most likely FindNormalRandoms. Reflection randoms have been buggy to me :x
    Ce ne sont que des gueux


  4. #4
    Join Date
    Jun 2009
    Location
    Behind you.
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Woah.
    Did you read my mind?
    or just my forum posts lol!

    Thanks for this, RESERVED FOR PROGGIES
    SHITT LOADS OF EHM.

    xD

    edit:

    This is as far as I got::

    08/05/2009: The newest version of SCAR, 3.20d has been released! Be
    sure to upgrade if you're using an older variant of 3.20, this new
    version has important bugfixes added. http://freddy1990.com/scar.php
    (Forums: http://freddy1990.com/forums)
    (IRC: irc.moparisthebest.com #freddy1990)
    (Donate: http://freddy1990.com/donate.php)
    Loaded all chars. (NPCChars, TradeChars, SmallChars, StatChars, UpChars)
    New client targeted
    Successfully compiled (6699 ms)
    Line 18: [Hint] (21:1): Variable 'P' never used in script C:\Program Files\SCAR 3.20\includes\SRL/SRL/Misc/SMART.scar
    Line 168: [Hint] (26146:1): Variable 'CI' never used in script C:\Program Files\SCAR 3.20\includes\SRL\SRL\Reflection\AntiRandoms\Morda ut.scar
    Line 408: [Hint] (26386:1): Variable 'S' never used in script C:\Program Files\SCAR 3.20\includes\SRL\SRL\Reflection\AntiRandoms\Morda ut.scar
    Line 405: [Hint] (26383:10): Variable 'Result' never used in script C:\Program Files\SCAR 3.20\includes\SRL\SRL\Reflection\AntiRandoms\Morda ut.scar
    Line 9: [Hint] (28455:1): Variable 'X' never used in script C:\Users\Sam\Desktop\SCAR\JNR Scripts\PoW Simple Air Crafter V 1.0.scar
    Line 9: [Hint] (28455:1): Variable 'Y' never used in script C:\Users\Sam\Desktop\SCAR\JNR Scripts\PoW Simple Air Crafter V 1.0.scar
    SRL Compiled in 15 msec
    Samshroom
    Creating the NickTPA.
    [Runtime Error] : Could not call proc in line 148 in script C:\Program Files\SCAR 3.20\includes\SRL\SRL\Reflection\Bank.scar
    Last edited by samm; 06-26-2009 at 08:52 PM. Reason: update.

  5. #5
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Bugfix update. Something wrong with SRL's counting of the bank slots, not my fault <3.

    @samm: That looks like an error in your reflection. Are you sure you have it all updated? Also make sure you're in FEB, blah blah blah. You know what to look for ;D.

  6. #6
    Join Date
    Jun 2009
    Posts
    147
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script can't run. It gets this at the bank
    [Runtime Error] : Could not call proc in line 148 in script C:\Program Files\SCAR 3.20\includes\SRL\SRL\Reflection\Bank.scar
    I have SCAR 3.20D Rev #35 I have reflection O_o.

  7. #7
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    change this
    SCAR Code:
    procedure SafeWalkThePath(Path, Dist: Integer; Reverse: Boolean);
    begin
      If(WalkThePath(Path, Dist, Reverse)) then
       Exit
       else
       WalkThePath(randomrange(0, 4), 3, Reverse);
    end;
    Final_result: line 148 =
    Code:
    {$IFDEF DEBUG}WriteLN('Player not set up! Switching players/terminating');{$ENDIF}
    ?
    Also PoW, You don't have declare players or a form... :s

    T~M

  8. #8
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    I use SRL player form. Lawl. Don't need either if you use that.

    What's wrong with my one-line awesomeness? It compiles fine, dunnit? =P.

    V 1.1 released.

    @Final_result & The Man: The error he's getting is in the Bank include in reflection, not mine. =X

  9. #9
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    haha, it didnt compile before so didnt look through
    downloaded new V.
    SCAR Code:
    (GetMMLevels('run', s)
    You dont need the 's' it won't compile with it

    T~M

  10. #10
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    It.. Does. I was using it like 10 minutes ago. I wouldn't release a script that doesn't compile!

    I'm not using the dev revision, so that may be the root of your guys' problems.


    Taken from GameTab.scar
    SCAR Code:
    Function GetMMLevels(LevelType : String; var ColorSign : String): integer;

    EDIT: Oh, okay. I gotcha. I forgot to add s as a local var to MakeRunes. Lol. Fixed.

  11. #11
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    MOAR UPDATES! Made it awesome. It will pick the most efficient path, and is very failsafey. So yes. Check it out. V 1.2 released.

  12. #12
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by ProphesyOfWolf View Post
    MOAR UPDATES! Made it awesome. It will pick the most efficient path, and is very failsafey. So yes. Check it out. V 1.2 released.
    Im testing rite now, im gonna be give you alot of proggys ANY bugs i find and alot of info .

    Edit 1: after a load It opens the bank, it appears on the misc tab, or the everything tab and it right clicks the chatbox, and just moved the mouse somewhere on the bank and its just hanging. Thats not too good

    And also edit the top of your thread to v 1.2

  13. #13
    Join Date
    Jun 2009
    Location
    Behind you.
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ehm I'm using Rev 35 with Scar 3.20

    Its most deff up to date as I did the other night for the Draynor/Lumb Yew Cutter and that works sweet..


    Im not sure..
    Im play about with it!

  14. #14
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    @Cnr Sport: Was the essence visible? If not then it won't work.. I'm not sure why it doesn't work for anyone else. It works awesome for me!

    We'll talk about it on MSN.

  15. #15
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by ProphesyOfWolf View Post
    @Cnr Sport: Was the essence visible? If not then it won't work.. I'm not sure why it doesn't work for anyone else. It works awesome for me!

    We'll talk about it on MSN.
    Yes, it was clearly visible, ill try again tomorrow hoping for better luck.

  16. #16
    Join Date
    Jun 2009
    Posts
    147
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by The Man View Post
    change this
    SCAR Code:
    procedure SafeWalkThePath(Path, Dist: Integer; Reverse: Boolean);
    begin
      If(WalkThePath(Path, Dist, Reverse)) then
       Exit
       else
       WalkThePath(randomrange(0, 4), 3, Reverse);
    end;
    Final_result: line 148 =
    Code:
    {$IFDEF DEBUG}WriteLN('Player not set up! Switching players/terminating');{$ENDIF}
    ?
    Also PoW, You don't have declare players or a form... :s

    T~M
    Umm.. I'm still getting this error
    Code:
    [Runtime Error] : Could not call proc in line 148 in script C:\Program Files\SCAR 3.20\includes\SRL\SRL\Reflection\Bank.scar
    It opens the bank, and gets that error. I have ess at top left corner of bank. Maybe I should update my reflection? I did that a week ago. I have all my characters set up correctly and I'm in FEB

  17. #17
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    In the procedure HandleBank, change the wait at line 243 to a higher number. Well, both numbers. Change randomrange() to a higher pair of numbers.

  18. #18
    Join Date
    Feb 2009
    Location
    Hungary (GMT + 1)
    Posts
    1,774
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tried it but first it even failed to open the bank(just ran out) then 2nd time after opening the bank it clicked somewhere I didn't even see it where then just stopped. I have tried restarting a couple more times the same happened. The essence was on the first bank page. I am using the latest dev revisions so that might cause the problem.

  19. #19
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Try redownloading. I just updated it, so maybe it'll work for you guys now?

  20. #20
    Join Date
    Jun 2009
    Posts
    147
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok sure thing, thanks a lot I will post a proggy soon

  21. #21
    Join Date
    Nov 2008
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Runtime Error] : Out Of Range in line 336 in script C:\Program Files\SCAR 3.20\includes\SRL/SRL/Core/Login.scar

  22. #22
    Join Date
    Jun 2009
    Location
    Behind you.
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Every script i have tried works fine..
    Im running 3.20d, with Rev 35 SRL...

    SRL Compiled in 15 msec
    [Runtime Error] : Out Of Range in line 336 in script N:\Stuff - 30th June 2009\SCAR 3.20\includes\SRL/SRL/Core/Login.scar

  23. #23
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Did you fill out DeclarePlayers;..?

  24. #24
    Join Date
    May 2007
    Location
    Some where fun.
    Posts
    2,891
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    You sure you have filled declare players out correctly?

  25. #25
    Join Date
    Feb 2009
    Location
    In my uni room with my bong shooting people on css and programming
    Posts
    144
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it comiles for like 5 secs then ends saying

    Code:
    Line 18: [Hint] (21:1): Variable 'P' never used in script C:\Program Files\SCAR 3.20d\includes\SRL/SRL/Misc/SMART.scar
    Line 168: [Hint] (26146:1): Variable 'CI' never used in script C:\Program Files\SCAR 3.20d\includes\SRL\SRL\Reflection\AntiRandoms\Mordaut.scar
    Line 408: [Hint] (26386:1): Variable 'S' never used in script C:\Program Files\SCAR 3.20d\includes\SRL\SRL\Reflection\AntiRandoms\Mordaut.scar
    Line 405: [Hint] (26383:10): Variable 'Result' never used in script C:\Program Files\SCAR 3.20d\includes\SRL\SRL\Reflection\AntiRandoms\Mordaut.scar
    SRL Compiled in 0 msec
    [Runtime Error] : Out Of Range in line 336 in script C:\Program Files\SCAR 3.20d\includes\SRL/SRL/Core/Login.scar
    Yes i Have Dreads yes im White - my question how many black people do you see with dreads nowa days ?

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
  •