Thread: Tradeskills
View Single Post
  #1  
Old 07-01-2010, 03:15 AM
Tharkun
Hill Giant
 
Join Date: Aug 2009
Posts: 125
Default

FOUND IT!!!!

Code:
// must_learn:
 	//  bit 1 (0x01): recipe can't be experimented
 	//  bit 2 (0x02): can try to experiment but not useable for auto-combine until learnt
 	//  bit 5 (0x10): no learn message, use unlisted flag to prevent it showing up on search
 	//  bit 6 (0x20): unlisted recipe flag
Can this be added to the below wiki please and thank you

http://www.eqemulator.net/wiki/wikka...adeskillrecipe

I'm still digging through the code for the how the checks for the TS Objects are handled.
Reply With Quote