RMC Inventory Service Notifications - zeroKilo/GROBackendWV GitHub Wiki

RMC Inventory Service Notifications

1011 : 1 - Unknown

Sends manager event 151 handled by RDV_cl_ConsumableModel::OnManagerEvent. Likely signals item consumption.

Notification format

  • param1 is used
  • param2 is used

Emitted bus events

  • 27:1
  • 27:2

Listeners

Unknown

1011 : 2 - ExpireItem

Displays a pop up on item expiration.

Notification format

  • param1 is read, unused
  • param2 is read, unused

Emitted bus events

  • 14:4

Listeners

  • AI_ExpiredPopUp
  • AI_GlobalUI

1011 : 3 - Unknown

Triggers GetUserInventoryByInventoryIds. Bag type 0 also triggers an inventory page update.

Notification format

  • param1 is userItemId
  • param2 is slotId
  • param3 is armorTierId/abilityUpgradeId (if applicable)
  • paramString is durability

Emitted bus events

  • 14:5-11 (one of)

Listeners

  • AI_InventoryPage (14:5)
  • AI_ExpiryWidget (14:5)
  • AI_CharacterSelectionModel (14:9-11)

1011 : 4 - LoadoutItemChanged

Notification format

Refreshes inventory grid and loadout when the item is selected.

  • param1 is userItemId
  • param2 is templateItemId

Emitted bus events

  • 14:18

Listeners

  • AI_InventoryPage

1011 : 5 - ExtendItemDurability

Notification format

  • param1 is inventoryId
  • param2 is slotId
  • paramString is durability boost (integer)

Emitted bus events

  • 14:20

Listeners

Unknown