Results 1 to 5 of 5

Thread: Errorr!!

  1. #1
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Errorr!!

    Does anybody know the solution to this error!
    SCAR Code:
    [Runtime Error] : Exception: Access violation at address 006D7B76 in module 'scar.exe'. Read of address 00000000 in line 204 in script

    This is part of the script where the line is
    SCAR Code:
    begin
        if FindDtm(Runepick, x, y, mix1, miy1, mix2, miy2)then
        Writeln('Good choice, rune pick.');
        WaitPerRock :=(3000+ random(500));
      end;

    And this is the actual line "204"
    SCAR Code:
    if FindDtm(Runepick, x, y, mix1, miy1, mix2, miy2)then

    BTW yes, i did put SetupSrl!
    All help would be appreciated and REPPED!

  2. #2
    Join Date
    Jan 2008
    Location
    UK
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    At a guess I would say there is probably an issue with the DTM of Runepick.

    Not sure where you are going with your begins and ends as well.. hard to see what your doing with so little of the script.
    For the Ultimate Monk Fisher: Ultra Monkfish n Bank Click Here


  3. #3
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    prisoner is it ok if I can send you my "whole" script and u have a look thru to see whats the problem?

  4. #4
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Make sure you've declared the DTM before trying to use it.

  5. #5
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    yep i figure thanks! rep

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. errorr
    By unl in forum OSR Help
    Replies: 6
    Last Post: 03-31-2008, 10:05 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
  •