Page 1 of 2 12 LastLast
Results 1 to 25 of 34

Thread: SRL-5 Release!

  1. #1
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default SRL-5 Release!

    SRL-5 Release!


    How do you know you have SRL5?
    • The auto updater in Simba should say 1000+ for SRL5.
    • OR retrieve it straight from the source: SRL-5 on github

    Changes to YOUR scripts:
    • All .scar files are changed to .simba.
    • Changed stats.simba globalstats.simba and moved to srl/core/. You know longer have to include it in your script, it's included with SRL.
    • SetAngle and ClickNorth now take integer parameters to avoid waiting 2-4 seconds no matter what.
      • SRL_ANGLE_NONE
      • SRL_ANGLE_LOW
      • SRL_ANGLE_HIGH
    • Mouse functions now take a variant and SRL functions use Simba's mouse_left, mouse_right, etc. Scripters should switch as future versions of SRL will only take integers.
      • mouse_Left
      • mouse_Right
      • mouse_Middle
      • mouse_move


    Function additions/changes:

    Bug fixes/improvements:
    • CloseWindow() should be fixed/improved, and now returns true if it closed the bank.
    • Fixed an autocast issue with combat spells, thread here.
    • Cast() now returns true if spell is already set to autocast, thread here.
    • OpenBankNPC works 100% better, credit to Home. Thread here.
    • Fixed GetCurrentTab and TabExists for TAB_LOGOUT.
    • Logout() will now call CloseWindow if TAB_LOGOUT doesn't exist, report here.
    • Update to new summoning store icon in symbols.simba.
    • Added summoning obelisk icon in symbols.simba.
    • Fixed AutoCast combat spells returning wrong bool.
    • Added WindRush to auto-castable list.
    • Fixed GetCurrentTab and TabExists for TAB_LOGOUT.
    • Logout() will now call CloseWindow if TAB_LOGOUT doesn't exist.
    • Removed unnecessary exit causing issues in Cast().
    • Corrected summoning store and added summoning obelisk to symbols.simba.
    • Corrected documentation for gametab.simba.
    • FindBirdsNest fixed, thread here.
    • Fixed Deposit for single items when vType <> integer.
    • Fixed PS bug in WindMouse.
    • Players[].Worked now works after the player has taken breaks (shouldn't be ANY issues with it anymore)
    • OrderWorlds fixed by RISK, thread here.
    • ChooseOptionMultiEx won't choose "Cancel" if action is set to Nothing.
    • WithdrawEx will not choose "Withdraw All-but-one" option if Amount is set to -1, credit to Shuttleu.
    • DepositAll (fixed on 1-4-2011)


    Features:
    • Gaussian mouse implementation. Credit to Nava2.
    • Grand Exchange price grabbing functions in SRL/misc/online.simba. Credit to Nava2.

    Use with MSI:
    Find this line and remove the // in front of it. (in RunMe.simba)
    Simba Code:
    //{$DEFINE SRL5}  // Uncomment if you're testing SRL5
    Documentation:
    Original post from Coh3n.
    Not all fixes/additions have been mentioned. Will add on to later.
    Last edited by Narcle; 01-05-2012 at 03:12 AM.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  2. #2
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Guess I have to edit my scripts tomorrow then :sigh:

    loli I joke. Thanks guys, can't wait till SRL 6! <3

    Great work to everyone who has contributed!

    -Boom
    Last edited by Dynamite; 01-05-2012 at 12:22 AM.

  3. #3
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    1,784
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Love <3

    Great job to all those who contributed.

    Currently: Working on Defending&Attacking in my Castle-Wars Script
    Project Rebuild: 90M/170M

  4. #4
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Default

    Good work guys!


    ~Home

  5. #5
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    Yeah Great work

  6. #6
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Nice! Now time to adapt..

  7. #7
    Join Date
    Dec 2011
    Location
    Kosovo
    Posts
    831
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Nice feature. Awesome update too.

  8. #8
    Join Date
    Jun 2007
    Posts
    235
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When i try to update SRL I get this:

    No Plugins update available.
    No SRL update available.
    A new update of Simba is available!
    Current version is 980. Latest version is 982

  9. #9
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Awesome, thanks for this

  10. #10
    Join Date
    Nov 2011
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Nice! Time to update the scripts!

  11. #11
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    If I might add something else in there, I believe all mouse values will have to be changed in scripts as well. For example:
    Simba Code:
    Mouse(MMCX, MMCY, 5, 5, 1);
    To:
    Simba Code:
    Mouse(MMCX, MMCY, 5, 5, mouse_left);

    Using 1/2/3 will result in an error, I believe somewhere in the smart.simba file.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  12. #12
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    If I might add something else in there, I believe all mouse values will have to be changed in scripts as well. For example:
    Simba Code:
    Mouse(MMCX, MMCY, 5, 5, 1);
    To:
    Simba Code:
    Mouse(MMCX, MMCY, 5, 5, mouse_left);

    Using 1/2/3 will result in an error, I believe somewhere in the smart.simba file.
    Should of been fixed?
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  13. #13
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Woo! Awesome!
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  14. #14
    Join Date
    Nov 2011
    Posts
    255
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Narcle View Post
    Should of been fixed?
    I used just a 1 on MouseItem and it works fine, not sure if Mouse and MouseItem are coded differently...

  15. #15
    Join Date
    Dec 2006
    Posts
    908
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default

    Finally finished making my script compatible to SRL 5. I think, gotta run it first to make sure it doesnt do anything funny.

    EDIT:

    Dammit, this mouse change is tedious >,> i dont get the point.

  16. #16
    Join Date
    Feb 2009
    Location
    inside Hello World! Application
    Posts
    232
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    GE functions <3 Looks awesome gonna update ASAP ^^
    I'm not a lesser Being imma Lesser demon


    http://i.imgur.com/faGr0.png << First Script With Paint. Good First proggy? exp 21k/hr is ok pretty buggy

  17. #17
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Narcle View Post
    Should of been fixed?
    Maybe just recently. I had errors just a couple days ago relating to that, so unless it's been dealt with since then, the error still occurs.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  18. #18
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Maybe just recently. I had errors just a couple days ago relating to that, so unless it's been dealt with since then, the error still occurs.
    It was withing the last day I think.

  19. #19
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Claymore View Post
    Finally finished making my script compatible to SRL 5. I think, gotta run it first to make sure it doesnt do anything funny.

    EDIT:

    Dammit, this mouse change is tedious >,> i dont get the point.
    What's wrong?



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  20. #20
    Join Date
    Dec 2011
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Woha, Good Job SRL team <3 u all

  21. #21
    Join Date
    Jun 2007
    Posts
    235
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How do I know Im at SRL5? I updated once and now it says theres no new update to srl. But when I run a script it still tries to deposit the money pouch instead of depositing the item bag.

    Also says my simba is at 980 and there is a version 982 available. Do i need that?

    Thanks

  22. #22
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    The mouse change should still allow for boolean values.. unless you are using the other values (middle and move) you do not need to worry about changing the true/false. I DO suggest getting used to scripting using them, though.

    E: Yup, I was correct. I knew I wasn't silly enough to leave that.

    https://github.com/SRL/SRL-5/blob/ma...use.simba#L245

    The documetation has the wrong parameter, which IS my fault. If someone could fix that, I'd be grateful.
    Last edited by Nava2; 01-05-2012 at 10:36 PM.
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

  23. #23
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Nava2 View Post
    The mouse change should still allow for boolean values.. unless you are using the other values (middle and move) you do not need to worry about changing the true/false. I DO suggest getting used to scripting using them, though.
    I'll do just that!

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  24. #24
    Join Date
    Dec 2011
    Location
    Sydney
    Posts
    1,284
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yay finally, been waiting for this. It was sad how we had to remove the define SRL 5 thing lol.

  25. #25
    Join Date
    Jun 2007
    Posts
    235
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So if im running Narcles smelter and it still doesnt deposit all does that mean i do not have srl 5? If someone could answer would be nice

Page 1 of 2 12 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
  •