Results 1 to 4 of 4

Thread: HandleWhirlPool

  1. #1
    Join Date
    Oct 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default HandleWhirlPool

    I am getting an access violation reading:
    [Runtime Error] : Exception: Access violation at address 00724393 in module 'scar.exe'. Read of address 00000000 in line 92 in script C:\Program Files\SCAR 3.12\includes\SRL\SRL\skill\Fishing.scar

    When I run:
    SCAR Code:
    program Test;
    {.include SRL\SRL.scar}
    {.include SRL\SRL\skill\Fishing.scar}
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      CurrentPlayer := 0;
      NumberOfPlayers(HowManyPlayers);

      Players[0].Name       := 'x';
      Players[0].Pass       := 'x';
      Players[0].Nick       := 'apollo';
      Players[0].Active     :=  True;
    end;
    begin
         SetupSRL;
         DeclarePlayers;
         ActivateClient;
         LoginPlayer;
         Wait(500);
         HandleWhirlPool;
    end.

  2. #2
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Yeah it appears the DTM "WhirlPoolDTM" is never declared.

    Idk..

  3. #3
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    call under setupsrl;
    SCAR Code:
    SetupFishing;

  4. #4
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    rik that wont work because the whirlpooldtm isnt called in the loadbitmaps procedure. I don't think there is a whirlpooldtm in SRL at alll.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help with HandleWhirlPool
    By Wdf? in forum OSR Help
    Replies: 6
    Last Post: 09-24-2007, 03:12 AM

Posting Permissions

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