WoW-Pro Guides

WoW-Pro Guides

3M Downloads

|P| profession tag

CodingDino opened this issue ยท 5 comments

commented

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.

commented

Added!

commented

:D thumbs up

Imma use this!

commented

Syntax: |P|Cooking 30|

The number is optional and is assumed to be 1 if not provided.

commented

So to clarify, there is no | between the level and the profession type, correct?

commented

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 :)