spaceninjaserver / SpaceNinjaServer

A simple server for a small space ninja game
GNU General Public License v3.0
70 stars 39 forks source link

Purchasing items from Varzia does not consume Aya #555

Open VampireKitten opened 1 month ago

VampireKitten commented 1 month ago
2024-10-16T02:31:07:568 [0.1.0] debug:  purchase request {
  PurchaseParams: {
    Source: 18,
    StoreItem: '/Lotus/StoreItems/Weapons/Tenno/Rifle/BratonPrime',
    StorePage: '',
    SearchTerm: '',
    CurrentLocation: 'TradeHUB1',
    Quantity: 1,
    UsePremium: false,
    ExpectedPrice: 0
  },
  buildLabel: '2024.10.09.16.31/9tezi8eY3T7s1ZMKjhUbFA'
}
2024-10-16T02:31:07:570 [0.1.0] debug:  handling acquision of /Lotus/StoreItems/Weapons/Tenno/Rifle/BratonPrime
2024-10-16T02:31:07:572 [0.1.0] debug:  store category Weapons
2024-10-16T02:31:07:723 [0.1.0] debug:  currency changes  { currencyChanges: {} }

I'm unsure if this is a problem with the game or with the implementation of purchase requests.

Sainan commented 1 month ago

This might be related to #463