Results 1 to 8 of 8

Thread: Mods Found

  1. #1
    Join Date
    Dec 2011
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Mods Found

    EDIT: After looking at FindMod in antirandoms I see that it automatically logs you back in if you find a mod. So problem solved I guess. I should have just let it run its course.
    Last edited by Grihmm; 02-14-2012 at 10:28 AM.

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    I believe there is a boolean inside SRL that deals with this. Open SRL.simba and search for something like "logoutformod". And if that doesnt work you can safelu blank it from findnormalrandoms and findnoninventoryrandoms inside antirandoms.simba.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  3. #3
    Join Date
    Dec 2011
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So in FindNormalRandoms I should delete
    Simba Code:
    6:  Result := FindMod;
    ?

    logoutformod doesn't exist. However in FindMod there is a line that mentions UseFindMod but I don't see a way to set that as false.

  4. #4
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Grihmm View Post
    So in FindNormalRandoms I should delete
    Simba Code:
    6:  Result := FindMod;
    ?

    logoutformod doesn't exist. However in FindMod there is a line that mentions UseFindMod but I don't see a way to set that as false.
    yes. But better do:

    Simba Code:
    6: ; //Result := FindMod;

    And: UsefindMod has got to be set somewhere in SRL
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  5. #5
    Join Date
    Dec 2011
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know. I just can't find it. Thanks for your help.

    One last question: the next time I update is it going to change this back?

  6. #6
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    UseFindMod := false;
    Working on: Tithe Farmer

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Quote Originally Posted by Grihmm View Post
    I know. I just can't find it. Thanks for your help.

    One last question: the next time I update is it going to change this back?
    Yes. Unless you disable autoupdating.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  8. #8
    Join Date
    Dec 2011
    Posts
    484
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok. Thanks.

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
  •