Hello mates, I just want some good advice on how to fix the error which the friend list will remove/gone after exiting the character.
Thank you..
This question is too vague. Do you mean the fact that it's not programmed at all and it's your job to do that, or are you getting some sort of error? Like, if it's just the fact that it's not saving... then you need to program that.
There are 2 basic things that you could think off:
1. You might not be saving it on the database;
2. You might not be sending it to the client on the login (which you can check on the database if the friendship has been saved)
There are 2 basic things that you could think off:
1. You might not be saving it on the database;
2. You might not be sending it to the client on the login (which you can check on the database if the friendship has been saved)
Thanks for your advice. actually I already done with the saving friends. And it's kind a bit weird when the player will exit the game then it will remove all the Friendlist. I will give you some update if I ever have some. By the way, thanks for the numver 2 advice.
public class MsgFriend : PacketStructure
{
public MsgFriend()
: base(PacketType.MSG_FRIEND, 56, 48)
{
}
public MsgFriend(byte[] pBuffer)
: base(pBuffer)
{
}
public uint Identity
{
get { return ReadUInt(4); }
set { WriteUInt(value, 4); }
}
public AssociateAction Type
{
get { return (AssociateAction) ReadByte(8); }
set { WriteByte((byte) value, 8); }
}
public bool Online
{
get { return ReadBoolean(9); }
set { WriteBoolean(value, 9); }
}
public string Name
{
get { return ReadString(16, 20); }
set { WriteString(value, 16, 20); }
}
}
Check the structure (this one is for 5080 and might work on lower)
public class MsgFriend : PacketStructure
{
public MsgFriend()
: base(PacketType.MSG_FRIEND, 56, 48)
{
}
public MsgFriend(byte[] pBuffer)
: base(pBuffer)
{
}
public uint Identity
{
get { return ReadUInt(4); }
set { WriteUInt(value, 4); }
}
public AssociateAction Type
{
get { return (AssociateAction) ReadByte(8); }
set { WriteByte((byte) value, 8); }
}
public bool Online
{
get { return ReadBoolean(9); }
set { WriteBoolean(value, 9); }
}
public string Name
{
get { return ReadString(16, 20); }
set { WriteString(value, 16, 20); }
}
}
Check the structure (this one is for 5080 and might work on lower)
thanks for this. but it's kinda weird on my friendlist. the save will work. It just that if you exit the conquer client. all the enemy and friendlist will be gone.
thanks for this. but it's kinda weird on my friendlist. the save will work. It just that if you exit the conquer client. all the enemy and friendlist will be gone.
Literally back to this:
Quote:
Originally Posted by pintinho12
There are 2 basic things that you could think off:
1. You might not be saving it on the database;
2. You might not be sending it to the client on the login (which you can check on the database if the friendship has been saved)
Remove Co popup at client exit 11/23/2011 - CO2 Guides & Templates - 8 Replies open your conquer.exe with a hex edit program search for text string co.9 change all web address and exitpopup to 0 or other value no more pop up i didnt change * only the actual text. may be less steps but this seems to work easily.:D
[5128] Remove exit-popup tutorial 05/22/2009 - CO2 Exploits, Hacks & Tools - 0 Replies Hi!
First of all, i want to thank r34p3rex for showing us how to do this.
And i also want to say that i am not going to copy and paste r34p3re's tutorial here xD.
This is for Conquer client version 5128
So, if you follow this tutorial correctly, you will remove the exit-popups from both play.exe and Conquer.exe.
I take no responsibility for your actions (broken clients, botjail, etc.)
So, to begin, you need a HEX editor, there are several out there which you can find on google...
How to remove the exit page (patch 5022) 07/06/2008 - CO2 Exploits, Hacks & Tools - 31 Replies Does TQ really expect us to take a survey everytime we're done playing? In their dreams xD
here's how to remove it
1. download XVI32
2. Open up Conquer.exe with XVI32
3. Hit Control+F and select text string. Search for "http://co.91.com/signout/"
4. The "h" of "http://co.91.com/signout" should be highlighed on the right side of the screen.
5. replace "http://co.91.com/signout/" with a string of a's (e.g. aaaaaaaaaaaaaaaaaaaaaaaa) by typing directly onto the right side
6. Click save...
can you help me remove pop up in exit?.. 05/25/2008 - Conquer Online 2 - 1 Replies please any one... i tried to download the edited conquer.exe in the hacks and tools forum but it wont work it says " gameinput.dll not found" please any suggestions or guide how to remove pop up in exit? its realy annoying.