L2 walker scripts for green, blue and red SA crystals.
========================================
GREEN
========================================
CALL(UsePots)
RETURN(0)
LABEL(UsePots)
ITEMCOUNT(Green soul Crystal,>,0)
{
MSG(Using Green Soul Crystal.)
USEITEM(Green Soul Crystal - Stage 0[ID=4640])
USEITEM(Green Soul Crystal - Stage 1[ID=4641])
USEITEM(Green Soul Crystal - Stage 2[ID=4642])
USEITEM(Green Soul Crystal - Stage 3[ID=4643])
USEITEM(Green Soul Crystal - Stage 4[ID=4644])
USEITEM(Green Soul Crystal - Stage 5[ID=4645])
USEITEM(Green Soul Crystal - Stage 6[ID=4646])
USEITEM(Green Soul Crystal - Stage 7[ID=4647])
USEITEM(Green Soul Crystal - Stage 8[ID=4648])
USEITEM(Green Soul Crystal - Stage 9[ID=4649])
DELAY(30000)
CALL(UsePots)
RETURN(0)
}
ITEMCOUNT(Green soul Crystal,<1>,0)
{
======================================
BLUE
======================================
MSG(Using Blue Soul Crystal.)
USEITEM(Blue Soul Crystal - Stage 0[ID=4651])
USEITEM(Blue Soul Crystal - Stage 1[ID=4652])
USEITEM(Blue Soul Crystal - Stage 2[ID=4653])
USEITEM(Blue Soul Crystal - Stage 3[ID=4654])
USEITEM(Blue Soul Crystal - Stage 4[ID=4655])
USEITEM(Blue Soul Crystal - Stage 5[ID=4656])
USEITEM(Blue Soul Crystal - Stage 6[ID=4657])
USEITEM(Blue Soul Crystal - Stage 7[ID=4658])
USEITEM(Blue Soul Crystal - Stage 8[ID=4659])
USEITEM(Blue Soul Crystal - Stage 9[ID=4660])
DELAY(30000)
CALL(UsePots)
RETURN(0)
}
ITEMCOUNT(Blue soul Crystal,<1>,0)
{
======================================
RED
======================================
MSG(Using Red Soul Crystal.)
USEITEM(Red Soul Crystal - Stage 0[ID=4629])
USEITEM(Red Soul Crystal - Stage 1[ID=4630])
USEITEM(Red Soul Crystal - Stage 2[ID=4631])
USEITEM(Red Soul Crystal - Stage 3[ID=4632])
USEITEM(Red Soul Crystal - Stage 4[ID=4633])
USEITEM(Red Soul Crystal - Stage 5[ID=4634])
USEITEM(Red Soul Crystal - Stage 6[ID=4635])
USEITEM(Red Soul Crystal - Stage 7[ID=4636])
USEITEM(Red Soul Crystal - Stage 8[ID=4637])
USEITEM(Red Soul Crystal - Stage 9[ID=4638])
DELAY(30000)
CALL(UsePots)
RETURN(0)
}
ITEMCOUNT(Red soul Crystal,<,1)
{
MSG(No Crystals!)
DELAY(30000)
CALL(UsePots)
RETURN(0)
}
======================================
Make sure u have 1 SA crystal!!
