hi all PVPers ...
i try to fix the market warehouse man .He have 40 cell not 20 .i try to edit in code and finally fix it :D but when i close the tab and open it the game is freeze ... did any one can help me to fix this freeze ?
i edit in Character.cs
i make it
thanks .for help
sorry wrong section #request to move in Help Section
i try to fix the market warehouse man .He have 40 cell not 20 .i try to edit in code and finally fix it :D but when i close the tab and open it the game is freeze ... did any one can help me to fix this freeze ?
i edit in Character.cs
Code:
MAWarehouse = new ArrayList(20);
Count = BR.ReadByte();
for (byte i = 0; i < Count; i++)
{
Code:
MAWarehouse = new ArrayList(40);
Count = BR.ReadByte();
for (byte i = 0; i < Count; i++)
{
sorry wrong section #request to move in Help Section