Icy Peak 1.4 - 5/30/06

exdeath

Member
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
 

Attachments

  • MeatFarm.ash
    13.6 KB · Views: 152

tedrock

New member
Re: Another Icy Peak Script ;) (v1.1 now)

wouldn't
Code:
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

Member
Re: Another Icy Peak Script ;) (v1.1 now)

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 :)
 
Top