this is essentially the base for the professor skill..
any better versions are gladly accepted.
automacro frost {
inventory "Blank Scroll" >= 1
inventory "Snail Shell" >= 3
run-once 1
call frost
}
macro frost {
do ss 1007
do send 8E 01 53 2F 00 00 00 00 00 00
release frost
}
automacro flame {
inventory "Blank Scroll" >= 1
inventory "Scorpion Tail" >= 3
run-once 1
call flame
}
macro flame {
do ss 1007
do send 8E 01 52 2F 00 00 00 00 00 00
release flame
}
automacro thunder {
inventory "Blank Scroll" >= 1
inventory "Rainbow Shell" >= 3
run-once 1
call thunder
}
macro thunder {
do ss 1007
do send 8E 01 55 2F 00 00 00 00 00 00
release thunder
}
automacro earth {
inventory "Blank Scroll" >= 1
inventory "Horn" >= 3
run-once 1
call earth
}
macro earth {
do ss 1007
do send 8E 01 54 2F 00 00 00 00 00 00
release earth
}
i hope this is useful x_x







