Page 2 of 2 FirstFirst 12
Results 26 to 40 of 40

Thread: SRL: Mar. 5th, 2012 ~ New Randoms Solvers

  1. #26
    Join Date
    Feb 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I can't find anything that helps me.

  2. #27
    Join Date
    Jul 2007
    Location
    Finland
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by SweDam View Post
    I can't find anything that helps me.
    Just run srl update

  3. #28
    Join Date
    Feb 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't need to do anything at all? Just if I want to change something like disable a random or something?

  4. #29
    Join Date
    Jul 2007
    Location
    Finland
    Posts
    304
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by SweDam View Post
    I don't need to do anything at all? Just if I want to change something like disable a random or something?
    You got it.

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

    Default

    Quote Originally Posted by xtrapsp View Post
    Simba Code:
    [Hint] C:\Simba\Includes\SRL/SRL/core/antirandoms\beekeeper.simba(194:3): Variable 'T' never used at line 193
    [Error] C:\Simba\Includes\SRL/SRL/skill/woodcutting.simba(116:13): Unknown identifier 'Screenshots' at line 115
    Compiling failed.

    It opened up woodcutting.simba and displayed this?

    Don't want to randomly make Screenshots: Integer; to remove it...
    I'll fix it in the next version.

    Quote Originally Posted by Psilocybin View Post
    my private, it worked before i updated SRL.

    why include it in SRL if its not being used????
    It will be used as soon as it's fixed. I'll try to do it as soon as possible.

    Quote Originally Posted by nokkasiili View Post
    [Error] (737:6): Unknown identifier 'PercentBlackMM' at line 736
    Is there new function to do this or do i have do my own?
    That may have been in the old common.simba. I thought I moved it to mapwalk.simba, but maybe not. I'll fix that for the next version as well. E: Oh, there's PercentColorMM(color, tol: integer); so just use it like this:
    Simba Code:
    percentColorMM(clBlack, 0);
    Last edited by Coh3n; 03-06-2012 at 06:30 PM.

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

    Default

    Awesome, will try to implement with my scripts
    Goals:
    Understanding TPAs
    Making Proggy for fighting
    Getting on SRL members
    Get 500 posts

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

    Default

    Good job people!

    ~Home

  8. #33
    Join Date
    Dec 2011
    Location
    The Netherlands
    Posts
    1,631
    Mentioned
    47 Post(s)
    Quoted
    254 Post(s)

    Default

    Amazing work, thanks a lot. I've been waiting for this before adding anti-randoms to my scripts, will work on adding it now!

    Script source code available here: Github

  9. #34
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Infinite loop in FindNormalRandoms.. Didn't know where to report this but in my script, was getting around to fixing some scripts and when I call FindNormalRandoms even once, it starts to spam the console about:

    "Characters Split too wide.. Try Decreasing MinSpacing" and stays there for a good 10-15 seconds :S
    Commented out FindNormalRandoms and everything works like a charm.. Not sure what's causing it as I didn't take a look but just reporting it for anyone else having this problem.

    Uncommented.. and it spammed me again.. repeated to make sure. and Yes it definitely was FindNormalRandoms.
    I am Ggzz..
    Hackintosher

  10. #35
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Great work! Nice release and Thx 2 Demise for all your hard work on the Random Event's

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

    Default

    Quote Originally Posted by ggzz View Post
    Infinite loop in FindNormalRandoms.. Didn't know where to report this but in my script, was getting around to fixing some scripts and when I call FindNormalRandoms even once, it starts to spam the console about:

    "Characters Split too wide.. Try Decreasing MinSpacing" and stays there for a good 10-15 seconds :S
    Commented out FindNormalRandoms and everything works like a charm.. Not sure what's causing it as I didn't take a look but just reporting it for anyone else having this problem.

    Uncommented.. and it spammed me again.. repeated to make sure. and Yes it definitely was FindNormalRandoms.
    Saying that for 10-15 isn't an infinite loop.

    Do you know if SRL_Procs[SRL_OnRandomCall] or the like is set? This is the first I've heard of this and the update has been out for a while. It also works fine for me.

  12. #37
    Join Date
    Nov 2011
    Location
    England
    Posts
    3,072
    Mentioned
    296 Post(s)
    Quoted
    1094 Post(s)

    Default

    Good job to everyone that made this happen

  13. #38
    Join Date
    May 2006
    Posts
    241
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    These randoms were solved successfully today:
    Mime
    Teleport-levers
    Pillory Puzzle

    Three in a row - that's simply awesome. Thank you developers
    I believe in miracl... colour macroing.
    RS is a conspiracy to ensure the birth of new programmers!

  14. #39
    Join Date
    Jun 2012
    Location
    Oakland California
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Random

    Everytime i get a random event... it logs me out and never does it.

  15. #40
    Join Date
    Jul 2007
    Location
    Melbourne, Victoria, Australia.
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Cwil View Post
    Everytime i get a random event... it logs me out and never does it.
    That depends on the script your using, and if the creator has implemented it to dealing with randoms, which in your case I don't think randoms are supported.
    Last known as Jonno.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •