-
Notifications
You must be signed in to change notification settings - Fork 7
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 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |
30 | |
31 | |
32 | |
33 |