Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 65

Thread: [SRL-OSR] Slushy's alcher

  1. #26
    Join Date
    Dec 2011
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL-OSR\SRL\core\login.simba(140:5): Unknown identifier 'Mouse' at line 139
    fuck my life

  2. #27
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    Quote Originally Posted by Mantux31 View Post
    [Error] C:\Simba\Includes\SRL-OSR\SRL\core\login.simba(140:5): Unknown identifier 'Mouse' at line 139
    fuck my life
    are u using my download?

  3. #28
    Join Date
    Mar 2013
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Lol this script f**ked up my Simba client.

  4. #29
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    First script I've tried using in Simba since I deleted it like 4 years ago. Simple and clean. I deleted the part that made the mouse move after every click though. That just sounds fishy to me.

    For those of you having the SLR-OSR problem just follow the directions on this page.

    http://villavu.com/forum/showthread.php?t=99577

  5. #30
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    both of the autoalchers wont work, both of them DOESNT ask name or pass to log in, and the other one keep saying cant release bit maps or something

  6. #31
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    Quote Originally Posted by Rawrr voids View Post
    both of the autoalchers wont work, both of them DOESNT ask name or pass to log in, and the other one keep saying cant release bit maps or something
    There are about 183 users of this script and your problem is the first ever described. You probably did not setup the script properly

    Did you input your RSN login details into the script before running it?
    Last edited by slushpuppy; 04-02-2013 at 11:23 PM.

  7. #32
    Join Date
    Jan 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by slushpuppy View Post
    There are about 183 users of this script and your problem is the first ever described. You probably did not setup the script properly

    Did you input your RSN login details into the script before running it?
    Where can I put my Acc Details in? I cant find the slot for it.. (Sorry im new at this)

  8. #33
    Join Date
    Apr 2012
    Location
    Canada, Bc
    Posts
    1,593
    Mentioned
    6 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by Mikail View Post
    Where can I put my Acc Details in? I cant find the slot for it.. (Sorry im new at this)
    In here
    Code:
    Procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      with Players[0] do
      begin
        Name        := ''; <------ here
        Pass        := ''; <------ and here
        Active      := True;
      end;
    end;

  9. #34
    Join Date
    Mar 2013
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Quote Originally Posted by Neznam View Post
    In here
    Code:
    Procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      with Players[0] do
      begin
        Name        := ''; <------ here
        Pass        := ''; <------ and here
        Active      := True;
      end;
    end;
    I can't find it!
    program AutoAlch;

    {$DEFINE SMART8}
    {$DEFINE SMART}
    {$I SRL-OSR/SRL.Simba}

    var x,y,alchDTM,alchCount : Integer;
    aFOund : extended;

    procedure Report;
    begin
    FreeDTM(alchDTM);

    begin
    Writeln('(SlushyAlcher v0.01 - Made by slushpuppy)');
    Writeln(' ====== Progress report =======');
    Writeln('Time: ' + TimeRunning);
    Writeln('Alches done: ' + Inttostr(alchCount));

    end;
    end;


    begin
    SetupSRL;
    alchDTM := DTMFromString('mbQAAAHicY2VgYOhiYWCoZ4HQrUDcAcR+TA wMQVAcCMTuQMzAwMhw6RInGP/6xgPmywFJdMyIBYMBAMT/CkE=');
    repeat
    begin
    If (LoggedIn) Then
    begin
    if FindDTMRotated(alchDTM,x,y,MIX1,MIY1,MIX2,MIY2,-10,10,0.1,afound) AND (GetCurrentTab = tab_Magic) then
    begin
    Mouse(x,y,3,3,mouse_Left);
    sleep(300 + Random(200));
    if ExistsItem(CoordsToItem(x,y)) then
    begin
    Inc(alchCount);
    Mouse(x,y,3,3,mouse_Left)
    end
    else break;
    sleep(2200 + Random(400));
    end else
    begin
    if GetCurrentTab = tab_Magic then
    break else
    begin
    writeln('switch tab');
    GameTab(tab_Magic);
    end;
    wait(randomrange(1000, 1500));
    end
    end else LogInPlayer;
    end
    until(false);
    writeln('out of alches/nats.. exiting');
    Report;
    end.

  10. #35
    Join Date
    Mar 2013
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    For the love of f***ing christ.
    Your alch + the others = same errors! and I have no idea how to fix them! no one else is having the problem this is so frustrating!
    Here is a pic to show you my problem:
    I have no idea why this is happening.
    Other scripts are working perfectly just not the alching ones.
    I have tried:
    Doing the smartparams login etc re pasting.
    This sucks man.
    http://postimg.org/image/5dir17bch/
    It happens when I start the client when runescape comes up.

  11. #36
    Join Date
    Jan 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Neznam View Post
    In here
    Code:
    Procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      with Players[0] do
      begin
        Name        := ''; <------ here
        Pass        := ''; <------ and here
        Active      := True;
      end;
    end;
    cant find this either.

  12. #37
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    Quote Originally Posted by heyaiam View Post
    For the love of f***ing christ.
    Your alch + the others = same errors! and I have no idea how to fix them! no one else is having the problem this is so frustrating!
    Here is a pic to show you my problem:
    I have no idea why this is happening.
    Other scripts are working perfectly just not the alching ones.
    I have tried:
    Doing the smartparams login etc re pasting.
    This sucks man.
    http://postimg.org/image/5dir17bch/
    It happens when I start the client when runescape comes up.
    Quote Originally Posted by Mikail View Post
    cant find this either.
    My apologies. I uploaded a patch to fix those errors. Now input your RSN/pass and give it a try.

  13. #38
    Join Date
    Jan 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:203): Invalid number of parameters at line 228
    Compiling failed.
    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(35:7): Unknown identifier 'Smart_World' at line 34
    Compiling failed.


    Dont ask me if i have osr installed.
    Because of course i do.

  14. #39
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    Do you have SMART8?

    And you probably need an updated version of OSR as it updates constantly.

  15. #40
    Join Date
    Mar 2013
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Hi,
    I'm still getting the error I have smart8 I have everything

  16. #41
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    Quote Originally Posted by heyaiam View Post
    Hi,
    I'm still getting the error I have smart8 I have everything
    please be specific bout the error

  17. #42
    Join Date
    Mar 2013
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

  18. #43
    Join Date
    Mar 2013
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    I heard that in the pest control bank you don't get randoms, that true?

    If not, where are most people successfully using this script to avoid randoms?

    Cheers.

  19. #44
    Join Date
    Mar 2013
    Posts
    167
    Mentioned
    7 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by weweregiants View Post
    I heard that in the pest control bank you don't get randoms, that true?

    If not, where are most people successfully using this script to avoid randoms?

    Cheers.
    You heard correctly
    "To sleep, perchance to dream"

  20. #45
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    Quote Originally Posted by heyaiam View Post
    Try using my latest script

  21. #46
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    No client by that ID error. not sure if this is a error on your part or not

  22. #47
    Join Date
    Mar 2013
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    i did no luck

  23. #48
    Join Date
    Apr 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    works good except does like 100 alches and loggs me off

  24. #49
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Mine does 800 then stop where do i change this??

  25. #50
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    Quote Originally Posted by eekapure View Post
    works good except does like 100 alches and loggs me off
    Quote Originally Posted by sadout View Post
    Mine does 800 then stop where do i change this??
    Both of you, just add your RSN and password to "DeclarePlayer" procedure

Page 2 of 3 FirstFirst 123 LastLast

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
  •