|P| profession tag
CodingDino opened this issue ยท 5 comments
For profession specific quests, such as cooking, first aid, alchemy, etc. Detects whether the player has that profession, or possibly accepts a level as well. Example: |P|Cooking 10| would only display if the player had a cooking of level 10 or greater.
Syntax: |P|Cooking 30|
The number is optional and is assumed to be 1 if not provided.
Exactly, there's a space instead. It works just like the |L| tag, actually, which uses a space to separate the item ID and the number of the item needed to auto-complete.
The pipes (that's these things | ) are to denote separations between tags, not within a tag. I'd like to keep to that convention :)