Results 1 to 12 of 12

Thread: teh merchanter

  1. #1
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default teh merchanter

    GE MERCHER v1

    Features:
    • multi player
    • anti randoms
    • can sell, or buy, any item, at any quantity.
    • saves lots of time, especially when merching with 5+ accounts


    instructions:
    • download script
    • check out includes(optional)
    • fill out consts
    • fill out the player array, edit as needed
    • make sure the desk/ exchange clerk is in veiw
    • if buying an item(s) you must have required gold
    • if you want to use smart, make
      SCAR Code:
      //{.include SRL/SRL/Misc/Smart.scar}
      to
      SCAR Code:
      {.include SRL/SRL/Misc/Smart.scar}
      and set up the constants


    filling out the variables:
    SCAR Code:
    const
      Smart = false;
      SmartWorld = 20;
      CheckEvery = 30; //How Many Minuts do you want to wait before you check offers
      MaxRunTime = 10; //How long do you want to run? time in minuts
      MaxCycles = 10; //How many cycles per player do you want?
      ItemToPrice = 'Kwuarm Seed'; //Item to look up the price of. leave blank if you dont want
    { If MaxRunTime is met before MaxCycles, script will terminate. Same Vise- versa }
     
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      writeln('Declaring Players');

      with Players[0] do
      begin
        Name := '';
        Pass := '';
        Nick := '';
        Pin := '';
        Active := True;
        BoxRewards := ['XP'];

        Booleans[1] := true;  //Buy?
        Integers[0] := 0; //Buy Amount
        Strings[0] := ''; //Buy Name, must be exact
        Strings[1] := ''; //Buy Price, min, med, or max

        Booleans[2] := true; //Sell
        Integers[1] := 0; //Sell amount
        Integers[2] := 1; //Item's Inventory spot
        Strings[2] := ''; //Sell Name
        Strings[3] := ''; //Sell Price, min, med, or max
       
        booleans[3] := true; //only collect when offer is finished
      end;

    end;

    proggys:
    POST EL PROGGIES NOA

    Credits:
    SandStorm - he made the GE price checker, and helped out with the script
    Baked - he also helped out
    Ian. - hes just to sexy to not be in the credits he also helped out

    feed back: i am open to any feed back, if its to say im awesome, how i can be improved(most preferred), or if its to say that i suck and should go an hero.
    Last edited by Awkwardsaw; 10-14-2009 at 12:59 AM.
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  2. #2
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    What is the point of using includes when you have a version that is the same thing without having to checkout...

  3. #3
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    because, i had one origionaly for personal use, to shorten scripts + organization, and i just decided to make scripts with it out of sheer lazyness, + line saving. then i figured i might as well transfer the functions over for a different one, although the one that use includes will be more updated.

    just to sum it all up, i'm weird and different, and do things my way, without any real reason
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  4. #4
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    so are you keeping this up to date? I think I might look at this and see if I can turn it into a solo mercher based script.

    for private use only, I wouldn't edit it and give it to everyone of course.

  5. #5
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    i havnt updated this since i realesed, so it may not be that good, so you may edit it at will. also if you dont mind, i can replace it with mine and give you half(or more) credit
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  6. #6
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    ok, I'll probably start updating it tomorrow after school. Then I'm going to look at all the codes and everything to understand how you make it work and everything, and the g/e include also (doing that a little bit now). I'll try to get a solo mercher out soon, I'll only take half credit, you can add it to your attatchments if you'd like when I finish, just put my name in first post and at top of script and I'll be happy .

  7. #7
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    ok, I'll probably start updating it tomorrow after school. Then I'm going to look at all the codes and everything to understand how you make it work and everything, and the g/e include also (doing that a little bit now). I'll try to get a solo mercher out soon, I'll only take half credit, you can add it to your attatchments if you'd like when I finish, just put my name in first post and at top of script and I'll be happy .
    mkay

    also, i might add in a socket type thing for ge updating or price getting later
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  8. #8
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    >.< forgot bout it the next day, well after I work on one script tomorrow, I'll go to this, I really wanted to work on this, can't believe I forgot, I'll put a reminder on my default scar script so I don't forget . Gimme a little bit because I been a little busy lately, might be doing stuff tomorrow, but if not, I should start updating tomorrow.

  9. #9
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    >.< forgot bout it the next day, well after I work on one script tomorrow, I'll go to this, I really wanted to work on this, can't believe I forgot, I'll put a reminder on my default scar script so I don't forget . Gimme a little bit because I been a little busy lately, might be doing stuff tomorrow, but if not, I should start updating tomorrow.
    nice to hear cant wait.

    i also forgot about it, once your done i might add/ change a few things too i guess
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  10. #10
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    k... why not just work on it together? I have a lot of homework lately, and last two days I was with my girlfriend, and 3 days ago, I finished I wanted to finish a script that I was working on then didn't feel like scripting anymore at the moment, and I'm currently doing homework... again. But when I finish, or tomorrow I'll start working on it, hard to find time though, but if you want we could update it, then think of things we could add to it.

  11. #11
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    k... why not just work on it together? I have a lot of homework lately, and last two days I was with my girlfriend, and 3 days ago, I finished I wanted to finish a script that I was working on then didn't feel like scripting anymore at the moment, and I'm currently doing homework... again. But when I finish, or tomorrow I'll start working on it, hard to find time though, but if you want we could update it, then think of things we could add to it.
    that sounds like a good idea i'll add you on msn
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  12. #12
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    finally updated, thanks to SandStorm and Baked

    post ALL feed back pl0x
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

Thread Information

Users Browsing this Thread

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

Posting Permissions

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