Okay well I was trying do warehouse laod like this:
Code:
[code]
//Code after korvacs >.<
public static void LoadTCWH(GameClient C)
{
C.MyChar.Warehouses.TCWarehouse.Clear();
MyIni wr = new MyIni(@"C:\Database\TCWH\" + C.MyChar.Name + ".ini");
byte i = wr.ReadByte("TC", "Count", 0);
if (i >= 1)
{
Item ii = new Item();
ii.ID = wr.ReadUInt32(i.ToString(), "ID", 0);
ii.Plus = wr.ReadByte(i.ToString(), "Plus", 0);
ii.Bless = wr.ReadByte(i.ToString(), "Bless", 0);
ii.Enchant = wr.ReadByte(i.ToString(), "Enchant", 0);
ii.Soc1 = (Item.Gem)wr.ReadByte(i.ToString(), "Soc1", 0);
ii.Soc2 = (Item.Gem)wr.ReadByte(i.ToString(), "Soc2", 0);
ii.UID = (uint)C.MyChar.Rnd.Next(10000000);
ii.MaxDur = ii.DBInfo.Durability;
ii.CurDur = ii.MaxDur;
C.MyChar.Warehouses.TCWarehouse.Add(ii);
i--;
}
C.MyChar.MyClient.LocalMessage(2000, "TwinCity Warehouse loaded!");
}
[/CODE]
It is just creating empty items >< I tried with UID, without UID, with MaxDur, without MaxDur, with CurDur, without CurDur. Nothing seems to work.
It saves fine and it counts how many items u have saved correctly, while trying to load.
But it just makes all the items empty.
Warehouse. 01/11/2010 - Conquer Online 2 - 3 Replies I was wondering if they still have a warehouse crack so we could open the warehouse without the password. I forgot my warehouse password and obviously i dont have a valid email for the wh..So can someone help me out here?
Warehouse pw 08/16/2009 - Conquer Online 2 - 20 Replies Is there an way the bypass orsomething warehouse pw there whas tread but i cant find it anymore .. plz help me!
Help with warehouse 04/17/2008 - Conquer Online 2 - 3 Replies Need a program to unlock the warehouse please.