
* Follow up to 2cfb844. * Adjusted the instance_db documentation. * Adjusted script command instance_announce to check when instance ID is 0 rather than -1 since instance IDs are stored as unsigned now. * Added a couple of checks when sending instance information to the client. * Fixed a compile warning.
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
// Instance Database
|
|
//
|
|
// Structure of Database:
|
|
// ID,Name,LimitTime,IdleTimeOut,EnterMap,EnterX,EnterY,Map2,Map3,...,Map255
|
|
//
|
|
// EnterMap is considered as Map1
|