This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The save variables of each profession are storing the recipies per character, using up way more memory than necessary.
Recipes should be stored as singletons, just once, with each character's trade skill just referencing a main recipe table. Recipes could be stored by spell ID.
This is a good idea. I will these implement on my next big version.
To post a comment, please login or register a new account.