[HELP] Converting INI To Sql 08/10/2010 - CO2 Private Server - 1 Replies Hey guys I have run into a problem converting my INI Source to Sql.
I am in the process of converting the NPCs from INI. I have converted the ini file thats the easy part but I am stuck on the spawning. I can get the NPCs to load but not to spawn..
**EDIT**
Just figured it out.
#Request Close
[Help]Converting... 02/02/2010 - CO2 Private Server - 4 Replies How to convert the packet
public static byte ItemLock(int ItemUID, int Type01, int Type02, int Series)
{
PacketBuilder Packet = new PacketBuilder(2048, 16);
Packet.Long(ItemUID);
Packet.Int(Type01);
Packet.Int(Type02);
Packet.Short(0);//where do u call ItemLock method
Packet.Long(Series);
Converting ! 10/24/2009 - CO2 Private Server - 13 Replies I want to know how to Convert a LOTF Source that is .ini into a Non ini Source Any Guides? Tips, ty.
Co B,c,
converting 01/27/2009 - Dekaron - 3 Replies when using winhex after you change the offsets u want
how do u convert the winhex file to the files that acclaim uses
is there a program? or do i have to get the full version of winhex to do this
Converting to ini's 01/10/2009 - CO2 Private Server - 8 Replies hey all
i heard that if u convert ur accounts and char table to ini's the login freeze will be gone so this is what i have already done
in database.cs
ChangeOnlineStatus
Remove from Friend
SaveChar
GetCharInfo
CreateCharacter
Authenticate