Page 5 of 6 FirstFirst ... 3456 LastLast
Results 101 to 125 of 130

Thread: RM Extreme Cutter

  1. #101
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    dos this work with new update? revsion 18?
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  2. #102
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    Line 1807: [Hint] (19116:1): Variable 'I' never used in script C: 3.60.scar
    Line 1807: [Hint] (19116:1): Variable 'H' never used in script C: 3.60.scar
    Line 2086: [Error] (19395:43): Type mismatch in script C:
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  3. #103
    Join Date
    Oct 2007
    Location
    Michigan
    Posts
    557
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ya, I was just about to post that error ^

  4. #104
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    yes, this works with rev 18, and cutting trees, oaks, willows is still an optin london was amazing.

    script compiled for me, make sure you have scar 3.15b, rev 18, and i'll have a look at that line

    edit: smart or non smart version?

    re-edit: nothing wrong with the line, make sure you copy the plugins inside of "Place inside Plugins folder" into the Plugins folder in the scar folder.

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  5. #105
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    how do i check wether i got the newst version i used the subervison thing but i dont no if it worked!
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  6. #106
    Join Date
    Oct 2007
    Location
    Michigan
    Posts
    557
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, I was using 3.15b and rev 18. I think when I get back home from work I have the answer to my problem. I will try and delete my includes folder and then open scar and 'checkout svn'. That should fix it.

  7. #107
    Join Date
    Jan 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Rasta Magician View Post
    yes, this works with rev 18, and cutting trees, oaks, willows is still an optin london was amazing.

    script compiled for me, make sure you have scar 3.15b, rev 18, and i'll have a look at that line

    edit: smart or non smart version?

    re-edit: nothing wrong with the line, make sure you copy the plugins inside of "Place inside Plugins folder" into the Plugins folder in the scar folder.

    ~RM
    hmn, i tried that but still got the error in Line 2068 when compiling.

  8. #108
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    im using non smart i updated using subervsion..
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  9. #109
    Join Date
    Jul 2007
    Location
    Mo-Town
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by djcheater View Post
    Line 1807: [Hint] (19116:1): Variable 'I' never used in script C: 3.60.scar
    Line 1807: [Hint] (19116:1): Variable 'H' never used in script C: 3.60.scar
    Line 2086: [Error] (19395:43): Type mismatch in script C:
    Same here, using non smart version. I've moved the plugins and updated with both the .rar and subversion. using srl #19

    EDIT:::
    just tried SMART version and got this -
    SCAR Code:
    Failed when compiling
    Line 1650: [Error] (19158:48): Invalid number of parameters in script E:\Program Files\SCAR 3.15\Scripts\RM Exteme Cutter 3.60 SMART.scar

    Line 1650 is this -
    SCAR Code:
    SmartSetupEx(UseSmartWorld, false, SmartSigned);

    The full procedure with above line is this -
    SCAR Code:
    procedure SetupSmart;
    begin
      SmartSetupEx(UseSmartWorld, false, SmartSigned);
      ClearDebug;
      WriteLn('Setting up Smart... Please Hold...');
      Wait(10000 + random(5000));
      SetTargetDC(SmartGetDC);
      While not(SmartReady) do Wait(100);
    end;

    hope that helps...
    Quote Originally Posted by Napolean
    In Politics, Stupidity is Not a Handicap
    Quote Originally Posted by Unknown
    Marriage is like a bank. You put it in, Pull it out, then lose interest.

  10. #110
    Join Date
    Jun 2008
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nething View Post
    Same here, using non smart version. I've moved the plugins and updated with both the .rar and subversion. using srl #19

    EDIT:::
    just tried SMART version and got this -
    SCAR Code:
    Failed when compiling
    Line 1650: [Error] (19158:48): Invalid number of parameters in script E:\Program Files\SCAR 3.15\Scripts\RM Exteme Cutter 3.60 SMART.scar

    Line 1650 is this -
    SCAR Code:
    SmartSetupEx(UseSmartWorld, false, SmartSigned);

    The full procedure with above line is this -
    SCAR Code:
    procedure SetupSmart;
    begin
      SmartSetupEx(UseSmartWorld, false, SmartSigned);
      ClearDebug;
      WriteLn('Setting up Smart... Please Hold...');
      Wait(10000 + random(5000));
      SetTargetDC(SmartGetDC);
      While not(SmartReady) do Wait(100);
    end;

    hope that helps...
    exact same thing here...we just have to wait for RM to update script

  11. #111
    Join Date
    Jun 2008
    Location
    Somewhere between here and there
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    currently about no scripts are working for rev 19 just gonna have to wait for updates i dont think it should take that long.

  12. #112
    Join Date
    Jul 2007
    Location
    Mo-Town
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, I've been messing with it a bit (even though I'm not that amazing at scripting) and can't get it to work although I did get V3.25b working again after a few quick modifications. I'm running that atm and its working pretty good. Not sure if you've done anything about this in the new script but the dropping seems kinda choppy and slow but it gets everything dropped allright. well, gl with figuring out the new script. I would post my modded version of 3.25 for others to use but I'm running it on my other comp and i'm using the non-smart version so I can't :\.
    Quote Originally Posted by Napolean
    In Politics, Stupidity is Not a Handicap
    Quote Originally Posted by Unknown
    Marriage is like a bank. You put it in, Pull it out, then lose interest.

  13. #113
    Join Date
    Jul 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am having some problems.

    With the power cutting it doesn't drop the logs properly.

    With normal cutting and banking it doesn't seem to bank. It opens up the bank but then the cursor just moves around (Might be something to do with the new bank updates.

    It successfully avoided an Ent but will not deal with the School random event and the sandwich lady. It just logs out a lot.

  14. #114
    Join Date
    Jun 2008
    Location
    Somewhere between here and there
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Are both versions updated to work with the new rev 20?

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

    Default

    Line 1807: [Hint] (19635:1): Variable 'I' never used in script C:\Documents and Settings\User\Local Settings\Temporary Internet Files\Content.IE5\RYVBPMDK\RM%20Exteme%20Cutter%20 3.60[1].scar
    Line 1807: [Hint] (19635:1): Variable 'H' never used in script C:\Documents and Settings\User\Local Settings\Temporary Internet Files\Content.IE5\RYVBPMDK\RM%20Exteme%20Cutter%20 3.60[1].scar
    Line 2086: [Error] (19914:43): Type mismatch in script C:\Documents and Settings\User\Local Settings\Temporary Internet Files\Content.IE5\RYVBPMDK\RM%20Exteme%20Cutter%20 3.60[1].scar


  16. #116
    Join Date
    Oct 2007
    Location
    Michigan
    Posts
    557
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No I do not think they are updated for Rev 20 yet.

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

    Default

    ok i think ive fixed the errors with this if anyone wants to use it its in the attachments


  18. #118
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Very very nice script.

    Also you might need to update for the latest revision.




    4000 lines.. o.O

  19. #119
    Join Date
    Jul 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sandos it works gr8 but mine goes to the bank and never stores um..

  20. #120
    Join Date
    Mar 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    any way you can adapt this to work with teak logs as well?

  21. #121
    Join Date
    May 2007
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    says line 4 in smart.scar is not identified.

    Can I request the old one? T.T

  22. #122
    Join Date
    Aug 2008
    Location
    England
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Line 2086: [Error] (20667:43): Type mismatch in script
    This is what I get.

    -- BadProcessor

  23. #123
    Join Date
    Oct 2008
    Location
    Canada
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    EDIT Not meant to post here, removed my last comment , Sorry thought i was in the right tab.

    -Bquamb

  24. #124
    Join Date
    Oct 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    umm i get this error when i try to start it
    Code:
    Line 1650: [Error] (20333:48): Invalid number of parameters in script C:\Program Files\SCAR 3.15\Scripts\Rm Exteme Cutter 3.60 SMART.scar
    and here is the code line
    Code:
      SmartSetupEx(UseSmartWorld, false, SmartSigned);
    Please help me fix this it sounds like a really nice script.

  25. #125
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    outdated...

Page 5 of 6 FirstFirst ... 3456 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Pyromaniac eXtreme
    By FrÕzÑ_§ÕµL in forum RS3 Outdated / Broken Scripts
    Replies: 175
    Last Post: 12-14-2008, 11:09 PM
  2. skilld extreme spammer.
    By skilld u in forum RS3 Outdated / Broken Scripts
    Replies: 47
    Last Post: 08-17-2008, 04:33 AM
  3. RM Extreme Cutter
    By Sir R. M8gic1an in forum RS3 Outdated / Broken Scripts
    Replies: 39
    Last Post: 05-09-2008, 08:54 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
  •