Trade.Offer(TradeID, gold, platinum, quiet)
Trade.Offer(TradeID, gold, platinum, quiet)
Update the amount of gold and platinum in the trade. ( client view dosen't update )
Parameters
TradeIDInt32ID of the Trade (Default = -1: Pick latest active trade)
goldInt32Amount of Gold to offer
platinumBoolean
Int32Amount of Platinum to offer
quietBooleanSuppress output (Default: false - Show warning)
Return
BooleanTrue: Trade found, False: Trade not found