log info
No edit summary |
(log info) |
||
| Line 16: | Line 16: | ||
:;desc : String - The text description of the objective, like: "Kill foo: 0/3" | :;desc : String - The text description of the objective, like: "Kill foo: 0/3" | ||
:;type : String - could be the following things: "item", "object", "monster", "reputation", or "event" | :;type : String - could be the following things: "item", "object", "monster", "reputation", "log", or "event". | ||
:;done : Boolean - ''nil'' if this sub objective is not completed yet, else 1 | :;done : Boolean - ''nil'' if this sub objective is not completed yet, else 1 | ||
| Line 30: | Line 30: | ||
-- returns eg. "monster", "Young Nightsaber slain", 1, 7, nil | -- returns eg. "monster", "Young Nightsaber slain", 1, 7, nil | ||
---- | |||
;''Notes'' | |||
The type "player" was added in WotLK, which is used by {{questlong|Alliance|80|No Mercy!}} and probably other quests. | |||
The type "log" was added sometime around patch 3.3.0, and seems to have replaced many instances of "event". | |||
Only ever found one quest, {{quest|The Thandol Span (3)|The Thandol Span}} that had an "object" objective. | |||