Results 1 to 3 of 3

Thread: Finding NPC's using reflection

  1. #1
    Join Date
    Mar 2007
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Finding NPC's using reflection

    Could somebody please explain how to do this, in depth? I've read Timer's guide but i don't really understand it, thanks in advance.

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

    Default

    SCAR Code:
    Var
       A: TNPC;
    Begin
      FindNPC('Banker', A);
      Mouse(A.Ms.x, A.Ms.y, 2, 2, False);
    End;

  3. #3
    Join Date
    Mar 2007
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    <3

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. finding stuff using reflection
    By Kasi in forum OSR Help
    Replies: 1
    Last Post: 11-20-2008, 11:58 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
  •