Project Zomboid

Project Zomboid

SSR: Quest System
Showing 21-30 of 69 entries
< 1  2  3  4  5  6  7 >
Update: 14 Jan, 2024 @ 12:38am

Hotfix (0573acc)

Changelog:
- fixed dupe exploit

Update: 5 Jan, 2024 @ 1:02am

Release (edc2943)

Changelog:
- added Brazilian Portuguese translation (thanks to Ratão)

Update: 4 Dec, 2023 @ 12:52am

Hotfix (3807683)

Changelog:
- fixed hidden choices not becoming visible on flag status change
- fixed longer image path (with `media/ui`) not working for portraits in dialogues
- renamed TaskManager variable for better compatibility with other mods

Update: 8 Nov, 2023 @ 3:46am

Hotfix (a80b48f)

Changelog:
- moved pre-init function to ssr-core to fix the exception that occurs when it's missing
- the information about quests/tasks state changes is now logged in verbose mode

Update: 30 Oct, 2023 @ 1:40am

Hotfix (b37c1db)

Changelog:
- fixed clipping of list entries in trade UI
- fixed trigger condition for "input number of item" modal dialog (e.g. items like cigarettes that contain 20 pieces per pack were treated as 20 separate items)

Update: 29 Oct, 2023 @ 2:11am

Hotfix (c9eaa27)

Changelog:
- fixed exception that occurs on attempt to print 3D avatar when NPC isn't spawned
- fixed RewardSelect action incorrectly resetting its state on load state via quest debugger
- fixed trade plugin related exploit

Update: 11 Oct, 2023 @ 1:51am

Hotfix (951cddb)

Changelog:
- beard color of mannequin npc now syncs with hair color if unspecified (if hair color is unspecified both will be black)
- fixed error message output for trade plugin (also plugin no longer throws an error if _inv script is missing)
- changed text of error that occurs when task doesn't belong to any quest

Update: 9 Oct, 2023 @ 1:51am

Release (8a43e5a)

Changelog:
- added furniture tile preview to trade UI
- added confirmination modal on attempt to barter when value of demands is lower than value of offerings
- fixed UI scaling for quest abandon and #start_ngp modal dialogs
- multiple context menu options created by ContextAction tasks at the same square are displayed correctly now

Update: 14 Sep, 2023 @ 1:56am

Hotfix (e9bedc9)

Changelog:
- improved management of items in stock/demands list that have number of 10 or greater
- fixed #restock not triggering progress save

Update: 13 Sep, 2023 @ 1:50am

Release (f29d3b4)

Changelog:
- implemented Trade plugin (mod_id: ssr-quests-e3)
- added #is_perk command (checks if perk level is greater or less than specified value)
- added scrollbar to the panel with character description
- fixed 3D portrait not being invalidated on respawn of the same NPC with different template
- fixed #has_item skipping argument checks when amount is not specified
- fixed being able to manually unlock event quests