Jump to content

Error Sysser Server Side.


Recommended Posts

My problem is related to the power system in sysser of files is showing this error:

 

SYSERR: Oct 18 14:05:37 :: RunState: LUA_ERROR: [string "energy_sys"]:1: attempt to call global `getenergytime' (a nil value)
SYSERR: Oct 18 14:05:37 :: WriteRunningStateToSyserr: LUA_ERROR: quest energy_sys.make click
 
 
Someone could tell what error? and help me fix?
Link to comment
Share on other sites

Lua runs line by line, you need to define things before you use them.

 

Whereever you defined the function "getenergytime", try moving it higher up in the quest.

 

You may need this function in your game core. If it's already in your game core it may just need to be added to quest_functions list.

  • Love 1
Link to comment
Share on other sites

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.