Results 1 to 7 of 7

Thread: Auto Merchanter help....plz

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

    Default Auto Merchanter help....plz

    here is what im using for my current auto merchanter.
    SCAR Code:
    //^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^//
    ///$$$---**<><>MERCHANT MASTER<><>**---$$$////
    /////-----/////-----/////-----/////-----/////
    //-----------------------------------------\\
    //----^^^^----^^^^By Shinyrange^^^^----^^^^--
    //SETUP-SETUP-SETUP-SETUP-SETUP-SETUP-SETUP\\
    //:::First, Under the const, fill up the info. (lines16,17, and 18.)
    //::::::::::::::::Then Find a merchant spot:://
    //                     AND GO!         \\\\\\\\


    program MerchantMaster;
    {.Include SRL/SRL.scar}

    const
    howmany=; //how many of the item you want.
    whatyouwannabuy=''; //what IS the item you want?
    eaprice=; //Just wondering, how much would you want to buy each?
    Var
    Message1:String;

    procedure Buyingstatement; //This starts talking using your buying statement.
    begin
    wait(0); //Waits a few seconds before typing again.
    Message1:=(Message1='buying up to' + howmany + whatyouwannabuy + '! for' + eaprice + '!'; //This actually types the statement
    typesend(Message1);
    end;

    begin                    ///////////////////////////////////
    repeat                   //////{  Rinse, Lather, Repeat. }//
    buyingstatement;         ///////////////////////////////////
    until(false)            ////////////////////////////////////
    end.                    ////////////////////////////////////


    ///{^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^}\\\
    ////|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||\\\\
    //////////////////////All of the above was just the statements.\\\\\\\
    /////////////////////////|||||||||||||||||||\\\\\\\\\\\\\\\\\\\\\\\\\\
    procedure Gettrade
    begin
    wait(75)+random(2)+50
    AcceptTrade: true;
    end;

    begin
    repeat
    Gettrade;
    until(false)
    end;

    what i want it to do is talk about buying or selling the player inputted item. it does that. But now i want it to look for someone who trades you, search for that player, and trade him....but i have NO idea how to do this. Everything else i think i can handle...... thx in advace

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could make it look for the pink color when somebody trades you, or If(FindChat('rade'))then like that. many different ways to do it

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

    Default

    hey thanks, i will try it!

  4. #4
    Join Date
    Mar 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sry for the double post; but i have 2 q's.
    one, in this part of the script:
    SCAR Code:
    Message1:=(Message1='buying up to'+(howmany) + (whatyouwannabuy)'! for'(eaprice)'!'); //This actually types the statement
    typesend(Message1);
    What's wrong? I was playing with the code, accidently saved the new code, now i can't remember the code that works for that part.....


    next; how do u search for a number in a trade screen? i havent fully developed the code yet but, I was thinking of telling it to wait a lil while, then check for any number value, and the words cooked lobster......if it was found, then the mouse would move to my money, right click, go to offer X, and type in the number found multiplies by the const eaprice....

    can anyone give me a lil start on how to do all that?

  5. #5
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Message1:=(Message1='buying up to' + howmany + whatyouwannabuy + '! for' + eaprice + '!'; //This actually types the statement
    typesend(Message1);
    was what you had first off in your post.. IDK about the second question though, sorry.

  6. #6
    Join Date
    Mar 2007
    Posts
    80
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when i use the first one, it says theres a typing mismatch in line 27......

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

    Default

    anyone know, at all? :'(

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [RS2][SRL]Auto Merchanter!
    By Cazax in forum RS3 Outdated / Broken Scripts
    Replies: 23
    Last Post: 05-02-2008, 06:30 PM
  2. merchanter
    By welshboy in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 11-04-2007, 03:16 AM
  3. Auto mind merchanter!!!
    By dontpanic in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 07-29-2007, 04:06 PM
  4. First of a kind... AUTO-MERCHANTER
    By dontpanic in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 03-22-2007, 02:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •