Master Teasonai (PoE): Standing doesn't get reduced accurately if purchase quantity is higher than 1 #1945

Closed
opened 2025-05-01 03:41:00 -07:00 by Animan8000 · 0 comments
Contributor

In the log I purchased one item 10x and once time 1x. It doesn't seem to consider the quantity and the standing price/amount is the same as 1x. E.g. 10x Vasca Curative is supposed to cost 5K standing, but for some reason it uses only 500 standing (same price of just 1x of that item).

2025-05-01T12:35:28:736 [0.1.0] debug:  purchase request {
  PurchaseParams: {
    Source: 2,
    StoreItem: '/Lotus/StoreItems/Types/Restoratives/CatbrowVampireDisinfect',
    StorePage: '',
    SearchTerm: '',
    CurrentLocation: '',
    Quantity: 10,
    UsePremium: false,
    ExpectedPrice: 0,
    SyndicateTag: 'CetusSyndicate',
    UseFreeFavor: false
  },
  buildLabel: '2025.03.27.08.48/Kkdh3xzBM-TA6vNDBH-aHQ'
}
2025-05-01T12:35:28:737 [0.1.0] debug:  handling acquision of /Lotus/StoreItems/Types/Restoratives/CatbrowVampireDisinfect
2025-05-01T12:35:28:739 [0.1.0] debug:  store category Types
2025-05-01T12:35:28:740 [0.1.0] debug:  type category Restoratives
2025-05-01T12:35:28:899 [0.1.0] http:   POST /api/purchase.php?accountId=67d1c4cf77322d1aed16f26c&nonce=6648357968621313&ct=MSI 200 238.312 ms - 171
2025-05-01T12:35:31:877 [0.1.0] debug:  purchase request {
  PurchaseParams: {
    Source: 2,
    StoreItem: '/Lotus/StoreItems/Types/Restoratives/CatbrowVampireDisinfect',
    StorePage: '',
    SearchTerm: '',
    CurrentLocation: '',
    Quantity: 1,
    UsePremium: false,
    ExpectedPrice: 0,
    SyndicateTag: 'CetusSyndicate',
    UseFreeFavor: false
  },
  buildLabel: '2025.03.27.08.48/Kkdh3xzBM-TA6vNDBH-aHQ'
}
2025-05-01T12:35:31:878 [0.1.0] debug:  handling acquision of /Lotus/StoreItems/Types/Restoratives/CatbrowVampireDisinfect
2025-05-01T12:35:31:880 [0.1.0] debug:  store category Types
2025-05-01T12:35:31:881 [0.1.0] debug:  type category Restoratives
2025-05-01T12:35:32:042 [0.1.0] http:   POST /api/purchase.php?accountId=67d1c4cf77322d1aed16f26c&nonce=6648357968621313&ct=MSI 200 240.125 ms - 170
2025-05-01T12:35:32:212 [0.1.0] http:   GET /api/hub?accountId=67d1c4cf77322d1aed16f26c&level=ALTCETUSHUB4_NA_EN_0&version=10&regionId=NORTH_AMERICA 200 0.179 ms - 20
In the log I purchased one item 10x and once time 1x. It doesn't seem to consider the quantity and the standing price/amount is the same as 1x. E.g. 10x Vasca Curative is supposed to cost 5K standing, but for some reason it uses only 500 standing (same price of just 1x of that item). ``` 2025-05-01T12:35:28:736 [0.1.0] debug: purchase request { PurchaseParams: { Source: 2, StoreItem: '/Lotus/StoreItems/Types/Restoratives/CatbrowVampireDisinfect', StorePage: '', SearchTerm: '', CurrentLocation: '', Quantity: 10, UsePremium: false, ExpectedPrice: 0, SyndicateTag: 'CetusSyndicate', UseFreeFavor: false }, buildLabel: '2025.03.27.08.48/Kkdh3xzBM-TA6vNDBH-aHQ' } 2025-05-01T12:35:28:737 [0.1.0] debug: handling acquision of /Lotus/StoreItems/Types/Restoratives/CatbrowVampireDisinfect 2025-05-01T12:35:28:739 [0.1.0] debug: store category Types 2025-05-01T12:35:28:740 [0.1.0] debug: type category Restoratives 2025-05-01T12:35:28:899 [0.1.0] http: POST /api/purchase.php?accountId=67d1c4cf77322d1aed16f26c&nonce=6648357968621313&ct=MSI 200 238.312 ms - 171 2025-05-01T12:35:31:877 [0.1.0] debug: purchase request { PurchaseParams: { Source: 2, StoreItem: '/Lotus/StoreItems/Types/Restoratives/CatbrowVampireDisinfect', StorePage: '', SearchTerm: '', CurrentLocation: '', Quantity: 1, UsePremium: false, ExpectedPrice: 0, SyndicateTag: 'CetusSyndicate', UseFreeFavor: false }, buildLabel: '2025.03.27.08.48/Kkdh3xzBM-TA6vNDBH-aHQ' } 2025-05-01T12:35:31:878 [0.1.0] debug: handling acquision of /Lotus/StoreItems/Types/Restoratives/CatbrowVampireDisinfect 2025-05-01T12:35:31:880 [0.1.0] debug: store category Types 2025-05-01T12:35:31:881 [0.1.0] debug: type category Restoratives 2025-05-01T12:35:32:042 [0.1.0] http: POST /api/purchase.php?accountId=67d1c4cf77322d1aed16f26c&nonce=6648357968621313&ct=MSI 200 240.125 ms - 170 2025-05-01T12:35:32:212 [0.1.0] http: GET /api/hub?accountId=67d1c4cf77322d1aed16f26c&level=ALTCETUSHUB4_NA_EN_0&version=10&regionId=NORTH_AMERICA 200 0.179 ms - 20 ```
Animan8000 changed title from Master Teasonai (PoE): Standing doesn't get used reduced accurately if purchase quantity is higher than 1 to Master Teasonai (PoE): Standing doesn't get reduced accurately if purchase quantity is higher than 1 2025-05-01 03:41:30 -07:00
Sainan added the
bug
label 2025-05-01 04:05:48 -07:00
Sainan added the
pr'd for
label 2025-05-01 04:07:17 -07:00
Sign in to join this conversation.
No description provided.