Results 1 to 7 of 7

Thread: *Help* - Trading?

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

    Default *Help* - Trading?

    Hello, if my character was standing next to, say a baker, how could I get my character to find the baker then trade him?

    Thanks

  2. #2
    Join Date
    Dec 2007
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    "Trade"? Do you mean "open bank"? There's a few functions to open banks, look in Bank.scar in your SCAR folder (\SCAR 3.15\Includes\SRL\SRL\core).
    This sentence is false.

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

    Default

    Just to trade an NPC thats standing next to my character

  4. #4
    Join Date
    Dec 2007
    Posts
    103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can't trade NPCs, can you? You can only trade other players - or is it some highly secret and special NPC?
    This sentence is false.

  5. #5
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    use FindObjTPA(or any other way) to find the npc. then Mouse(x, y, 0, 0, False) and ChooseOption('rade');

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  6. #6
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    765
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Gumleren View Post
    You can't trade NPCs, can you? You can only trade other players - or is it some highly secret and special NPC?
    LOL! have you even seen a NPC in runescape? of course you can trade.
    and btw, i dont really know about your question. you could try something like this.
    SCAR Code:
    procedure FindAndTalk;
    begin
       if FindObjTPA(x, y, Color, 11, -1, 7, 7, 7, ['Baker']) then //put the name where it says baker.after color comes tolerance, the 11.
       begin
       Mouse(x, y, 5, 5, False);
       SelectOption('rade');
       Wait(1000 + (random(1000)));
    end;
    i didnt try that so i dont know if it will work, but remember to add failsafes and such.

    oh and btw, i got that from rasta magicians tut, its really fast thanks rasta.

    EDIT: haha, rasta posted above me ^^


    ^LOL^

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

    Default

    Oh, yeah, I kind of forgot about all shop-NPCs. Bummer.
    This sentence is false.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. drop trading/money trading
    By josh81193 in forum RuneScape News and General
    Replies: 5
    Last Post: 03-10-2008, 12:11 PM
  2. Trading in RS...
    By kelly slater pro surfer in forum Bot Information and Spottings
    Replies: 17
    Last Post: 03-02-2008, 10:38 PM
  3. help please [trading]
    By RudeBoiAlex in forum RuneScape News and General
    Replies: 11
    Last Post: 09-25-2007, 07:25 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
  •