KnightOnline icon indicating copy to clipboard operation
KnightOnline copied to clipboard

QuestHelper / LevelingGuide missing

Open madpew opened this issue 8 years ago • 1 comments

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?

madpew avatar Sep 11 '17 08:09 madpew

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.

twostars avatar Sep 11 '17 08:09 twostars