Recycler
Eco-machine (recycler) - trading items for prizes.
C→S 1342 - ReloadRecycler
Nitro:
RECYCLER_STATUSSource:
ReloadRecyclerEvent,GetRecyclerStatusMessageComposer
Requests the current status and prize configuration of the recycler machine.
Body: (empty)
C→S 2771 - Recycle
Nitro:
RECYCLER_ITEMSSource:
RecycleEvent,RecycleItemsMessageComposer
Body:
count: int
readInt: int
Submits a set of inventory items to the recycler machine in exchange for a random prize.
S→C 468 - RecyclerFinished
Nitro:
RECYCLER_FINISHEDSource:RecyclerCompleteComposer,RecyclerFinishedMessageEvent
| Field | Type | Notes |
|---|---|---|
| recyclerFinishedStatus | int | Recycler completion status code |
| prizeId | int | Item ID of the recycler prize awarded |
Notifies that a recycler machine has finished processing and is ready to dispense a prize.
S→C 3164 - RecyclerPrizes
Nitro:
RECYCLER_PRIZESSource:RecyclerLogicComposer
| Field | Type | Notes |
|---|---|---|
| count | int | Number of recycler prize entries |
| [count × classId] | int | Furniture class ID for the prize |
| [count × name] | string | Prize name |
| [count × type] | string | Prize type string (e.g. "s", "i") |
Delivers the list of possible prizes from the recycler machine.
S→C 3433 - RecyclerStatus
Nitro:
RECYCLER_STATUSSource:ReloadRecyclerComposer,RecyclerStatusMessageEvent
| Field | Type | Notes |
|---|---|---|
| recyclerStatus | int | Recycler status code |
| recyclerTimeoutSeconds | int | Seconds until recycler resets |
Delivers the current recycler machine status code and the number of seconds until it resets.