Forum/Support Market
Busy icon
I tried to withdraw the 0.33 I have accumulated in credit, but it only lets me withdraw in 1 refined increments. I can't add 0.66 either, so how can I get it?
Replies

ATM only deals with ref now because we can't afford the space at the moment (unless we discover how to do auto-craft..)

ATM only deals with ref now because we can't afford the space at the moment (unless we discover how to do auto-craft..
)
Assuming you're using SteamKit (https://bitbucket.org/VoiDeD/steamre), then this should get you started:

var msg = new ClientGCMsg<MsgGCCraft>();
msg.Body.Recipe = -2;
msg.Body.Items = 2;
msg.Write( itemId );
SteamContext.Instance.GameCoordinator.Send( msg, 440 );