• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Storage tfs 1.5 error

nefinoo

Carnage.flv
Joined
Sep 11, 2010
Messages
554
Solutions
1
Reaction score
61
Location
Lo Mochis, Sinaloa
[Warning - data/creaturescripts/scripts/login.lua] Invoking Creature:getStorageValue will return nil to indicate absence in the future. Please update your scripts accordingly.
[Warning - data/creaturescripts/scripts/login.lua] Invoking Creature:getStorageValue will return nil to indicate absence in the future. Please update your scripts accordingly.
Test has logged in.
 
Solution
E
that is not an error, just a warning, use nil isntead of -1 on set/getStorageValue scripts
it is very possible that you have more onLogin events in other scripts
If you have recently added new scripts to your datapack you should consider that perhaps one of them is the cause of the error
That guy mentioned onLogin because it is the main file, but there may be more

If you have made changes to the sources you should also consider telling us how much you have done to your sources.
 
Back
Top