Adversary Conversion Inbox Messages #2614

Open
opened 2025-08-13 09:52:32 -07:00 by VampireKitten · 5 comments
Contributor

When an Adversary such as a Kuva Lich or a Sister of Parvos is converted, you are supposed to receive an inbox message with the Sigil, whatever specific extra Adversary loot may be needed, and a message from the Adversary where they talk about your new partnership. Currently, these are missing, as only the vanquish messages are handled.

When an Adversary such as a Kuva Lich or a Sister of Parvos is converted, you are supposed to receive an inbox message with the Sigil, whatever specific extra Adversary loot may be needed, and a message from the Adversary where they talk about your new partnership. Currently, these are missing, as only the vanquish messages are handled.
Owner

I couldn't find any information about such a message, including in my own inbox. Could you provide more details?

I couldn't find any information about such a message, including in my own inbox. Could you provide more details?
Sainan added the
question
label 2025-08-13 09:56:34 -07:00
Author
Contributor

Here are examples of the Inbox messages I have access to from a live account:

  • Kuva Lich:
    image.png
  • Technocyte Coda:
    image.png
Here are examples of the Inbox messages I have access to from a live account: - Kuva Lich: ![image.png](/attachments/0ae7429e-970e-4c41-9a18-a61eaba9ae7f) - Technocyte Coda: ![image.png](/attachments/2358a3e2-5e8e-40fd-8b06-20b41dc05c42)
759 KiB
828 KiB
Author
Contributor

And this is the text for the Sister of Parvos one, pulled from the wiki:

FORMAL NOTICE OF PARTNERSHIP
[PLAYER NAME],

Notice is hereby given in accordance with the provisions of our association that a partnership be formed forthwith.

The partnership exists between [PLAYER NAME] (Party A) and [ADVERSARY NAME] (myself, Party B) by mutual consent.

It is hereby formalized that Party B sever all ties, now and in perpetuity, with the body known as The Corpus Board (Party C), and any and all associations with Parvos Granum (Party D). Party B avows they will no longer be associated with the conduit of any Corpus business and that Party B divests themselves of any and all outstanding obligations relating to Parties C and D.

The terms of this agreement are effective immediately.

Signed,
[ADVERSARY NAME]
And this is the text for the Sister of Parvos one, pulled from the wiki: ``` FORMAL NOTICE OF PARTNERSHIP [PLAYER NAME], Notice is hereby given in accordance with the provisions of our association that a partnership be formed forthwith. The partnership exists between [PLAYER NAME] (Party A) and [ADVERSARY NAME] (myself, Party B) by mutual consent. It is hereby formalized that Party B sever all ties, now and in perpetuity, with the body known as The Corpus Board (Party C), and any and all associations with Parvos Granum (Party D). Party B avows they will no longer be associated with the conduit of any Corpus business and that Party B divests themselves of any and all outstanding obligations relating to Parties C and D. The terms of this agreement are effective immediately. Signed, [ADVERSARY NAME] ```
Sainan added
unimplemented
and removed
question
labels 2025-08-13 10:00:15 -07:00
Owner

Could you give me a log of the message from inbox.php?

Could you give me a log of the message from inbox.php?
Author
Contributor

Technocyte Coda:

{
	sndr: "ZEKE_SHINY_MONITOR_ZIP.1999",
	msg: "/Lotus/Language/Kingpins/InboxBandConvertedBody",
	arg: [
		{
			Key: "LICH_NAME",
			Tag: "ZEKE_SHINY_MONITOR_ZIP.1999"
		}
	],
	att: [
		"/Lotus/StoreItems/Upgrades/Skins/Sigils/InfLichConvertedSigil",
		"/Lotus/Types/Items/ShipDecos/BoybandPosters/BoybandWhitePinkPoster",
		"/Lotus/Upgrades/Skins/Effects/InfestedLichEphemeraF"
	],
	sub: "/Lotus/Language/Kingpins/InboxBandConvertedSubject",
	icon: "/Lotus/Interface/Graphics/WorldStatePanel/Infested.png",
	highPriority: true,
	messageId: {
		$oid: "snip"
	},
	date: {
		$date: {
			$numberLong: "snip"
		}
	},
	r: true
},

Kuva Lich:

{
	sndr: "CULPUU OGG",
	msg: "/Lotus/Language/Kingpins/InboxKuvaConvertedBody",
	arg: [
		{
			Key: "LICH_NAME",
			Tag: "CULPUU OGG"
		}
	],
	att: [
		"/Lotus/StoreItems/Upgrades/Skins/Sigils/KuvaLichSigil"
	],
	sub: "/Lotus/Language/Kingpins/InboxKuvaConvertedSubject",
	icon: "/Lotus/Interface/Graphics/WorldStatePanel/Grineer.png",
	highPriority: true,
	messageId: {
		$oid: "snip"
	},
	date: {
		$date: {
			$numberLong: "snip"
		}
	},
	r: true
},
Technocyte Coda: ``` { sndr: "ZEKE_SHINY_MONITOR_ZIP.1999", msg: "/Lotus/Language/Kingpins/InboxBandConvertedBody", arg: [ { Key: "LICH_NAME", Tag: "ZEKE_SHINY_MONITOR_ZIP.1999" } ], att: [ "/Lotus/StoreItems/Upgrades/Skins/Sigils/InfLichConvertedSigil", "/Lotus/Types/Items/ShipDecos/BoybandPosters/BoybandWhitePinkPoster", "/Lotus/Upgrades/Skins/Effects/InfestedLichEphemeraF" ], sub: "/Lotus/Language/Kingpins/InboxBandConvertedSubject", icon: "/Lotus/Interface/Graphics/WorldStatePanel/Infested.png", highPriority: true, messageId: { $oid: "snip" }, date: { $date: { $numberLong: "snip" } }, r: true }, ``` Kuva Lich: ``` { sndr: "CULPUU OGG", msg: "/Lotus/Language/Kingpins/InboxKuvaConvertedBody", arg: [ { Key: "LICH_NAME", Tag: "CULPUU OGG" } ], att: [ "/Lotus/StoreItems/Upgrades/Skins/Sigils/KuvaLichSigil" ], sub: "/Lotus/Language/Kingpins/InboxKuvaConvertedSubject", icon: "/Lotus/Interface/Graphics/WorldStatePanel/Grineer.png", highPriority: true, messageId: { $oid: "snip" }, date: { $date: { $numberLong: "snip" } }, r: true }, ```
Sainan added the
pr'd for
label 2025-08-13 10:38:58 -07:00
Sign in to join this conversation.
No description provided.