@dreadnought
Gee I dunno.
Maybe I already tried that
@zTek
At first I simply added
Quote:
|
client.Inventory.Add(700012, 1);
|
under
Quote:
|
client.Inventory.Remove(700011, 15);
|
That was a no brainer but surprisingly it didnt work and the error was no help. But all I needed to do to get it to work was add in "0" for some reason.
Quote:
|
client.Inventory.Add(700012, 0, 1);
|
What does the 0 represent? :S