This is of kinshi's thread (Trade for CoEmu v2)
how to define the TradeList? I got everything else.
just this one
Help will be appreciated!
how to define the TradeList? I got everything else.
just this one
Help will be appreciated!
CSocket.Client.TradeList = new Dictionary<int, Struct.ItemInfo>();
public Dictionary<int, Struct.ItemInfo> TradeList = new Dictionary<int, Struct.ItemInfo>();
hmm i added the trade things i didnt change something else and now im getting dced when i login ;o?Quote:
That is part of his Trade release, so you define trade list in the Client files ( no idea what the class is called. )PHP Code:CSocket.Client.TradeList = new Dictionary<int, Struct.ItemInfo>();
PHP Code:public Dictionary<int, Struct.ItemInfo> TradeList = new Dictionary<int, Struct.ItemInfo>();
ok but now i have it working if i put an item in the trade the other player dces ? Can u help me with that (Im getting no error in debugging mode or compiled one) if i put a item in so wuts the problemQuote:
That code won't cause it. Perhaps you should try debugging your application and see where it throws error; That is the most likely cause of dcing after adding code like that if you didn't change anything else