[Request]Converting from DDS to PNG or BMP and vice versa 06/04/2014 - SRO Coding Corner - 2 Replies Hello~
I need a good program that converts DDS to PNG or BMP and vice versa cuz last time i used "Easy2Convert" the images looked like this:
http://i60.tinypic.com/1zchmjk.png
Requesting assistance about this matter cuz it bugged me for a lot of time now, thanks.
[Question n Request] Converting GC clients 01/14/2011 - Grand Chase - 12 Replies Is there a posibility to convert any Grand Chase Client
Example you have GC for Philippines is there any possibility to have a another copy and change it into NAGC or GCBR?? just asking
also can you also give me just Patcher of the follwong GC clients
North American Grand Chase and Grand Chase Brazil
thanks in advance for those who did an effort in sharing their patcher....
:handsdown:
[Request] The save for the Inventory after converting into ini. 01/22/2009 - CO2 Private Server - 46 Replies Does anyone know how to make the Inventory save all the items? Because when ever I disconnect or restart the server, the items in my inventory disappears.
This is what I have so far:
public static void SaveInventory(Character Charr)
{
Ini Cli = new Ini(System.Windows.Forms.Application.StartupPath + @"\characters\\" + Charr.Name + ".chr");
Cli.WriteString("Character", "Inventory", Convert.ToString(Charr.PackedInventory));
}