I have been putting off trying to mod it so it camps out when you finish the "exact" amount of items your suposed to make.
The idea here is if you run out of resources before you reach your set amount of items to make it will start a "camp to char. select" sequence.
When you run out of a resource it will try 20 times (by default) to continue crafting after that it will pop up a msg. box letting you know if you don't select a cancel logout option (button on msg box) then in 60 sec. it will camp out to your char. select screen.
Now when I am just leveling not making the finished items I normally set the amount of items to make to 900 (well over the resources I have) which was the entire purpose for me adding this addon.
You can change the number of times to try to craft by changing this line in the code:
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
If($retryCount > 20) Then
Change the 20 to 1-19. I use 2 for mine as for whatever reason I don't see any faster responce by using 1.
Again this was meant to campout when you run out of resources but I should have linked it so it camps you out also when you have crafted all your items.
Loraik