Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.1.1 [BETA] #3

Merged
merged 15 commits into from
Jun 16, 2024
Merged

Version 0.1.1 [BETA] #3

merged 15 commits into from
Jun 16, 2024

Conversation

prooheckcp
Copy link
Owner

@prooheckcp prooheckcp commented Jun 16, 2024

📝Description

This PR fixes many of the bugs found in RoQuest as listed under. It also adds new events to the main RoQuest Server module.

🔧Changes

  • Added Functions

    • Quest:GetQuestObjectivesCount()
    • Quest:GetQuestObjectivesCompletedCount()
    • RoQuestServer:GetAvailableStaticQuests
    • Quest:GetTimeForUnavailable()
  • Added Events

    • RoQuestServer.OnTimeQuestAvailable
    • RoQuestServer.OnTimeQuestUnavailable
    • Quest.OnQuestObjectiveCompleted
    • RoQuestClient.OnQuestUnavailable
    • RoQuestServer.OnUnAvailableQuestChanged
    • RoQuestServer.OnAvailableQuestChanged
    • RoQuestServer.OnCompletedQuestChanged
    • RoQuestServer.OnDeliveredQuestChanged
    • RoQuestServer.OnInProgressQuestChanged
  • Fixes

    • Quest:GetTimeForAvailable()
    • Quest:IsObjectiveCompleted()
    • Fixing LifeCycles example
    • Adding error message for when PlayerData is in the wrong format
    • Fixed bug with player data not properly resetting
    • Fixed quest loading not calling proper event
    • Added error message for infinite yields with debug.traceback()
    • Fixing racing conditions by yielding until player data is ready

👣Next steps

No further steps are necessary

@prooheckcp prooheckcp added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Jun 16, 2024
@prooheckcp prooheckcp self-assigned this Jun 16, 2024
@prooheckcp prooheckcp merged commit a275ca0 into main Jun 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant