// RVA: 0xF91EE4 Offset: 0xF91EE4 VA: 0xF91EE4
public SeafarerOffer CreateOffer(string itemId, int amount, int price, bool p_allianceOnly, bool post = True) { }
How can I change only "int price" value to 0 with the Offset?
If I change the Offset to 0, all other values in the Offset are also changed.
This is for sell Goods for 0 coin.