We've noticed that you've been inactive for over 10 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
;if you want to train inscription then Set %x 462
;if you want to train Alchemy, Blacksmithing, Bowcraft, Carpentry, Tailoring, Tinkering then Set %x 493
;Set %x 462
Set %x 493
Display ok Craft one item!
waiting:
wait 3
if You_put_the in #sysmsg
goto Make
else
goto waiting
;script is waiting when you will choose and make something
Loop:
if #scnt > %wait
goto Make
if You_have_no in #sysmsg
{
Display You have no resources.
stop
}
if You_can't_make_it in #sysmsg
{
Display You can't make it.
stop
}
if world_save in #sysmsg
{
wait 30s
goto Make
}
if You_fail_to in #sysmsg
goto Make
if You_toss_the_failed in #sysmsg
goto Make
if You_put_the in #sysmsg
goto Make
if Your_skill_in in #sysmsg
goto Make
goto Loop
Make:
set #scnt 0
event Sysmessage '
event Macro 17
wait 15
click %x 455
goto Loop