Love Lock
Love Lock furniture: initiating and confirming the lock ceremony.
C→S 3775 - LoveLockStartConfirm
Nitro:
FRIEND_FURNI_CONFIRM_LOCKSource:
LoveLockStartConfirmEvent,FriendFurniConfirmLockMessageComposer
Body:
itemId: int
readBoolean: boolean
Confirms or declines a love lock ceremony for a specific love lock furniture item.
S→C 3753 - LovelockFurniStart
Nitro:
LOVELOCK_FURNI_STARTSource:LoveLockFurniStartComposer,LoveLockFurniStartEvent
Sent to start the love-lock furniture confirmation UI.
| Field | Type | Notes |
|---|---|---|
| furniId | int | Room item ID of the love-lock furniture |
| userId | int | Account ID of the initiating user |
| partnerId | int | Account ID of the partner |
Initiates the love lock ceremony, prompting both users to confirm.
S→C 382 - LovelockFurniFriendComfirmed
Nitro:
LOVELOCK_FURNI_FRIEND_COMFIRMEDSource:LoveLockFurniFriendConfirmedComposer,LoveLockFurniFriendConfirmedEvent
| Field | Type | Notes |
|---|---|---|
| furniId | int | Room item ID of the love-lock furniture |
Notifies that one of the two users has confirmed the love lock.
S→C 770 - LovelockFurniFinished
Nitro:
LOVELOCK_FURNI_FINISHEDSource:LoveLockFurniFinishedComposer,LoveLockFurniFinishedEvent
| Field | Type | Notes |
|---|---|---|
| furniId | int | Room item ID of the love-lock that has been completed |
Notifies both users that the love lock ceremony completed and the furniture is now locked.