Page:
Network.PropertyList
Pages
Home
Network.CMD_APPINIT
Network.CMD_APPRACTR
Network.CMD_DISAPPR
Network.CMD_LONGLOC
Network.CMD_PROP
Network.CMD_PROPREQ
Network.CMD_PROPSET
Network.CMD_PROPUPD
Network.CMD_REGOBJID
Network.CMD_ROOMCHNG
Network.CMD_SESSEXIT
Network.CMD_SESSINIT
Network.CMD_SHORTLOC
Network.CMD_TELEPORT
Network.CMD_TEXT
Network.CMD_WHISPER
Network.ObjectID
Network.PROP_ERROR
Network.Packet Commands
Network.PropertyList
Clone
3
Network.PropertyList
Wirlaburla edited this page 2023-09-29 15:07:19 -04:00
Table of Contents
A PropertyList is a list of properties assigned to objects.
| Name | Type | Required | Description |
|---|---|---|---|
| ID | Byte | ✗ | Identifies the variable the property is for. |
| Flag | Byte | ✗ | Refers to what purpose the property is for. |
| Access | Byte | ✗ | Defines the type of access. |
| Value | String | Bytes | ✗ |
ID
| ID | Server | Client | Name | Description |
|---|---|---|---|---|
| 1 | ✗ | APPNAME | Defines the name of the application. | |
| 2 | ✗ | ✗ | USERNAME | Account username. |
| 3 | ✗ | ✗ | PROTOCOL | Supported protocol version. |
| 4 | ✗ | ERROR | The error returned. | |
| 5 | ✗ | CHANNEL | Dimension to switch to. | |
| 5 | ✗ | ✗ | BITMAP | Avatar to display. |
| 6 | ✗ | ✗ | PASSWORD | Account password. |
| 7 | ✗ | ✗ | AVATARS | Number of drones to display nearby. |
| 8 | ✗ | UPDATETIME | Last time updated. | |
| 9 | ✗ | CLIENT | Client version. | |
| 10 | ✗ | ✗ | SERIAL | User account serial. |
| 11 | ✗ | ✗ | User account email. | |
| 12 | ✗ | ✗ | LOGONOFF | Force logging on or logging off. |
| 13 | ✗ | DURATION | Amount of time allowed online. | |
| 14 | ✗ | GUEST | Log in as a guest. | |
| 15 | ✗ | SERVERTYPE | Authentication type for server. | |
| 16 | ✗ | ✗ | BIZCARD | Dynamic server object with lines of text. |
| 20 | ✗ | ✗ | NEW_PASSWD | New password for user account. |
| 22 | ✗ | ✗ | PRIV | Account privileges and active plan. Used for VIP. |
| 23 | ✗ | ✗ | ASLEEP | Inactive or AFK (Away From Keyboard). |
| 24 | ✗ | EXTERNAL_HTTP_SERVER | Defines an external HTTP server for content. | |
| 25 | ✗ | SCRIPT_SERVER | Defines server to get scripts from. | |
| 26 | ✗ | SMTP_SERVER | Defines server to use for outgoing mail (SMTP)/ | |
| 27 | ✗ | MAIL_DOMAIN | Defines domain to use for mail. | |
| 28 | ✗ | ✗ | NEW_USERNAME | New username for user account. |
| 29 | ✗ | INTERNAL_HTTP_SERVER | Defines an internal/local HTTP server for content. | |
| 32 | ✗ | INVENTORY | Items available in inventory. |
Flags
Flags are one byte and specify the property type.
| Flag | Name | Description |
|---|---|---|
| 0 | None | NOOP |
| 16 | Binary | The value is transmitted the same way as a String but is parsed in bytes. |
| 32 | Finger | Handles dynamic objects in shared server states. |
| 64 | AutoUpdate | Unsure of exact purpose, but is used often for avatar changes and sleep. |
| 128 | DBStore | Unsure of exact purpose, but is used often for avatar changes and sleep. |
Access
| Access | Name | Description |
|---|---|---|
| 0 | None | NOOP |
| 1 | Possess | The object the property refers to possesses access. |
| 2 | Private | Only for the client. |
OldPropertyList
OldPropertyList is an older form of PropertyList that lacks the flag and access bytes, consisting of only properties with a type and value.
| Name | Type | Required | Description |
|---|---|---|---|
| ID | Byte | ✗ | Identifies the variable the property is for. |
| Value | String | ✗ |