Page 5 of 5 FirstFirst ... 345
Results 101 to 114 of 114

Thread: Fight Cave Combat Trainer

  1. #101
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    I don't have an 07 account to fix this script with :/ Anyone willing to lend me theirs for about an hour sometime tomorrow?

  2. #102
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    Quote Originally Posted by Nebula View Post
    I don't have an 07 account to fix this script with :/ Anyone willing to lend me theirs for about an hour sometime tomorrow?
    Sure. But i don't know if i can be on the same time as you? maybe pm me on #SRL (nick is samer) i'll let you use my acc to get all things sorted, just hit me up on irc if am on.

  3. #103
    Join Date
    May 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    can you fix this??

  4. #104
    Join Date
    Mar 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    Fight caves have been nerfed for training.

  5. #105
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by PoppaSquatch View Post
    Fight caves have been nerfed for training.
    What happened?

  6. #106
    Join Date
    Mar 2013
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    26 Post(s)

    Default

    You have to wait 2 minutes before re-entering the fight caves mini-game.

  7. #107
    Join Date
    May 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by PoppaSquatch View Post
    You have to wait 2 minutes before re-entering the fight caves mini-game.
    confirmed you have to wait 2 minutes after coming out of the fight caves now

  8. #108
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    R.I.P Fight caves.

  9. #109
    Join Date
    Mar 2013
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    5 minutes if you come out of caves very fast (low level pures ) R.I.P

  10. #110
    Join Date
    Apr 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    can you make a script to do with the ranging guild? making sure it does all randoms and works 24/7 because your scripts are the BEST!

  11. #111
    Join Date
    May 2012
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(62:26): Invalid number of parameters at line 62
    Compiling failed. ?

  12. #112
    Join Date
    Apr 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 76

    Not quite sure what this means but maybe someone could help me fix?

  13. #113
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by havoc pker View Post
    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 76

    Not quite sure what this means but maybe someone could help me fix?
    most errors are easy to be solved, the error i got when i ran this script was:

    [Error] D:\Downloads\NebulaFightCaves1.1 (3).simba(252:5): Unknown identifier 'Smart_FixSpeed' at line 252

    the line of code it was pointing to was:

    begin
    {$IFDEF SMART}
    Smart_FixSpeed := True;
    {$ENDIF}
    SetupSRL;
    SRL_CombatRandoms := false;
    DeclarePlayers;
    LogInPlayer;
    ClearDebug;
    StartXp := GetXP(SKILL_TRAINING);
    repeat
    Case random(99)+1 of
    1..Check_XP_Chance: Proggy;
    end;
    Entercave;
    WaitWhileFighting;
    until false;
    end.

    simba notices that the code was incorrect, the only thing i had to do was remove the line with : Smart_FixSpeed := True;

    so the last part should look like this

    begin
    {$IFDEF SMART}
    {$ENDIF}
    SetupSRL;
    SRL_CombatRandoms := false;
    DeclarePlayers;
    LogInPlayer;
    ClearDebug;
    StartXp := GetXP(SKILL_TRAINING);
    repeat
    Case random(99)+1 of
    1..Check_XP_Chance: Proggy;
    end;
    Entercave;
    WaitWhileFighting;
    until false;
    end.


    in your case however, i would try to reinstall smart, then if you get the error i wrote about just now, it will be an easy fix

    if you need any help
    add my skype: fkeuning

  14. #114
    Join Date
    Jan 2010
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 76
    Compiling failed.

    i've been searching for a solution all day, i don't wanna sound like a 'newfag' but i have no idea how to fix this error. please help!

Page 5 of 5 FirstFirst ... 345

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
  •