Thanks for the awesome guide! There's just one thing: In the "Adding Gold Made" section you mentioned that, to calculate the gp gained, you need to multiply the amount of items made by their price:
gpGained = itemsMade - costOfItem;
But in this case it's subtracting, and not multiplying, isn't it? Needs to be changed to:
gpGained = itemsMade * costOfItem;
I've been actively making scripts for the past two weeks and plan on continuing, but don't have money atm. Winning VIP would help me immensely by jump starting my plans on building a real gold farm, which is a slow process at the beginning.