Results 1 to 6 of 6

Thread: my dropper

  1. #1
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default my dropper

    SCAR Code:
    Procedure Dropper;
    begin
    Repeat
    if (FindDTM(WillowLog, x, y, MIX1, MIY1, MIX2, MIY2)) then//line 123
    Mouse(x, y, 2, 2, False);
    ChooseOption('Drop');
    Until Not (FindDTM(WillowLog, x, y, MIX1, MIY1, MIX2, MIY2))
    end;

    gives me the error
    [Runtime Error] : Exception: Access violation at address 00724393 in module 'scar.exe'. Read of address 00000000 in line 123 in script

    ive restarted my computer and scar..still get it though

  2. #2
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Have you declared the WillowLog DTM? That's probably what's causing the null pointer error (address 00000000).
    :-)

  3. #3
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i have it declared in my procedure declaredtms;

    so i dont know what to do xd.

    Edit: got it to right click on the willows, now chooseoption('Drop'); wont do anything =S

  4. #4
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    someone help me plz chooseoption isnt working =(

  5. #5
    Join Date
    Nov 2007
    Location
    UK
    Posts
    242
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, then try using "rop" instead of "Drop" It always works for me!

  6. #6
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Do not use capitalized letters when dealing with UpChars font.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Cutter + Dropper
    By Raskolnikov in forum First Scripts
    Replies: 10
    Last Post: 11-11-2007, 04:53 PM
  2. Dropper
    By yanix in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 08-26-2007, 07:17 AM
  3. Auto dropper
    By e370 in forum OSR Help
    Replies: 1
    Last Post: 07-25-2007, 07:29 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
  •