Commit Graph

13 Commits

Author SHA1 Message Date
e8095e2711 Added in world location markers 2024-12-08 16:12:06 +00:00
b1d6bdee0e Added in 3 quests into the quest data table
Added in the 2 main quests and one side quest i designed for the prototype into the table and are ready to be added into the game itself
2024-11-28 17:36:05 +00:00
c533a91f92 Finished a few final bugs again
Fixed tracker bugs, made stages usable and made auto complete quests.
2024-11-15 16:28:10 +00:00
29548d64c1 Fixed Tracker Widget to update when completing objective steps
added a few nodes to the tracker widget so that it would update your progress when completing a part of an objective
2024-11-14 18:21:25 +00:00
8d2cebad03 Created Auto Accept quest feature
Added in a quest giver actor which is the actor that allows for the auto accept quests to happen, changed all quest related widgets to allow for this to happen, added a new quest to test this feature out that is accepted on begin play
2024-11-14 17:18:43 +00:00
a9ca69103d Created Quest rewards system
Added in a quest rewards widget and added a few functions to other related blueprints to allow the player to receive rewards from finishing quests.
2024-11-14 13:47:51 +00:00
831e3765c1 Created test objective: inventory
Created an objective that checks for items in a players inventory
2024-11-12 17:28:24 +00:00
2649f59608 Updated objectives to allow for location objectives
Added objective data to quest data system and added in a location notification and marker as well
2024-11-08 20:57:40 +00:00
a98aa8a310 Updated widgets to allow for kill objectives
Created the first test kill objective and added in test dummy npc
2024-11-08 20:26:32 +00:00
ed0cfc13a5 Updated Quest Log Widgets and Quest base Actor
I have updated the widgets and quest base actor to read updated objective progress and check or uncheck the quest log check box if the objective has been completed or not
2024-11-08 17:31:36 +00:00
ca9f0c9a94 Created quest log objectives widget
I created a quest objective widget where you can see your objective and progress, and then implemented this widget onto the quest log and the quest giver widgets.
2024-11-07 20:24:02 +00:00
855feaa1e7 Created quest log
I added multiple widgets and edited current assets to create the quest log widget, it allows from quests to be added to the log and for the player to read the quest details and explore them.
2024-11-07 16:42:58 +00:00
45d2a1c920 Created Base Quest system assets
I created multiple blueprint structures, Enums and data tables, all housing necessary information for the quest system in the game.
2024-11-05 18:46:59 +00:00