Page 4 of 8 FirstFirst ... 23456 ... LastLast
Results 76 to 100 of 195

Thread: AutoAlch by Vusn

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

    Default

    Quote Originally Posted by Rubiyath View Post
    how exactly do i update my autocolor?
    Go to where the file is located (it tells you on your error) srl/core/autocolor.simba or whatever it is. Then substitute the text in that file with the text in the link that I posted, save it, then try to run. Make sure you exit Simba before doing this though.
    "To sleep, perchance to dream"

  2. #77
    Join Date
    Jan 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Okay..I just redownloaded everything your script works but keeps coming in eoc.
    Now I put the smart code, but i get this error: [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.
    Last edited by Rubiyath; 03-26-2013 at 11:08 PM.

  3. #78
    Join Date
    May 2012
    Posts
    53
    Mentioned
    1 Post(s)
    Quoted
    10 Post(s)

    Default

    thanks for this.

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

    Default

    Quote Originally Posted by Rubiyath View Post
    Okay..I just redownloaded everything your script works but keeps coming in eoc.
    Now I put the smart code, but i get this error: [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(281:149): Invalid number of parameters at line 280
    Compiling failed.
    Download your SmartParams again and replace the old ones. That will make it load RS07.

    Your second error is because your Smart isn't matching. Open a client with Simba, on the top, what version of smart does it say you are using?
    "To sleep, perchance to dream"

  5. #80
    Join Date
    Jan 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Vusn View Post
    Download your SmartParams again and replace the old ones. That will make it load RS07.

    Your second error is because your Smart isn't matching. Open a client with Simba, on the top, what version of smart does it say you are using?
    Redownloaded params, tried running just 07 with smart got this. [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
    Compiling failed.
    And on top no simba doesnt tell me what version of the client

  6. #81
    Join Date
    Jan 2012
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I got it yay!! Thanks it was just smart8 to smart..Client loads, and the windows pop up many you want to alch..After that nothing happens.
    Last edited by Rubiyath; 03-27-2013 at 12:20 AM.

  7. #82
    Join Date
    Mar 2012
    Location
    Australia
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Despite re-downloading and re-inserting my SMART Param's multiple times, I can't seem to get this script to load anything but EoC. That being said, it is only this script that I'm having problems with.

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

    Default

    Quote Originally Posted by Rubiyath View Post
    I got it yay!! Thanks it was just smart8 to smart..Client loads, and the windows pop up many you want to alch..After that nothing happens.
    Reinstall globals.simba and login.simba and then you will be good to go

    Quote Originally Posted by Jenga View Post
    Despite re-downloading and re-inserting my SMART Param's multiple times, I can't seem to get this script to load anything but EoC. That being said, it is only this script that I'm having problems with.
    Did you have simba closed when you re-inserted the SmartParams?
    "To sleep, perchance to dream"

  9. #84
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by Vusn View Post
    To add autologin to the script, add this procedure:

    Code:
    procedure P07_DeclarePlayers;
    begin
      P07_PlayerName := 'Username';
      P07_PlayerPass := 'Password'; 
    end;
    and add this to the beginning of the main loop:

    Code:
    P07_DeclarePlayers;
    Your script is coming along nicely. You should definitely include this and re-upload .

    It's useful not only to login the player at the beginning of the script, but also if the player logs out for some reason (i.e. lags out). This is done by putting

    Simba Code:
    If Not LoggedIn Then
    Login;

    at the beginning of your procedure.

    I see your script terminates when it has reached InputAlchs, but what if it runs out of nature runes or items that it is alching? You should look into DTMs for this

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

    Default

    Quote Originally Posted by The Mayor View Post
    Your script is coming along nicely. You should definitely include this and re-upload .

    It's useful not only to login the player at the beginning of the script, but also if the player logs out for some reason (i.e. lags out). This is done by putting

    Simba Code:
    If Not LoggedIn Then
    Login;

    at the beginning of your procedure.

    I see your script terminates when it has reached InputAlchs, but what if it runs out of nature runes or items that it is alching? You should look into DTMs for this
    Wow, you were reading my mind! I was just looking on how I could fix the InputAlchs error. I plan to invest some time into DTM's once I get all of my school work done .

    I just uploaded a new version of it that I have been working on tonight.
    "To sleep, perchance to dream"

  11. #86
    Join Date
    Mar 2012
    Location
    Australia
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Vusn View Post
    Did you have simba closed when you re-inserted the SmartParams?
    Whoops.

    Have you had any experience with the "Please Enter Username" return in your 3.1 revision? I can't seem to make the alcher push past this point, despite already being logged in. I'm not sure if I'm missing something obvious, very dumb, or both.
    Last edited by Jenga; 03-27-2013 at 03:50 AM.

  12. #87
    Join Date
    Mar 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Just letting you know the logging in part isnt working for me for some reason, keeps trying to but it looks like its not typing it in

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

    Default

    My bad guys, had a piece of code swapped. Download the latest version on main post, and you should be good to go
    "To sleep, perchance to dream"

  14. #89
    Join Date
    Jan 2012
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    first try with script, did 4k alch no stop - FLAWLESS Thx Vusn!

  15. #90
    Join Date
    Feb 2012
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    seems virus for me gave user and pass still not logging in v3.2, changing it fast npw

  16. #91
    Join Date
    Feb 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by hidde245 View Post
    seems virus for me gave user and pass still not logging in v3.2, changing it fast npw
    What? You can check the script to see if it does anything with user or pass... it doesn't.

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

    Default

    Quote Originally Posted by x0xh3llx0x View Post
    first try with script, did 4k alch no stop - FLAWLESS Thx Vusn!
    Glad you enjoyed it!

    Quote Originally Posted by hidde245 View Post
    seems virus for me gave user and pass still not logging in v3.2, changing it fast npw
    what
    "To sleep, perchance to dream"

  18. #93
    Join Date
    Mar 2013
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by x0xh3llx0x View Post
    first try with script, did 4k alch no stop - FLAWLESS Thx Vusn!
    care to share which item u alche? can pm me

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

    Default

    Quote Originally Posted by qyouwei View Post
    care to share which item u alche? can pm me
    I believe the best items are battlestaves, steel plates, yew longs, mage longs, and maple longs
    "To sleep, perchance to dream"

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

    Default

    It doesnt loads client for me Like the problem "hidde" has..

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

    Default

    Quote Originally Posted by Mikail View Post
    It doesnt loads client for me Like the problem "hidde" has..
    Hidde thinks he is being hacked ^^

    What happens after you press play?
    "To sleep, perchance to dream"

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

    Default

    Quote Originally Posted by Vusn View Post
    Hidde thinks he is being hacked ^^

    What happens after you press play?
    Put in name pw numbers of alchs. Then it doesnt opens the client and fails to sync obviously.

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

    Default

    Quote Originally Posted by Mikail View Post
    Put in name pw numbers of alchs. Then it doesnt opens the client and fails to sync obviously.
    Obviously? You literally have to look at the code in order to run the script. How am I obviously hacking?

    On a logical note, try putting line: 322 between line: 316 & 317
    "To sleep, perchance to dream"

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

    Default

    Quote Originally Posted by Vusn View Post
    Obviously? You literally have to look at the code in order to run the script. How am I obviously hacking?

    On a logical note, try putting line: 322 between line: 316 & 317
    Nooo :C I wasnt saying ur hacking. It just doesnt syncs and just does nothing.

    EDIT: It does now load the smart8 client but does not put in username or password.
    If i do it by myself and log in then enable smart it still does nothing.

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

    Default

    Quote Originally Posted by Mikail View Post
    EDIT: It does now load the smart8 client but does not put in username or password.
    If i do it by myself and log in then enable smart it still does nothing.
    Does it click on the client?
    "To sleep, perchance to dream"

Page 4 of 8 FirstFirst ... 23456 ... 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
  •