PowerSkills by Starblaster100

Discussion in 'Outdated RS Scripts' started by Starblaster100, Feb 1, 2007.

Thread Status:
Not open for further replies.
PowerSkills by Starblaster100
  1. Unread #81 - Feb 11, 2007 at 1:33 PM
  2. olbaid78
    Joined:
    Feb 11, 2007
    Posts:
    6
    Referrals:
    0
    Sythe Gold:
    0

    olbaid78 Newcomer

    PowerSkills by Starblaster100

    I tied to run but got this

    Unkown compiler directives at 6117:48
     
  3. Unread #82 - Feb 11, 2007 at 2:27 PM
  4. THAT DAM KID
    Joined:
    Jul 24, 2006
    Posts:
    494
    Referrals:
    0
    Sythe Gold:
    0

    THAT DAM KID Forum Addict

    PowerSkills by Starblaster100

    for vers 1.4 i recive this error. i do have SRL installed correctly vers 1.1 works just fine.

    Line 97: [Error] (17234:1): Unknown identifier 'ReportVars' in script C:\Documents and Settings\David\Desktop\PowerSkills_Ver_1.4_including_SRL\PowerSkills Ver 1.4.scar
     
  5. Unread #83 - Feb 11, 2007 at 3:34 PM
  6. Syrex
    Joined:
    Feb 11, 2007
    Posts:
    746
    Referrals:
    0
    Sythe Gold:
    0

    Syrex Apprentice
    Banned

    PowerSkills by Starblaster100

    Hey Starblaster.

    I've got a problem! :(

    Firstly, i've installed SRL Correctly, and started the script correctly. Then I started it, Chosen wood cutting to auto, And it starts. After a few seconds:
    [Runtime Error] : Out Of String Range in line 472 in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Text.scar

    Wtf? :(
     
  7. Unread #84 - Feb 11, 2007 at 4:26 PM
  8. sythe4lyfe5
    Referrals:
    0

    sythe4lyfe5 Guest

    PowerSkills by Starblaster100

    hey i dont get it how do i download from rapidshare it wont work for me please help?
     
  9. Unread #85 - Feb 11, 2007 at 5:44 PM
  10. bob2004
    Joined:
    Mar 28, 2006
    Posts:
    227
    Referrals:
    0
    Sythe Gold:
    0

    bob2004 Active Member
    Banned

    PowerSkills by Starblaster100

    i had the same error all u have to do is update ur srl to the newest version and it should work.
     
  11. Unread #86 - Feb 11, 2007 at 5:56 PM
  12. sythe4lyfe5
    Referrals:
    0

    sythe4lyfe5 Guest

    PowerSkills by Starblaster100

    how do i download this stuff i dont understand rapid share
     
  13. Unread #87 - Feb 11, 2007 at 6:22 PM
  14. bob2004
    Joined:
    Mar 28, 2006
    Posts:
    227
    Referrals:
    0
    Sythe Gold:
    0

    bob2004 Active Member
    Banned

    PowerSkills by Starblaster100

    dude it's not that hard all u do is

    1) click on the download link of the newest version witch is 1.4

    2) click on the free button on the button across from PREMIUM

    3) w8 for the timer to go down to 0

    4) type the numbers and letters that it tels you and click download

    thats all u have to do sry if my explanations aren't very good i did the best i could hope this helped.
     
  15. Unread #88 - Feb 11, 2007 at 6:42 PM
  16. Syrex
    Joined:
    Feb 11, 2007
    Posts:
    746
    Referrals:
    0
    Sythe Gold:
    0

    Syrex Apprentice
    Banned

    PowerSkills by Starblaster100

    /facepalm

    Thanks! xD


    Edit: /facepalm again.

    I got it to work. After about 10 trees, i get this.

    <---------------------------------------------->
    ¦ PowerSkills Ver 1.4 By Starblaster100 ¦
    <---------------------------------------------->
    Total Running Time : 1 Minutes and 5 Seconds
    Total Loads Done : 0
    Total Exp Gained : 0
    <---------------------------------------------->
    Current Player No. : 0/0
    [Runtime Error] : Out Of String Range in line 475 in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Text.scar

    /cry
     
  17. Unread #89 - Feb 12, 2007 at 1:27 AM
  18. luke42
    Joined:
    Feb 11, 2007
    Posts:
    73
    Referrals:
    0
    Sythe Gold:
    0

    luke42 Member

    PowerSkills by Starblaster100

    yo i liked the script very much except for the power miner not having anti-randoms which got me killed and teleported alot =)
     
  19. Unread #90 - Feb 12, 2007 at 10:28 AM
  20. THAT DAM KID
    Joined:
    Jul 24, 2006
    Posts:
    494
    Referrals:
    0
    Sythe Gold:
    0

    THAT DAM KID Forum Addict

    PowerSkills by Starblaster100

    OMFG the box solver is stupendous!!! It rocks!! Are you using the SRL solver?
     
  21. Unread #91 - Feb 12, 2007 at 11:14 AM
  22. Starblaster100
    Joined:
    Apr 21, 2005
    Posts:
    335
    Referrals:
    2
    Sythe Gold:
    0

    Starblaster100 Forum Addict

    PowerSkills by Starblaster100

    Yes i am
     
  23. Unread #92 - Feb 12, 2007 at 11:43 AM
  24. Starblaster100
    Joined:
    Apr 21, 2005
    Posts:
    335
    Referrals:
    2
    Sythe Gold:
    0

    Starblaster100 Forum Addict

    PowerSkills by Starblaster100

    If anyones interested i found out what was wrong and why it was dropping everything in your intentory. Its because i didn't wait long enough.

    In the script, find this procedure:
    Code:
    Procedure Drop2;
    
    And replace the whole procedure with this one:

    Code:
    Procedure Drop2;
    Var
      cx, cy, Current, i: integer;
      Coords: TPoint;
    Begin
      If not(LoggedIn) then Exit;
      StarDebug('Dropping Items', 4);
      GameTab(4);
      For i := 1 to 28 do
      begin
        If (ExistsItem(i)) then
        begin
          Current := InvCount;
          Coords := ItemCoords(i);
          MMouse(Coords.x, Coords.y, 2, 2);
          Wait(100 + Random (80));
          If not(IsUpTextMulti('ield', 'earc', 'axe'))and    //Anything you can Wield, Axes and Nests
             not(IsUpTextMulti('net', 'obs', 'arp'))and      //Any Type of Net, Pot or Harpoon
             not(IsUpTextMulti('ndl', 'ead', 'oin')) then    //Handle, Head, Coins
          Begin
            Mouse(Coords.x, Coords.y, 2, 2, False);
            Wait(50 + Random(50));
            If(FindText(cx, cy, 'Drop', UpChars, MIX1, MIY1, MIX2, MIY2))then
            Begin
              Mouse(cx + 10 + Random(10), cy + 4, 5, 1, True);
              Wait(200);
              While(InvCount = Current) do
                Wait(100);
              Wait(250 + Random(100));
            end else
              ClickText('Cancel', MIX1, MIY1, MIX2, MIY2);
          end;
        end
      end;
      Randoms('');
    end;
    
    There's your fix.
     
  25. Unread #93 - Feb 12, 2007 at 4:31 PM
  26. THAT DAM KID
    Joined:
    Jul 24, 2006
    Posts:
    494
    Referrals:
    0
    Sythe Gold:
    0

    THAT DAM KID Forum Addict

    PowerSkills by Starblaster100

    [bump]

    sorry if not allowed to bump but i thouhg oyu might want to see this.

    2371663<---------------------------------------------->
    ¦ PowerSkills Ver 1.4 By Starblaster100 ¦
    <---------------------------------------------->
    Total Running Time : 6 Hours, 20 Minutes and 51 Seconds
    Total Loads Done : 11
    Total Exp Gained : 10780
    <---------------------------------------------->
    Current Player No. : 2/2
    Current Player Name : Katrata
    Player Running Time : 26 Minutes
    Current Player Loads : 5
    Mining Levels Gained : 1
    Exp Approx Gained : 4900
    Player Worked for : 26 Minutes
    Player Location : New Box
    <---------------------------------------------->
    0 : ish993 = True, Mining Lvl: 34, 26 Minutes, Loads: 3, Loc: Dropping Items Ver 2
    1 : karaskio = False, Mining Lvl: 27, 97 Minutes, Loads: 3, Loc: Lost Mining Equipment
    2 : katrata = True, Mining Lvl: 35, 26 Minutes, Loads: 5, Loc: New Box
    <---------------------------------------------->

    works awsomely, but i do sugest that it deactivaes accounts that are not near a training area for examle a mine. i was teleported and i belive it was stuck on the same player for quite soem time. i love the box solver
     
  27. Unread #94 - Feb 12, 2007 at 6:10 PM
  28. Starblaster100
    Joined:
    Apr 21, 2005
    Posts:
    335
    Referrals:
    2
    Sythe Gold:
    0

    Starblaster100 Forum Addict

    PowerSkills by Starblaster100

    you are not allowed to bump, please dont in the future. also, you can't bump stickies ;)

    Thanks for the report, its awesome
     
  29. Unread #95 - Feb 12, 2007 at 8:05 PM
  30. nate421
    Referrals:
    0

    nate421 Guest

    PowerSkills by Starblaster100

    How do u download from rapidshare without paying?
     
  31. Unread #96 - Feb 12, 2007 at 10:19 PM
  32. olbaid78
    Joined:
    Feb 11, 2007
    Posts:
    6
    Referrals:
    0
    Sythe Gold:
    0

    olbaid78 Newcomer

    PowerSkills by Starblaster100

    Hey, I am trying to powermine my main to 85 mining and it wont stay on my account. It keeps kicking me off and wont stay with just one. anyone way to correct this?
     
  33. Unread #97 - Feb 13, 2007 at 2:23 AM
  34. luke42
    Joined:
    Feb 11, 2007
    Posts:
    73
    Referrals:
    0
    Sythe Gold:
    0

    luke42 Member

    PowerSkills by Starblaster100

    **please respond**

    i dont know wether it is just me or it is the script but i keep on dieing and being teleported for some reason im not sure why this happens whether the randoms dont work in the script because i either find myself logged out before all the runs are done or in lumby please tell me what to do

    **luke**
     
  35. Unread #98 - Feb 13, 2007 at 4:13 AM
  36. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    PowerSkills by Starblaster100

    Luke, i BET u are using 1 acc or so... Use multi accs, it reduces randoms, ALOT.
     
  37. Unread #99 - Feb 13, 2007 at 8:11 AM
  38. Starblaster100
    Joined:
    Apr 21, 2005
    Posts:
    335
    Referrals:
    2
    Sythe Gold:
    0

    Starblaster100 Forum Addict

    PowerSkills by Starblaster100

    Click on the Free button and wait for the countdown to finish

    I need more info please. What do you mean kick you off? Does the script log you off? Does Runescape lag and it happens? When does it happen? Whiilst mining? Dropping?
    Thanks

    As Gofez0r said, you should use multiple accounts. It reduces randoms and the chances of you being banned. Also make sure your runescape is on the highest brightness level
     
  39. Unread #100 - Feb 13, 2007 at 3:21 PM
  40. StarCrafter
    Referrals:
    0

    StarCrafter Guest

    PowerSkills by Starblaster100

    Plz help I get this:
    Line 871: [Error] (6773:11): Unknown identifier 'FindColorCircleD' in script C:\PROGRAM FILES\SCAR 2.03\includes\srl\srl\core\Color.scar
    Plz help!
     
< Selling Strength Pure(Ish) | >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site