questDisplayStyle: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 16: Line 16:
|Complete Log ([Quest Name (Quest ID)] Quest - defeated [Monster Name] progress (Count/Goal)).
|Complete Log ([Quest Name (Quest ID)] Quest - defeated [Monster Name] progress (Count/Goal)).
|}
|}
; Example
: [[File:questDisplayStyle.png]]
This option was added in [https://github.com/OpenKore/openkore/pull/3243 PR#3243]


[[Category:config.txt]]
[[Category:config.txt]]

Latest revision as of 18:53, 14 December 2024

questDisplayStyle [<value>]
Display style of total monsters killed during the quest.
Value Description
0 Disable Log.
1 Short Log (Monster Name [Count/Goal]).
2 Complete Log ([Quest Name (Quest ID)] Quest - defeated [Monster Name] progress (Count/Goal)).


Example
questDisplayStyle.png

This option was added in PR#3243