Results 1 to 2 of 2

Thread: Banking Help

  1. #1
    Join Date
    Dec 2006
    Posts
    908
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default Need Help With Finding Woodcutting LVL

    SCAR Code:
    procedure ProgressReport;
    begin
      ClearDeBug;
      SRLRandomsReport;
      Writeln('[====================================================]');
      Writeln('[===> Progress Report For Willow Chopper') ;
      Writeln('[===> Total time the script ran for is'+ TimeRunning);
      Writeln('[===> The Amount of loads done are '+ IntToStr(LoadsToDo));
      Writeln('[===> Your Woodcutting Level is now' + IntToStr(Players[CurrentPlayer].Integers[2]));
      Writeln('[===> Post this progress report please.');
      Writeln('[===================================================]');
    end;

    procedure FindWoodcuttingLevel;
    begin
      if Players[CurrentPlayer].Integers[2] = 0 then
      begin
       Players[CurrentPlayer].Integers[2] := GetSkillInfo('WoodCutting', False);
      end;
      if not (Players[CurrentPlayer].Integers[2] = 0) then
      begin
        Writeln('Please set Integers[2] to 0. Terminating Script');
        TerminateScript;
      end;
    end;


    [================================================== ==]
    [===> Progress Report For Willow Chopper
    [===> Total time the script ran for is6 Minutes and 24 Seconds
    [===> The Amount of loads done are 0
    [===> Your Woodcutting Level is now0
    [===> Post this progress report please.
    [================================================== =]
    Any ideas on how in the world you get this right? (If your thinking of just let the player type in the const

    WoodcuttingLevel = 92;

    then nty, because i know what it feels like having too much to fill in a script.
    I like my script with less typing, unless if these const such as colors are of great importance. Or choosing if you should use walk back etc....

  2. #2
    Join Date
    Oct 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    have you tried GetSkillLevel????

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hermpie's banking proc's and Func's makes banking a piece of a cake!
    By ShowerThoughts in forum Research & Development Lounge
    Replies: 13
    Last Post: 06-11-2008, 03:16 PM
  2. Banking help here
    By issamawan in forum OSR Help
    Replies: 5
    Last Post: 06-11-2008, 01:34 PM
  3. Banking help
    By Zeta in forum OSR Help
    Replies: 11
    Last Post: 10-14-2007, 03:27 PM
  4. Banking!!!!!!!
    By Killerbillbo in forum OSR Help
    Replies: 3
    Last Post: 06-09-2007, 05:35 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
  •