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.