Page 7 of 7 FirstFirst ... 567
Results 151 to 152 of 152

Thread: [SRL-6] ClarityAltar

  1. #151
    Join Date
    Apr 2015
    Location
    Seattle, WA
    Posts
    10
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by wingerfinger View Post
    tried using the scripts from the comments


    my character is clicking the same incense burner numerous times even when out of marrentill
    will do this for 3 minutes before offering bones :/
    I'm getting the same thing. I've been trying to work this out all day with no success. But my Scripting/SRL knowledge is extremely minimal.

    When my player gets to the alter the script stops, and a separate tpointarrays script comes up with line 400 highlighted..

    Code:
    function TPointArray.getMiddle(): TPoint;
    begin
      result := middleTPA(self);
    end;
    I have no idea what that means so if someone can point me in the right direction that would be great.


    But I think there is a problem with the locate/lightBurners Functions here's the debug

    25 | == ClarityDebug == | lightBurners initiated.
    26 | == ClarityDebug == | locateBurners initiated.
    27 | == ClarityDebug == | locateAltar initiated.
    Error: Access violation at line 400
    Execution failed.

  2. #152
    Join Date
    Jan 2013
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    Quote Originally Posted by jrowe View Post
    I'm getting the same thing. I've been trying to work this out all day with no success. But my Scripting/SRL knowledge is extremely minimal.

    When my player gets to the alter the script stops, and a separate tpointarrays script comes up with line 400 highlighted..

    Code:
    function TPointArray.getMiddle(): TPoint;
    begin
      result := middleTPA(self);
    end;
    I have no idea what that means so if someone can point me in the right direction that would be great.


    But I think there is a problem with the locate/lightBurners Functions here's the debug

    25 | == ClarityDebug == | lightBurners initiated.
    26 | == ClarityDebug == | locateBurners initiated.
    27 | == ClarityDebug == | locateAltar initiated.
    Error: Access violation at line 400
    Execution failed.
    I was running into the same thing. its not finding the altar.

    you need to make a new DTM for the altar and maybe edit the colors its using to find the burners.


    //issues im having with the last posted edited version.
    //if i can figure out a fix i will post here.

    seems to forget about the familiars.
    -doesn't withdraw to them
    -doesnt try to renew or restore summoning points
    -still tries to withdraw bones from familiar while offering.

    Attached Images Attached Images

    Im Back... Previously known as Megaleech
    [Herbalife]

Page 7 of 7 FirstFirst ... 567

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
  •