Register for your free account! | Forgot your password?

You last visited: Today at 04:36

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Error] Prof EXP

Discussion on [Error] Prof EXP within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old 07/01/2022, 18:22   #16
 
Soulfly25's Avatar
 
elite*gold: 0
Join Date: Mar 2006
Posts: 599
Received Thanks: 69
Quote:
Originally Posted by thisismyaccountokay View Post
In 5517 I think they made packet 1104 MsgFlushExp obselete and instead you need to send the required maximum level as part of the MsgWeaponSkill (1025) packet at offset 16.



Double check if you're doing that or feel free to post the snippet of the packet here if you haven't already.
Thank you for this, but I don't know how to work on packets
Soulfly25 is offline  
Old 07/01/2022, 18:26   #17
 
elite*gold: 0
Join Date: Jan 2013
Posts: 89
Received Thanks: 27
Quote:
Originally Posted by Soulfly25 View Post
Yeah, Thank you for the help. The one we fixed earlier is already in the source at the first place, which is set to Max Experience 1M Exp Pts. I just edit to look like the experience pts from the client but it seems like you said the error is in the Conquer.exe which the weapon exp prof is set to 1,000,000 to all prof level.
Quote:
Originally Posted by Soulfly25 View Post
Thank you for this, but I don't know how to work on packets
If it is one of the public sources then post the snippet or the source and Ill go check out what needs to be changed to work on your version for this particular problem.
thisismyaccountokay is offline  
Old 07/01/2022, 19:16   #18
 
Soulfly25's Avatar
 
elite*gold: 0
Join Date: Mar 2006
Posts: 599
Received Thanks: 69
Quote:
Originally Posted by thisismyaccountokay View Post
If it is one of the public sources then post the snippet or the source and Ill go check out what needs to be changed to work on your version for this particular problem.
Do you mean this?

Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace COServer.Game.MsgServer
{
    public unsafe static partial class MsgBuilder
    {
        public static unsafe void GetProficiency(this ServerSockets.Packet stream, out MsgProficiency prof)
        {
            prof = new MsgProficiency();
            prof.ID = stream.ReadUInt32();
            prof.Level = stream.ReadUInt32();
            prof.Experience = stream.ReadUInt32();
            prof.UID = stream.ReadUInt32();
        }
        public static unsafe ServerSockets.Packet ProficiencyCreate(this ServerSockets.Packet stream, uint ID,uint Level, uint Experience, uint UID)
        {
            stream.InitWriter();
            stream.Write(ID);
            stream.Write(Level);
            stream.Write(Experience);
            stream.Write(UID);
            stream.Finalize(GamePackets.Proficiency);
            return stream;
        }
    }
    public class MsgProficiency
    {
        public uint ID;
        public uint Level;
        public uint Experience;
        public uint UID;
        public byte PreviouseLevel;
    }
}
Code:
        public static unsafe ServerSockets.Packet UpdateProfExperienceCreate(this ServerSockets.Packet stream, uint Experience, uint UID, uint ID)
        {
            stream.InitWriter();

            stream.Write(Experience);
            stream.Write(UID);
            stream.Write(ID);
            stream.ZeroFill(8);//unknow
            stream.Finalize(GamePackets.UpgradeSpellExperience);
            return stream;
        }
Soulfly25 is offline  
Reply


Similar Threads Similar Threads
Windows 7 Prof. 32Bit auf Windows 7 Prof. 64 Bit
07/11/2013 - Technical Support - 8 Replies
Hey, ich habe die Professional-Version von Windows 7 32 Bit auf meinem Rechner. Da ich aber den Arbeitsspeicher/RAM von 4 Gigabyte auf 8 Gigabyte erweitern will, habe ich mich entschieden mir eine 64 Bit-Version von Windows 7 Professional zu kaufen. 1. Muss ich beim Kauf auf irgendetwas schauen? Ich hätte diese Version gekauft: Windows 7 Professional 64 Bit Deutsch SB Version für wiederaufbereitete PCs: Amazon.de: Software Wenn es die falsche Version ist, teilt mir das bitte mit. 2. Was...
Prof Exp?
08/03/2009 - CO2 Private Server - 0 Replies
I was wondering if anyone knew how to change prof exp or at what pct it levels at in binarys? If you know please tell me =)
Weapon prof exp [question]
01/16/2009 - Conquer Online 2 - 11 Replies
Heya peeps, I was thinking, there is a 'best exp for weapon profiency', since you i.e.: from lvl 7-8 you get .001 pct at pheasants, at lvl 75, and you get .50 pct at hill monsters, at lvl 75. Is there any way of working out what the best "playerlevel(or maybe potency) - monster level (or potency) relation is?" If you know it, or have an idea, speak! :D
[PSERVER] 5k EXP 5k PROF
12/20/2008 - CO2 Private Server - 4 Replies
delete plz this is not me posting these pointless topic its my bro =.= i changed pass



All times are GMT +1. The time now is 04:37.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.