◾Hide Unavailable Jobs
Solutions related to seeing jobs that a player shouldn't be able to join.
▸Solution
By default; most server owners wanted ALL jobs to show for all players, however, show as greyed out. If you do not wish for custom or unavailable jobs to display for a player unless they can actually become that job; do the following:
Open
lua\modules\arivia\cfg\sh_4_tabs.lua
Locate the setting
unavail.bShow
listed within thecfg.tabs.jobs
table
Set value to false
There is a bShow setting for each main section within this config file. Go through each one and set the value to false if you do not wish for jobs or items to show unless joinable or buyable.
▸Example
Last updated