Results 1 to 7 of 7

Thread: Adding Pick Up.

  1. #1
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default Adding Pick Up.

    How would i add a procedure to pick up an item to a script? i wanna add pick up arrows to pvh's cavefighter. wanna help?
    Did someone say GDK?

  2. #2
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    any 1 willing to tell me?
    Did someone say GDK?

  3. #3
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The easiest and most reliable method would be to use reflection.

    Using typical methods you could

    FindColorSpiralTolerance or FindColorTolerance to search for the color of the arrows.
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  4. #4
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    could u give me an example?
    Did someone say GDK?

  5. #5
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by jakeyboy29 View Post
    could u give me an example?
    If you want a Reflection example, pm me and I'll make one. Otherwise, here is the regular one.

    NOTE: You will need to add failsafes to make this work well.

    SCAR Code:
    FindColorsSpiralTolerance(x,y,TPAToStorePointsIn,ColorOfArrows,MSX1,MSY1,MSX2,MSY2,Tolerance);
    for i:=0 to High(TPAToStorePointsIn) do begin
        MMouse(TPAToStorePointsIn[i].x, TPAToStorePointsIn[i].y);
        if(IsUpText('rrow') then begin
            Mouse (TPAToStorePointsIn[i].x, TPAToStorePointsIn[i].y);
        end;
    end;

    Records and Types Save Code (and make you look better)
    Quote Originally Posted by Wizzup? View Post
    Is it possible to make Runescape a 2D game with this?... That would greatly simplify... Just about anything.

  6. #6
    Join Date
    Feb 2007
    Posts
    211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Errr He beat me to it.
    Current Project: Catching up on what I missed, re-writing some old includes I done in the past.
    Upcoming Project: Open For Suggestions

  7. #7
    Join Date
    Nov 2007
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for helping me too, i neded help with that.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. what would you pick?
    By kurupt916 in forum NOTA
    Replies: 17
    Last Post: 01-31-2009, 08:19 PM
  2. buying pick handle + pick head * seperate.
    By Dark_Sniper in forum Mining and Smithing
    Replies: 10
    Last Post: 11-12-2007, 03:50 AM
  3. How did you pick your User Name?
    By Wanted in forum Discussions & Debates
    Replies: 49
    Last Post: 09-21-2007, 09:04 PM
  4. Why pick scar?
    By wonly in forum News and General
    Replies: 13
    Last Post: 09-06-2007, 04:16 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
  •