Search found 2 matches

by agente001
Tue Feb 26, 2008 9:07 am
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 50748

Re: Fiesta bot

;/ What and where should I type to make it a knight script instead of cleric?

look what i just did:
class = CLASS_KNIGHT; -- class determins the logic to take
HP_restamt = 300; -- HP to rest at (not used for cleric's)
HP_potion = 200; -- Use a HP potion (or heal skill for cleric)
HP_stone = 299 ...
by agente001
Tue Feb 26, 2008 7:14 am
Forum: MicroMacro scripts
Topic: Fiesta bot
Replies: 71
Views: 50748

Re: Fiesta bot

First of all I want to say that the program is amazing, and very clever! Congratulations!

I have a problem when I set my fighter to spam skills at fight. In fact, my knight isn't spamming any skill. I already double checked if my skills are correctly assigne. It seems they are.
-- EDIT THESE ...