What can I do to help?
We need help from developers and the testing community to provide as much feedback as possible to make the conquer section even better. Please read these notes. You can also give us your feedback through this thread.
Why haven’t you responded to the mail I sent you?
I might be busy with something, you know I have a life too.
Why keep this community up-to-date?
Every forum has his own speciality, and so far known we got the best coders over here regarding to conquer.
Be sure if you help to qualify to these requirements:
- Don't give things away just like that try to explain them
- If you release a source of a higher patch then just give the basics to connect, they still have to learn now don't they?
okay will try it... thanks for all and i already know more somethings ...
also at packet processor is necessary to change case 1010 for case 10010
and change confirm login complete case 130 for 132 right?
I've been wondering from time to time and it's time to move on on this forum,
In this guide i will explain how to upgrade to 5156.
Let's check the following recent changes
What's the DHKey packet?
[B]There is a sort of encryption that waits for a value in a packet to continue with the authentication. It waits for 2 strings in this case (5156):
First : "A320A85EDD79171C341459E94807D71D39BB3B3F3B5161CA8 4894F3AC3FC7FEC317A2DDEC83B66D30C29261C6492643061A ECFCF4A051816D7C359A6A7B7D8FB\0"
Second "5"
You can simply send them by using the ManagedOpenSSL library and then use it like this:
Packet values There are some recent changes but the most needed packets at the moment to connect and move are :
First off all i will compare the functions of NewestCoServer of the packetbuilder, to CoEmu's.
NewestCoServer -> CoEmu
Then second of all this is how lengths and types work in the source:
To save some failures some time correct values of the packets (I'm gonna regret this ) :
**General
public static byte[] General(int Identifier, int Value1, int Value2, int Value3, int Value4, int Value5, Struct.DataType PacketType)
{
PacketBuilder Packet = new PacketBuilder(10010, 28);
Packet.Long(Identifier);
Packet.Long(Value1);
Packet.Long(Timer);
Packet.Long((int)PacketType);
Packet.Short(Value2);
Packet.Short(Value3);
Packet.Long(4);
return Packet.getFinal();
}
public static byte[] Walk(int Direction, int UID)
{
Random Rnd = new Random();
PacketBuilder Packet = new PacketBuilder(10005, 16);
Packet.Long(Direction);
Packet.Long(UID);
Packet.Long(Timer);
return Packet.getFinal();
}
Blocked IP's
See you later.
um why didnt u say u took it from and ? everything stays in there and like exactly as u said it..
also the game encryption of 5156 is on the new source.... very easy to get them.... just need to modify many things... also can it be converted from 5095 to 5017 right?
[Guide] Umlimited Nobility king and queens 5156 04/19/2010 - CO2 PServer Guides & Releases - 3 Replies ok first of all open your database and find this
Change the requirements for Duke and Prince to the same as Knight, Baron and Earl but with a increased amount required
Now change
else if (C.Nobility.ListPlace <= 3)
To
else if (C.Nobility.ListPlace <=9999)
[Help] Upgrading items (CoEmu v2) 09/05/2009 - CO2 Private Server - 4 Replies hi all!
i've got error whith this:
public static int NextEquipLevel(int ItemId)
{
int NewItem = ItemId;
Struct.ItemData Item = Nano.Items;
if(ArmorType(ItemId) == false || WeaponType(Convert.ToString(ItemId)) == 117)
{
[Guide]Upgrading (Upgrade Core) 08/28/2008 - Cabal Guides & Templates - 5 Replies edit by St!gmata:
Credits belong to: cabalwiki.com
Link: http://www.cabalwiki.com/wiki/Upgrading
Here a small guide how to use upgrade cores, wich u will get and what are the chances and penalties.
Upgrade Cores
Low Core: Increasing stats on equip lower then Titanium. Un-equip the item you are upgrading, right click on the Low Core and then left click on the item, if it's successful then your item will be +1. (Assuming it was 0)
Medium Core: Increasing stats on Titanium or lower...