Page 2 of 26 FirstFirst 123412 ... LastLast
Results 26 to 50 of 641

Thread: PowerSkills by Starblaster100

  1. #26
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Ill Work on the went Finding, thanks for Pointing it out

    hey321 It says its found Gas whilst WCing because The Gas Procedure Is Mainly to Run Away. If an Ent is Found, It will Use the Gas Procedure to Stop WCing. Ill ix that up though, thanks for pointing it out.

    Head Picking is to do with SRL, but ill check it out as well.

    All comments Appreciated guys, Thanks a lot
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  2. #27
    Join Date
    Feb 2006
    Posts
    920
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you can't use gas for wcing because willows sometimes like glinses and all their colors change like when you walk to them,..

  3. #28
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    | SRL Randoms Report |
    | www.villu-reborn.com |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Talking Random[s] : 2 |
    | OldMen Solved : 1 |
    | Lamp[s] Solved : 2 |
    | New Box[es] Solved : 1 |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    rockzorz

    Anyways another proggy It really did work for 30 minutes :

    <---------------------------------------------->
    ¦ PowerSkills Ver 1.0 By Starblaster100 ¦
    <---------------------------------------------->
    Total Running Time : 32 Minutes and 18 Seconds
    Current Player :
    Loads Powered : 7
    WC Level : 34
    Exp Approx Gained : 7350
    Player Worked for : 0
    Player Loaction : Chopping Tree: 14/66
    <---------------------------------------------->
    0 : = True , WoodCut Lvl: 34 , Worked 0 , Loc: Chopping Tree: 14/66
    <---------------------------------------------->

    Was working on oaks, got me 3 levels . Once again awesome job!

  4. #29
    Join Date
    Jan 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Bone bury is my fav

  5. #30
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Lorax View Post
    you can't use gas for wcing because willows sometimes like glinses and all their colors change like when you walk to them,..
    Haha, i know, i just called it handlegas or something similar but all it really does is stands still.
    I just put the Player Loc in the Wrong place
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  6. #31
    Join Date
    Aug 2006
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wow star ur a saint thnx a ton ill get u a good proggy sooon realy needed this!TY :P

  7. #32
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    OK, think i've found the Bug Out of Range Bug

    Find LoadUs2;

    and replace it with this Procedure:

    Code:
    procedure LoadUs2;
    var
      f, CharsFile, Temp: Integer;
    begin
      if (PowerMainSkillsFileName = '') then PowerMainSkillsFileName := 'PowerSkills';
      CharsFile := OpenFile(ScriptPath + PowerMainSkillsFileName + '.dat', False)
      if (CharsFile < 0) then
      begin
        SaveUs2;
        CharsFile := OpenFile(AppPath + filename + '.dat', False)
        if (CharsFile < 0) then
        begin
          WriteLn('Error Loading Chars');
          Exit;
        end
      end
      ReadFileString(CharsFile, CharsFileString, FileSize(CharsFile))
      CloseFile(CharsFile)
      Temp := CountPlayers;
      If (Temp <= 0) then Temp:= 1;
      SetArrayLength(players, Temp);
      HowManyPlayers := GetArrayLength(players)
      for f := 0 to HowManyPlayers - 1 do
      begin
        players[f].Name := GetFileData(f, 'name')
        players[f].Pass := GetFileData(f, 'pass')
        players[f].Skill := GetFileData(f, 'skill')
        players[f].String1 := GetFileData(f, 'string1')
        players[f].String2 := GetFileData(f, 'string2')
        players[f].String3 := GetFileData(f, 'string3')
        players[f].Integer1 := StrToIntDef(GetFileData(f, 'integer1'), 0)
        players[f].Integer2 := StrToIntDef(GetFileData(f, 'integer2'), 0)
        players[f].Integer3 := StrToIntDef(GetFileData(f, 'integer3'), 0)
        players[f].Active := StrToBool(GetFileData(f, 'active'))
        players[f].Boolean1 := StrToBool(GetFileData(f, 'boolean1'))
        players[f].Boolean2 := StrToBool(GetFileData(f, 'boolean2'))
        //Writeln('Loading Player: '+IntToStr(f));
      end
      CloseFile(CharsFile);
    end;
    That should hopefully do the trick

    Will be properly fixed for the next version
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  8. #33
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,610
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    it was Star's original miner that got me into scripting / autoing so im happy to see it updated

    Accept that the waters around you have grown.

  9. #34
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Ruroken View Post
    it was Star's original miner that got me into scripting / autoing so im happy to see it updated
    ty dude

    New Version out! (1.1)
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  10. #35
    Join Date
    Jan 2007
    Location
    Toronto.
    Posts
    150
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Worked overnight with 6 miners all went well:

    SCAR Code:
    <---------------------------------------------->
    ¦     PowerSkills Ver 1.0 By Starblaster100    ¦
    <---------------------------------------------->
      Total Running Time : 12 Hours, 7 Minutes and 9 Seconds
      Current Player     : ****
      Loads Powered      : 7
      Mining Level       : 15
      Exp Approx Gained  : 3430
      Player Worked for  : 41
      Player Loaction    : Successfully Mined Ore!
    <---------------------------------------------->
      0 : **** = True , Mining Lvl: 20 , Worked 80 , Loc: Successfully Mined Ore!
      1 : **** = False , Mining Lvl: 13 , Worked 27 , Loc: ScapeRune
      2 : **** = False , Mining Lvl: 15 , Worked 51 , Loc: Gas Found!
      3 : **** = True , Mining Lvl: 15 , Worked 41 , Loc: Successfully Mined Ore!
      4 : **** = False , Mining Lvl: 1 , Worked 29 , Loc: Successfully Mined Ore!
      5 : **** = True , Mining Lvl: 17 , Worked 34 , Loc: Successfully Mined Ore!
    <---------------------------------------------->

    SCAR Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL Randoms Report       |
    |    [url]www.villu-reborn.com[/url]      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Logged in              :  8  |
    | Trade[s] Made          :  1  |
    | Trade[s] Missed        :  1  |
    | Fight Random[s]        :  2  |
    | Talking Random[s]      :  12 |
    | Dwarf[s] Solved        :  3  |
    | OldMen Solved          :  5  |
    | SandWich[es] Missed    :  1  |
    | Lamp[s] Solved         :  2  |
    | Frog[s] Solved         :  1  |
    | Capn Hand[s] Solved    :  1  |
    | New Box[es] Solved     :  11 |
    | ScapeRune[s] found     :  1  |
    | Pickaxe[s] Attached    :  1  |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    EDIT: Look at my sig.. 5057 ScapeRunes. :?

  11. #36
    Join Date
    Mar 2006
    Location
    United States, -7:00 GMT
    Posts
    1,790
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by NinjaTerrorist View Post
    Look at my sig.. 5057 ScapeRunes. :?
    ROFLMAO. That is awesome. Hey SB, I'm gonna test the fishing now :P


    EDIT: Starblaster, rawr! It still won't drop my shrimps and anchovies! They are the same design just different color u know...Update that pl0x? :P

    hakuna matata ;)

  12. #37
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NinjaTerrorist View Post
    Worked overnight with 6 miners all went well:

    SCAR Code:
    <---------------------------------------------->
    ¦     PowerSkills Ver 1.0 By Starblaster100    ¦
    <---------------------------------------------->
      Total Running Time : 12 Hours, 7 Minutes and 9 Seconds
      Current Player     : ****
      Loads Powered      : 7
      Mining Level       : 15
      Exp Approx Gained  : 3430
      Player Worked for  : 41
      Player Loaction    : Successfully Mined Ore!
    <---------------------------------------------->
      0 : **** = True , Mining Lvl: 20 , Worked 80 , Loc: Successfully Mined Ore!
      1 : **** = False , Mining Lvl: 13 , Worked 27 , Loc: ScapeRune
      2 : **** = False , Mining Lvl: 15 , Worked 51 , Loc: Gas Found!
      3 : **** = True , Mining Lvl: 15 , Worked 41 , Loc: Successfully Mined Ore!
      4 : **** = False , Mining Lvl: 1 , Worked 29 , Loc: Successfully Mined Ore!
      5 : **** = True , Mining Lvl: 17 , Worked 34 , Loc: Successfully Mined Ore!
    <---------------------------------------------->

    SCAR Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     SRL Randoms Report       |
    |    [url]www.villu-reborn.com[/url]      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    | Logged in              :  8  |
    | Trade[s] Made          :  1  |
    | Trade[s] Missed        :  1  |
    | Fight Random[s]        :  2  |
    | Talking Random[s]      :  12 |
    | Dwarf[s] Solved        :  3  |
    | OldMen Solved          :  5  |
    | SandWich[es] Missed    :  1  |
    | Lamp[s] Solved         :  2  |
    | Frog[s] Solved         :  1  |
    | Capn Hand[s] Solved    :  1  |
    | New Box[es] Solved     :  11 |
    | ScapeRune[s] found     :  1  |
    | Pickaxe[s] Attached    :  1  |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

    EDIT: Look at my sig.. 5057 ScapeRunes. :?
    WOW OH WOW!
    That has really made my day, thanks so much!

    My Script doesn;t use Global Stats, so it cant affect the amount of ScapeRune randoms found

    Thanks for this awesome progress report!

    ejjman1 - I shall update all DTMs now, for the next version
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


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

    Default

    The scaperune is a problem with all stats, it happens to evennone, dank is working on fixing it.
    After a certain amount of hours you get a crazy amount of scape runes.

  14. #39
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Do you think it is possible to add in the thing in that thing that adds to your stats like in yohojo sigs?

  15. #40
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Buckleyindahouse View Post
    Do you think it is possible to add in the thing in that thing that adds to your stats like in yohojo sigs?
    I may do sometime, its not planned for the next versions though.
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  16. #41
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Wow, very nice job star

  17. #42
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    yeah that'd be pretty nice if you added global stats star. and thats pretty crazy/amazing that you didnt even log into RS once to make make this script. and also didnt i see you say somewhere that when you first made your powercutter, it got you to 92 WC in a week?

  18. #43
    Join Date
    Dec 2006
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm i dont have a proggie right now, worked for about 3 hours though

    got my 5 accounts from 30- to anywhere from 40-49 woodcut. very nice.

    the script itself is amazing, though for my autocolors dont work well.

    i selected my own colors and it works perfectly, except for Ent detection :X

    i have a nice collection of broken axes

  19. #44
    Join Date
    Dec 2006
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm going to run this overnight and post back a progress report (I'm going to make a few more characters in the meantime). Though, with all these replies, it looks excellent.

    BTW- I get an error whenever I try to access your site through the front page (after I type "Yes").

    ~~~~Yesiammanu

    P.S. You should have posted this in members because this owns too much

  20. #45
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PHP Code:
    <---------------------------------------------->
    ¦     PowerSkills Ver 1.1 By Starblaster100    ¦
    <---------------------------------------------->
      
    Total Running Time 40 Minutes and 14 Seconds
      Current Player     

      
    Loads Powered      3
      Mining Level       
    3
      Exp Approx Gained  
    1470
      Player Worked 
    for  : 0
      Player Loaction    
    Successfully Mined Ore!
    <---------------------------------------------->
      
    :  = True Mining LvlWorked 0 LocSuccessfully Mined Ore!
    <----------------------------------------------> 
    PHP Code:
    /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
    |     
    SRL Randoms Report       |
    |    
    www.villu-reborn.com      |
    |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
    Trade[sMissed        :  3  |
    Talking Random[s]      :  1  |
    SandWich[esSolved    :  1  |
    \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/ 
    Awesome, . Second mining proggy, first proggy ever on this amazing script .

  21. #46
    Join Date
    Dec 2006
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Boreas View Post
    This is the biggest pile of crap I've ever seen. You call this a script? Where the hell is the make me a sandwich function???? rep -




    :P
    LOL

    ScarPreRelease 3.23 rev 80, Includes - Dev Rev 457

  22. #47
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Ill do my best to sort out the Ent detection. I did want to try to NEVER log onto RS when creating this script, but looks like i will have to now to sort out DTMs and the Ent.

    I didn't want to post this in the members section. The main reason i actually created this was because a few Sythe.org members asked me to update my older scripts.

    Anyway, thanks for the comments, and the AWESOME progress Reports
    I will definitely be updating more and adding new skills

    OffTopic: yesiammanu - type in the yes lowercase, and make sure you have cookies enabled.
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  23. #48
    Join Date
    Dec 2006
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Starblaster100 View Post

    OffTopic: yesiammanu - type in the yes lowercase, and make sure you have cookies enabled.
    I did that and this is what I get-

    Warning: mysql_connect() [function.mysql-connect]: Too many connections in /home/mopar/htdocs/moparisthebest.com/config.php on line 27
    Too many connections

    ~~~~Yesiammanu

    :Edit: I refreshed like 20x and it finally came up

    :Edit2: Is moparscape a private server or a souped up runescape window (Like SCSS)?

  24. #49
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    This is how I solve matters in risky situations. I mainly monitor GameTab(2), since it shows our healthstatus (GetSkillLevel, GetSkillAmount, or HPPercent, coming up Damage). I only check for GameTab(4) once every ten/twenty seconds or so, only to count the invent and to check for the dreaded box, and then I immideately turn back to GameTab(2). The chicken, the Ent and other missed Randoms can kill you if you are not cautious. Monitoring health is the only save way to avoid this.


    And: On Subject: Star! You are definately the juicyist SCAR-Programmer I know. All your script are a joy to read, I only need to browse once to instanteously understand them. They are so close to my own logic, but nevertheless fundamentally different in their approach. They are pleasing to the eye, one can see you have invested a huge amount of time, not only programming, but also esthethically you have given it much attention.

    Lets work together <jk>


    For all those eager to learn how to script: run to the nearest printer, print this Beast and start studying!
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  25. #50
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the Reply guys, its much appreciated, especially the comments from Fawk

    Next version has a kick ass Ent Detection :P
    I've also sorted out the Progress Report and updated all DTMs

    Will come out soooooooooon
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


Page 2 of 26 FirstFirst 123412 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [REQUEST] StarBlaster's PowerSkills lol
    By JAD in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 07-22-2007, 08:42 PM
  2. need help with powerskills
    By Christphr1 in forum OSR Help
    Replies: 3
    Last Post: 06-30-2007, 02:49 PM
  3. Error in Powerskills Ver 3.0.scar
    By Slaxster in forum OSR Help
    Replies: 4
    Last Post: 06-27-2007, 02:53 PM
  4. Problems Running Powerskills 2.3
    By NEMESIS in forum OSR Help
    Replies: 10
    Last Post: 04-12-2007, 09:25 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
  •