Skip to content

RMC Store Service

michal-kapala edited this page Apr 7, 2024 · 25 revisions
  • 0x1 = GetSKUs
  • 0x2 = GetSKUsByID
  • 0x3 = BuyItem
  • 0x4 = AddItemToShoppingCart
  • 0x5 = RemoveItemFromShoppingCart
  • 0x6 = GetShoppingCart
  • 0x7 = CheckOut
  • 0x8 = EnterCoupons
  • 0x9 = RemoveUnusedCoupons
  • 0xA = GetOutstandingStoreTransactions
  • 0xB = GetShoppingDetails
  • 0xC = BuyWeaponAndAttachComponents
  • 0xD = BuyAndAttachComponents
  • 0xE = BuyAndRepairItem
  • 0xF = BuyAbilityWithUpgrades
  • 0x10 = BuyAndAttachUpgrades
  • 0x11 = InitiateBuyItem
  • 0x12 = CompleteBuyItem
  • 0x13 = CancelBuyItem
  • 0x14 = InitiateBuyWeaponAndAttachComponents
  • 0x15 = CompleteBuyWeaponAndAttachComponents
  • 0x16 = InitiateBuyAndAttachComponents
  • 0x17 = CompleteBuyAndAttachComponents
  • 0x18 = InitiateBuyAndRepairItem
  • 0x19 = CompleteBuyAndRepairItem
  • 0x1A = InitiateBuyAbilityWithUpgrades
  • 0x1B = CompleteBuyAbilityWithUpgrades
  • 0x1C = InitiateBuyAndAttachUpgrades
  • 0x1D = CompleteBuyAndAttachUpgrades
  • 0x1E = InitiateBuyArmourAndAttachInserts
  • 0x1F = CompleteBuyArmourAndAttachInserts
  • 0x20 = InitiateBuyAndAttachInserts
  • 0x21 = CompleteBuyAndAttachInserts

Custom RMC for shop transactions.

Method ID Method Name
1 GetSKUs
2 GetSKUsByID
3 BuyItem
4 AddItemToShoppingCart
5 RemoveItemFromShoppingCart
6 GetShoppingCart
7 CheckOut
8 EnterCoupons
9 RemoveUnusedCoupons
10 GetOutstandingStoreTransactions
11 GetShoppingDetails
12 BuyWeaponAndAttachComponents
13 BuyAndAttachComponents
14 BuyAndRepairItem
15 BuyAbilityWithUpgrades
16 BuyAndAttachUpgrades
17 InitiateBuyItem
18 CompleteBuyItem
19 CancelBuyItem
20 InitiateBuyWeaponAndAttachComponents
21 CompleteBuyWeaponAndAttachComponents
22 InitiateBuyAndAttachComponents
23 CompleteBuyAndAttachComponents
24 InitiateBuyAndRepairItem
25 CompleteBuyAndRepairItem
26 InitiateBuyAbilityWithUpgrades
27 CompleteBuyAbilityWithUpgrades
28 InitiateBuyAndAttachUpgrades
29 CompleteBuyAndAttachUpgrades
30 InitiateBuyArmourAndAttachInserts
31 CompleteBuyArmourAndAttachInserts
32 InitiateBuyAndAttachInserts
33 CompleteBuyAndAttachInserts
Clone this wiki locally