Skip to main content

Recycler

Eco-machine (recycler) - trading items for prizes.

C→S 1342 - ReloadRecycler

Nitro: RECYCLER_STATUS

Source: ReloadRecyclerEvent, GetRecyclerStatusMessageComposer

Requests the current status and prize configuration of the recycler machine.

Body: (empty)

C→S 2771 - Recycle

Nitro: RECYCLER_ITEMS

Source: 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_FINISHED Source: RecyclerCompleteComposer, RecyclerFinishedMessageEvent

FieldTypeNotes
recyclerFinishedStatusintRecycler completion status code
prizeIdintItem 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_PRIZES Source: RecyclerLogicComposer

FieldTypeNotes
countintNumber of recycler prize entries
[count × classId]intFurniture class ID for the prize
[count × name]stringPrize name
[count × type]stringPrize type string (e.g. "s", "i")

Delivers the list of possible prizes from the recycler machine.

S→C 3433 - RecyclerStatus

Nitro: RECYCLER_STATUS Source: ReloadRecyclerComposer, RecyclerStatusMessageEvent

FieldTypeNotes
recyclerStatusintRecycler status code
recyclerTimeoutSecondsintSeconds until recycler resets

Delivers the current recycler machine status code and the number of seconds until it resets.