szumielxd

JobsTitleCFG

Oct 22nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. # Title configuration
  2. #
  3. # Stores the titles people gain at certain levels.
  4. # Each title requres to have a name, short name (used when the player has more than
  5. # 1 job) the colour of the title and the level requrirement to attain the title.
  6. #
  7. # It is recommended but not required to have a title at level 0.
  8. #
  9. # Titles are completely optional.
  10. # Posible variable are {level} to add current jobs level.
  11. # Optionaly you can set different titles based by job.
  12. # JobName: Miner
  13. Titles:
  14. Zoltodziob:
  15. Name: I
  16. ShortName: I
  17. ChatColour: YELLOW
  18. levelReq: 0
  19. Pocz:
  20. Name: II
  21. ShortName: II
  22. ChatColour: AQUA
  23. levelReq: 50
  24. Ogar:
  25. Name: III
  26. ShortName: III
  27. ChatColour: DARK_GREEN
  28. levelReq: 75
  29. Pro:
  30. Name: IV
  31. ShortName: IV
  32. ChatColour: GRAY
  33. levelReq: 0
  34. Zaw:
  35. Name: V
  36. ShortName: V
  37. ChatColour: DARK_PURPLE
  38. levelReq: 100
  39. Zaaw:
  40. Name: VI
  41. ShortName: VI
  42. ChatColour: RED
  43. levelReq: 125
  44. Epic:
  45. Name: VII
  46. ShortName: VII
  47. ChatColour: LIGHT_PURPLE
  48. levelReq: 150
  49. Legendary:
  50. Name: VIII
  51. ShortName: VIII
  52. ChatColour: GOLD
  53. levelReq: 200
Advertisement
Add Comment
Please, Sign In to add comment