Beast Farm Walker Script

05/19/2008 05:44 xvipes#1
As much as i tried to search via google i couldn't find any solution to my problem.So here it is:

I want to make a script that will does the above:
Use Crystal (or) Golden spice at a monster,continue using it until the monster is x2 or x4 ( prefer x2) and then STOP using the spice until the monster is killed.
Then re use the previous thing only when he has a new target.

I only managed to randomly use spices with this script(yeah it sucks i know :P )

LABEL(Crystal)
USEITEm(Crystal Spice[ID=6644])
DELAY(17000)
JMP(Crystal)

By this it uses a crystal spice once every 17seconds.With this i managed to pop up a monster at X1 stage most of the times...

So is there any way to make a new script for x2 or x4 monsters? :D

Thanks for any reply.

P.S Can i use "IF" and "WHEN" commands at my script?
Like
When USESKILL (SPOIL) THEN
USEITEM(BLAHBLAH)
05/20/2008 00:14 Gins#2
id be interested in such a script too ^^