-
-
Notifications
You must be signed in to change notification settings - Fork 837
Freequests scripts #3097
Copy link
Copy link
Closed
Labels
Priority: MediumThis issue may be impactful and needs some attention.This issue may be impactful and needs some attention.Status: Pending TestThis PR or Issue requires more testingThis PR or Issue requires more testingType: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Metadata
Metadata
Assignees
Labels
Priority: MediumThis issue may be impactful and needs some attention.This issue may be impactful and needs some attention.Status: Pending TestThis PR or Issue requires more testingThis PR or Issue requires more testingType: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Priority
Medium
Area
What happened?
When a new player login, I'm getting this error
[2024-10-11 17:43:31.339] [error] Lua Script Error Detected
Interface: Main Interface
Script ID: (Unknown scriptfile)
Timer Event: Yes
Function: PlayerFunctions::luaPlayerSetStorageValue
Error Description: Storage key is nil
Stack Trace:
Storage key is nil
stack traceback:
[C]: in function 'setStorageValue'
...br-global/scripts\creaturescripts\customs\freequests.lua:409: in function <...br-global/scripts\creaturescripts\customs\freequests.lua:394>
[2024-10-11 17:43:33.342] [error] Lua Script Error Detected
Interface: Main Interface
Script ID: (Unknown scriptfile)
Timer Event: Yes
Function: PlayerFunctions::luaPlayerSetStorageValue
Error Description: Storage key is nil
Stack Trace:
Storage key is nil
stack traceback:
[C]: in function 'setStorageValue'
...br-global/scripts\creaturescripts\customs\freequests.lua:409: in function <...br-global/scripts\creaturescripts\customs\freequests.lua:394>
I'm using the latest canary, with the original freequests.lua script.
Anyone can help me?
What OS are you seeing the problem on?
Windows
Code of Conduct