Results 1 to 8 of 8

Thread: Newest problem.. Im getting used to this atm.. please read

  1. #1
    Join Date
    Sep 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Newest problem.. Im getting used to this atm.. please read

    Line 523: [Error] (13266:9): Unknown identifier 'GetSkillLevel' in script C:\Documents and Settings\Rs\Bureaublad\Derek-s Ultimate PCer V2.61.scar
    Failed when compiling
    Line 523: [Error] (13266:9): Unknown identifier 'GetSkillLevel' in script C:\Documents and Settings\Rs\Bureaublad\Derek-s Ultimate PCer V2.61.scar
    Failed when compiling
    Line 233: [Hint] (12897:1): Variable 'I' never used in script C:\Documents and Settings\Rs\Bureaublad\Pest Controller 8.002 by MasterKill.scar
    Line 936: [Hint] (13600:1): Variable 'XR' never used in script C:\Documents and Settings\Rs\Bureaublad\Pest Controller 8.002 by MasterKill.scar
    Line 936: [Hint] (13600:1): Variable 'YR' never used in script C:\Documents and Settings\Rs\Bureaublad\Pest Controller 8.002 by MasterKill.scar
    Line 1019: [Error] (13683:28): Invalid number of parameters in script C:\Documents and Settings\Rs\Bureaublad\Pest Controller 8.002 by MasterKill.scar

    tadaa, now with version 3.15, reversion 14, updated script.
    and stil having errors..

    Please respond ESAP

  2. #2
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    All I can say is that those scripts might not be rev14 compatible.

  3. #3
    Join Date
    Sep 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh jezus....
    So i cant run the script without reversion, but i also cant run with it..
    So basicly..

  4. #4
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Rev 15*

    Get an updated script.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  5. #5
    Join Date
    Sep 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    o options, there no more PC scripts in here..
    Does anyone know where i cant a working, updated one?
    becouse i really became member today to do this..

  6. #6
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Try my fight caver.

    @Runescapian: Congrats on SRL Members, dude!!!


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  7. #7
    Join Date
    Sep 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    figth caverer, i cant a auto pc ( Pest control ) script

  8. #8
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    You are getting the 'GetSkillLevel' errors because the function/procedure 'GetSkillLevel' isn't included in SRL 4. Below is the new way to do this...
    SCAR Code:
    GetSkillInfo(skillName: String, false);
    This will return an integer so you could say...
    SCAR Code:
    writeln('' + IntToStr(GetSkillInfo('fishing',false));
    But if you just wanted to say your skill in-game then there is a special method in Anit-Ban.scar called SayCurrentLevels(which: String). You could use this in a similar fashion...
    SCAR Code:
    SayCurrentLevels('fishing');
    That will basically TypeSend your fishing level to the game...

    Keep posting in this thread for more help!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Last line read problem
    By AzulDrake in forum OSR Help
    Replies: 2
    Last Post: 02-27-2009, 05:47 PM
  2. Newest Sig
    By TViYH in forum Graphics and Multimedia
    Replies: 5
    Last Post: 11-05-2008, 02:13 PM
  3. Welcome your newest noob <__<
    By gm112 in forum News and General
    Replies: 4
    Last Post: 11-15-2006, 11:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •