Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Title configuration
- #
- # Stores the titles people gain at certain levels.
- # Each title requres to have a name, short name (used when the player has more than
- # 1 job) the colour of the title and the level requrirement to attain the title.
- #
- # It is recommended but not required to have a title at level 0.
- #
- # Titles are completely optional.
- # Posible variable are {level} to add current jobs level.
- # Optionaly you can set different titles based by job.
- # JobName: Miner
- Titles:
- Zoltodziob:
- Name: I
- ShortName: I
- ChatColour: YELLOW
- levelReq: 0
- Pocz:
- Name: II
- ShortName: II
- ChatColour: AQUA
- levelReq: 50
- Ogar:
- Name: III
- ShortName: III
- ChatColour: DARK_GREEN
- levelReq: 75
- Pro:
- Name: IV
- ShortName: IV
- ChatColour: GRAY
- levelReq: 0
- Zaw:
- Name: V
- ShortName: V
- ChatColour: DARK_PURPLE
- levelReq: 100
- Zaaw:
- Name: VI
- ShortName: VI
- ChatColour: RED
- levelReq: 125
- Epic:
- Name: VII
- ShortName: VII
- ChatColour: LIGHT_PURPLE
- levelReq: 150
- Legendary:
- Name: VIII
- ShortName: VIII
- ChatColour: GOLD
- levelReq: 200
Advertisement
Add Comment
Please, Sign In to add comment