Results 1 to 7 of 7

Thread: Simple Auto Alcher

  1. #1
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Simple Auto Alcher

    I made this script pretty fast and I am planning on fixing it up and improving on it so post any problems that you have.

    Make sure that you have alchable item in the 16th inventory slot.

  2. #2
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    attach script pl0x?

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

    Default

    ha owned i just stole your account! nah i'll pm u the new pass. btw your alching procedure looks an amazingly lot a simplified version of mine. a lot.


    urs:
    SCAR Code:
    repeat
        GameTab(7);
        If not CastSpell(35) then
        begin
          Writeln('No Runes! :[');
          Logout;
        end;
        Cast('High Alchemy');
        if ExistsItem(16) then
        MMouseItem(16)
        If IsUpText('Cast') then
        begin
          Wait(100);
          MouseItem(16, True);
          Wait(4000);
          Alches := Alches + 1;
          ReportVars[0]:= ReportVars[0] + 1;
          SendSRLReport;
        end;
      until(False);

    bits of mine:
    SCAR Code:
    if not CastSpell(35) then
        begin
          writeln('not enough runes to cast the spell');
          Proggy;
          LogOut;
        end;
    and
    SCAR Code:
    if ExistsItem(TheSpot) then
          MMouseItem(TheSpot)
        else
        begin
          writeln('No more items');
          Proggy;
          LogOut;
        end;
    and
    SCAR Code:
    if IsUpText('Cast') then
          begin
            wait(Random(100));
            MouseItem(TheSpot, True)
    Damn are they similar or what?! amazing! how could you come up with something like that?

    oh and you don't need FindFastRandoms anymore. Also since you have repeat until false in your alch and you don't check for randoms in there you won't atually ever check for randoms.

    of and the if not CastSpell() already casts the spell for you, you don't need to do Cast('High Alch');
    at least learn something while copying.

    SCAR Code:
    program IsThisACopy?;
    { Skilld u}                   {}   { Rasta Magician}
    repeat                        {}
        GameTab(7);               {}
        If not CastSpell(35) then {} If not CastSpell(35) then
        begin                     {} begin
          Writeln('No Runes! :[');{}   writeln('not enough runes to cast the spell');
          Logout;                 {}   Proggy;
        end;                      {}   LogOut;
        Cast('High Alchemy');     {} end;
        if ExistsItem(16) then    {} if ExistsItem(TheSpot) then
        MMouseItem(16)            {}   MMouseItem(TheSpot);
        If IsUpText('Cast') then  {} if IsUpText('Cast') then
        begin                     {} begin
          Wait(100);              {}   wait(Random(100));
          MouseItem(16, True);    {}   MouseItem(TheSpot, True);
          Wait(4000);             {} ...some failsafe stuff
          Alches := Alches + 1;   {}
          SendSRLReport;          {}
        end;                      {}
      until(False);               {}

    ~RM

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

  4. #4
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Nielsie and I have discussed the matter.

    We find that the alching procedures are similar but not to the extent of plagiarizing.

    Skilld U:
    Please give proper credits to any previous scripts you may have used to create your script. Also you may want to take out your account name and password from the script.
    Next time you make a script, credit works you base it off from and all this can be avoided.

    Cheers,
    Hobbit
    STOP PM'ING ME

  5. #5
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry guys. I am working on changing it up so that it isn't as similar to Rasta Magician's as it was. I did not mean to copy so much of it as I did, I was just planning on using Rasta Magician's as a guideline for mine but ended up using more of it than I planned. I assure you that it will not happen again.

    Also, thank you Rasta Magician for changing the pass.

    -Skilld U

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

    Default

    Quote Originally Posted by skilld u View Post
    Sorry guys. I am working on changing it up so that it isn't as similar to Rasta Magician's as it was. I did not mean to copy so much of it as I did, I was just planning on using Rasta Magician's as a guideline for mine but ended up using more of it than I planned. I assure you that it will not happen again.

    Also, thank you Rasta Magician for changing the pass.

    -Skilld U
    Just be sure to credit next time, it does offend people when they put so much effort into their scripts and then their copied without any sort of permission or recognition. You apologized, no harm done.

    ~RM

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

  7. #7
    Join Date
    Mar 2007
    Location
    <3
    Posts
    2,683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think he looked at your script when learning ^^.
    Be happy about it / I would

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Simple Alcher Script Help?
    By SonicStrike in forum OSR Help
    Replies: 8
    Last Post: 03-09-2009, 02:52 AM
  2. AbsTrACt Auto Alcher! The Ultimate Alcher!
    By AbsTrACt'^.| in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 05-24-2008, 05:52 PM
  3. [Request] Simple High Alcher
    By Dangerous Garden Tools in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 09-16-2007, 06:23 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
  •