|
You last visited: Today at 11:30
Advertisement
[Help]Converting From 5017 to 4267
Discussion on [Help]Converting From 5017 to 4267 within the CO2 Private Server forum part of the Conquer Online 2 category.
06/16/2010, 10:28
|
#1
|
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
|
[Help]Converting From 5017 to 4267
im trying to convert Extremely basic (but working/bugless) C# Source TO 4267 what all do i need to Chang to do this?
it goes into AuthReceive but it goes to see if it IsValidAccount but then clint disconnects as if it was not a VialidAccount but when im using Clint 5017 it connects Help with this please?
and are there any thang wrong with my CharINFO
Code:
public static byte[] CharacterInfo(GameClient Client)
{
Console.WriteLine(Client.Entity.Name + "geting his Info");
byte[] Packet = new byte[66 + Client.Spouse.Length + Client.Entity.Name.Length];
WriteUInt16((ushort)Packet.Length, Packet, 0);
WriteUInt16(1006, Packet, 2);
WriteUInt32(Client.Entity.UID, Packet, 4);
WriteUInt32(Client.Entity.Model, Packet, 8);
WriteUInt16(Client.Entity.HairStyle, Packet, 12);
WriteUInt32((uint)Client.Money, Packet, 16);
WriteUInt32(12, Packet, 20);//exp you have 12 exp
WriteUInt16(Client.Strength, Packet, 40);
WriteUInt16(Client.Agility, Packet, 42);
WriteUInt16(Client.Vitality, Packet, 44);
WriteUInt16(Client.Spirit, Packet, 46);
WriteUInt16(Client.StatPoints, Packet, 48);
WriteUInt16((ushort)Client.Entity.Hitpoints, Packet, 50);
WriteUInt16(Client.Mana, Packet, 52);
WriteUInt16(3, Packet, 54);//pkpoints there are 3 pk points
Packet[56] = Client.Entity.Level;
Packet[57] = Client.Job;
Packet[59] = (byte)Client.Entity.Reborn;
WriteStringWithLength(Client.Entity.Name, Packet, 63);
WriteStringWithLength(Client.Spouse, Packet, 65);
return Packet;
}
|
|
|
 |
Similar Threads
|
[?] Conversion 5017 to 4267
02/15/2010 - CO2 Private Server - 1 Replies
I have converted packets I know it is client sided issues, but when I go to log in I get some sort of error click the "Spoiler" below to see some pictures of it.
http://i46.tinypic.com/2u40hoh.jpg
If someone could help it would be well appreciated!
|
[?] 5017 to 4267
02/14/2010 - CO2 Private Server - 4 Replies
I haven't asked a question in a while. I am trying to convert the CharacterInfo packet to work on a 4267. I attempted to convert but I am still failing! So if anyone can help, it will be well appreciated thank you. Here is my attempt below.
public static byte CharacterInfo(GameClient Client)
{
byte Packet = new byte;
WriteUInt16((ushort)Packet.Length, Packet, 0);
WriteUInt16(1006, Packet, 2);
WriteUInt32(Client.Entity.UID,...
|
[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,
|
[RELEASE]Big Project..5095,5065,5017,5017 (command Server)
10/01/2009 - CO2 PServer Guides & Releases - 23 Replies
Hi,
Yes i made a big project with my self by my self i host i edit i control i code.
The Project contain 3 Co plvling Servers and 1 Command server the plvling servers are Snow Server and Treasure island .
snow server works with 5065 client and it have alot of edits , adds , well i have made 135 gears and you can upgrade it in market from De La Vega for 250k CPS for each item also you should get 1 blessing amulet to make dmg -1 and you can get it by killing 1000 Birdman or 1000 Snake man or...
|
All times are GMT +1. The time now is 11:33.
|
|