questDisplayStyle: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
m (Conversion script moved page QuestDisplayStyle to questDisplayStyle: Converting page titles to lowercase)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
; QuestDisplayStyle [<value>]
; questDisplayStyle [<[[References#flag|value]]>]
: Display style of total monsters killed during the quest.
: Display style of total monsters killed during the quest.


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