Results 1 to 12 of 12

Thread: problem starting up

  1. #1
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default problem starting up

    hello,
    i have a problem, very often when i load up my script, it loads up the eoc version, when that happens i download the smartparam file again and place it in de map and then it works all fine. but this time it didn't work, i won't load up 07 scape, i am really confused, cause i didn't do anything between the last time it worked and now, so i don't understand why it doens't load now. i would really appreciate help
    thanks in advance,

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

    Default

    Chances are there would of been an SRL update that.

    You are best looking for a script that uses the SRL-OSR include as that is set up for OldSchool RuneScape.

    Forum account issues? Please send me a PM

  3. #3
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    ^adding to this you can find all OSR SRL OSR script in the old school runescape section
    best of luck fining

  4. #4
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by Justin View Post
    Chances are there would of been an SRL update that.

    You are best looking for a script that uses the SRL-OSR include as that is set up for OldSchool RuneScape.
    but why doesn't the script i just made work, i used this includes:
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    and if i have to include SRL-OSR, is there an (easy) way to convert it to that?
    sorry if this doesn't make much sense i just started scripting:P

  5. #5
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by larsi37 View Post
    but why doesn't the script i just made work, i used this includes:
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    and if i have to include SRL-OSR, is there an (easy) way to convert it to that?
    sorry if this doesn't make much sense i just started scripting:P
    Let's start from a fresh to not get things confused I'm under the assumption you now have all the includes for 07 and eoc as you've tried fixing it. So to teach you how it works lets start from the beginning and work forward.

    Simba Code:
    {$DEFINE SMART8} //Loading up SMART so you don't have to use your mouse
    {$I SRL/SRL.Simba} // Loading up the include which is used for mouse functions etc mostly for EOC
    {$I P07Include.Simba} //Loading up the include for the 07 Runescape.

    Now, we need to make sure you have the right Smart Params.

    Go find SmartParams and rename it to SmartParams_EOC and then paste in the 07 one.

    Would you mind showing me your main loop as well please?

    It's the bit at the bottom of your script

    begin



    end.

  6. #6
    Join Date
    Mar 2012
    Location
    Over there
    Posts
    840
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    You should try turning off automatic updating for SRL through Simba and then replacing your SmartParams again.

  7. #7
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by xtrapsp View Post
    Would you mind showing me your main loop as well please?

    It's the bit at the bottom of your script

    begin



    end.
    begin
    SetupSRL;
    P07_DeclarePlayer;
    SetupP07Include;
    ActivateClient;
    setupRandomTool(25000, 5, '');
    Wait(2000);
    If (Not P07_LoggedIn) Then
    P07_LogInPlayer;
    P07_MakeCameraAngleHigh;
    P07_MakeCompassSouth;
    repeat
    repeat
    MineDown;
    until(P07_InvFull);
    if P07_InvFull then
    begin
    WriteLN('Inv Full!!')
    P07_DropAllExcept([1, 2]);
    end;
    until (false)
    end.

    btw, can anyone explain me how to properly post a scar code, and not just copy paste it

  8. #8
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    please keep us updated on how you've been handling this if you fixed it please say how etc etc
    would be really nice to know!!!

  9. #9
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    ooh, i renamed my older smartparams to smartparams_eco and placed a new one, and now it seems to work, for some reason..
    i don't think i did anything else than changing the name and placing a new one but it works now.
    PS.
    i don't know if it was already there (it probably was) but in the SRL folder i also saw a SRL-OSR folder, and i did the same thing as in the other map, renaming smartparam with smartparam_eoc and then placing a new one. and after that it started to work properly.
    thanks alot guys

  10. #10
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    okay great - good job

    and no problem Im always happily helping

  11. #11
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    Quote Originally Posted by Runehack123 View Post
    okay great - good job

    and no problem Im always happily helping
    What....

  12. #12
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Quote Originally Posted by xtrapsp View Post
    What....
    Yes I love helping okay I always help

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
  •