Buying from Faction Vendors does not appear to consume Reputation #566
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am unsure if this also applies to any other rep vendors. Possibly related to #555 and #463?
I guess
Source: 2
is the relevant part here, maybe a bit of a special case, even.It seems that
Source: 2
may indicate any purchase made with reputation, as it's also on all these purchases from Old Man Suumbaat in Cetus.And it seems that the way purchases are handled is somewhat incorrect, as the request sent and how we process it don't match:
I'm assuming the price is pulled in some way from the
StoreItem
afterSource: 2
tells it to use rep, andSyndicateTag
is then used to know which faction's rep to reduce.Unsure if I should add it to this issue or make a new one, but it seems that Ticker (and presumably other vendors that consume resources?) uses
Source: 7
for Debt-Bonds. It even includes anExtraPurchaseInfoJson
, though no idea what it could be for: