KnightOnline
KnightOnline copied to clipboard
QuestHelper / LevelingGuide missing
It's just not implemented, the Files are there (UI: ka_levelguide_us, Datatable: help_us.tbl). There's no interaction with the server. This is a client-side feature.
- [ ] Load and show the UI from the "Q" Button (defined in UIStateBar)
- [ ] on search-press, filter the datatable according to the level and update the UI with the info
- [ ] make paging work
Should the Q-Button be hidden if the client can't load the UI or the help-table?
Should the Q-Button be hidden if the client can't load the UI or the help-table?
No, because that case is exceptional. Those cases won't (or shouldn't) happen when the client has all of its assets (if it doesn't already) and such behaviour is implemented. No real reason to (temporarily?) hide it.