PDA

View Full Version : Icy Peak 1.4 - 5/30/06



exdeath
05-08-2006, 06:52 AM
I decided to stop putting my meat farmer here. I still update it for my clan multie, but it makes multie abuse too easy now.

Anyway here is the old version (which should still work, but it needs some work)

Just look through the various sections to see what needs configured. It's mostly all in the top and at the food and booze sections. Each section will tell you if it has stuff that can be configured.

It buys / eats food
Buffs
Adventures
Gets Ode
Drinks

tedrock
05-11-2006, 05:42 AM
wouldn't

if (item_amount(food) >= foodconsume)
{
use (foodconsume,food);
}
else
{
buy ((foodconsume - item_amount(food)),food);
use (foodconsume,food);
}
//end of food 1
make more sense since it only buys the required amount...?
I doubt my coding is right but you get the idea.

exdeath
05-11-2006, 05:56 AM
very true :) I should change that around.

Edit: I'll upload it in a little bit after I test it. The MP outfit will only equip now if you're casting it. I just threw an extra if in & it should work.

And your code is right :)