Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 17:28

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

Advertisement



Steed color not showing to self

Discussion on Steed color not showing to self within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2023
Posts: 20
Received Thanks: 2
Steed color not showing to self

The color of my steed is not showing when I'm riding, it shows it fine on the item itself, but not for riding. It just shows the default purple one.

Is there something I'm missing or what? It shows to others fine as well, so it's only for oneself that it doesn't.

Ex. I ride a black steed (both black in inventory/equipment) and it shows as purple.

Patch is 5517 if anyone is curious or if that is relevant.
BarcodeReader is offline  
Old 03/09/2023, 20:54   #2
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,283
Received Thanks: 4,192
You're probably missing the steed's color values on the item (packet 1008). You can try the following offsets:

Red = 34 (or whatever your Blessed Dmg is)
Green = 36 (or whatever your Enchanted health is)
Blue = 40 (4 bytes after the previous)
Spirited is offline  
Old 03/09/2023, 22:29   #3
 
elite*gold: 0
Join Date: Mar 2023
Posts: 20
Received Thanks: 2
Quote:
Originally Posted by Spirited View Post
You're probably missing the steed's color values on the item (packet 1008). You can try the following offsets:

Red = 34 (or whatever your Blessed Dmg is)
Green = 36 (or whatever your Enchanted health is)
Blue = 40 (4 bytes after the previous)
Just tried that and it doesn't seem to change anything.

Offset 18 is 9830655 / 0x9600FF
Offset 34 is 150
Offset 36 is 0
Offset 40 is 255

Which should correspond to a black steed, right?

I even tried sending the packet when using the riding skill and that didn't do anything either.
BarcodeReader is offline  
Old 03/12/2023, 15:14   #4
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 943
Received Thanks: 408
Quote:
Originally Posted by BarcodeReader View Post
Just tried that and it doesn't seem to change anything.

Offset 18 is 9830655 / 0x9600FF
Offset 34 is 150
Offset 36 is 0
Offset 40 is 255

Which should correspond to a black steed, right?

I even tried sending the packet when using the riding skill and that didn't do anything either.


pintinho12 is offline  
Old 03/12/2023, 18:17   #5
 
elite*gold: 0
Join Date: Mar 2023
Posts: 20
Received Thanks: 2
Quote:
Originally Posted by pintinho12 View Post


That doesn't seem to be right for patch 5517.
BarcodeReader is offline  
Old 03/13/2023, 19:11   #6
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 943
Received Thanks: 408
Quote:
Originally Posted by BarcodeReader View Post
That doesn't seem to be right for patch 5517.
The packet structure is for 5187, the data filling is there
pintinho12 is offline  
Old 03/13/2023, 20:44   #7
 
elite*gold: 0
Join Date: Mar 2023
Posts: 20
Received Thanks: 2
Quote:
Originally Posted by pintinho12 View Post
The packet structure is for 5187, the data filling is there
Yes but I am already doing that as stated, so I'm guessing that my offsets are wrong or I am setting values wrong somehow.
BarcodeReader is offline  
Old 03/13/2023, 20:47   #8
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,283
Received Thanks: 4,192
Quote:
Originally Posted by BarcodeReader View Post
Yes but I am already doing that as stated, so I'm guessing that my offsets are wrong or I am setting values wrong somehow.
You are, yes. Else it would be working, hehe. So... You can't just take the offset values as they are... You need to actually understand what the offsets are and what you're setting. We both left information on what we're setting on our patches, so you can translate the offsets for the patch you're using.
Spirited is offline  
Old 03/13/2023, 21:07   #9
 
elite*gold: 0
Join Date: Mar 2023
Posts: 20
Received Thanks: 2
Quote:
Originally Posted by Spirited View Post
You are, yes. Else it would be working, hehe. So... You can't just take the offset values as they are... You need to actually understand what the offsets are and what you're setting. We both left information on what we're setting on our patches, so you can translate the offsets for the patch you're using.
No need to be snarky, I'm not new to co pserver development, nor am I new to programming. I already told you what I am setting at the offsets that you specified to be correct.

So your offsets are wrong as well, I tried them as both RGB and BGR and neither works.

So the offsets must be different or something.
BarcodeReader is offline  
Old 03/13/2023, 22:28   #10
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,283
Received Thanks: 4,192
Quote:
Originally Posted by BarcodeReader View Post
No need to be snarky, I'm not new to co pserver development, nor am I new to programming. I already told you what I am setting at the offsets that you specified to be correct.

So your offsets are wrong as well, I tried them as both RGB and BGR and neither works.

So the offsets must be different or something.
Lol, well aren't you just a bundle of joy... Maybe you should read my post before discounting it as me being snarky or belittling you somehow? Answer has been thrown in your face multiple times now.
Spirited is offline  
Old 03/14/2023, 14:15   #11
 
pintinho12's Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 943
Received Thanks: 408
Now that I read your message properly, I must tell you that you're looking into the wrong place.

10014 - MsgPlayer (5517 - From World Conquer V2)
Code:
public uint MountColor
        {
            get { return ReadUInt(139); }
            set { WriteUInt(value, 139); }
        }
pintinho12 is offline  
Reply


Similar Threads Similar Threads
Will trade Rare Steed Packs code for lavender steed fix
02/06/2012 - CO2 Private Server - 10 Replies
Hey all... I will trade Rare Steed Packs to the one who will really help me to fix of on screen steed look in source 5530. When riding other players see my steed Lavender but it is not a Lavender steed i wear ...like it is on screenshot--> I will trade those steed packs codes to the one who will really help me: Thanks in advanced :)
Steed Colorīs
06/07/2011 - Conquer Online 2 - 0 Replies
Hey guys, could anyone tell me how I make my own Star Steed or one of the Rar Steedīs. Please I dont need any of these answers: Yes. , No. , Try it alone. ,.... I tried everyday and at the end i got from a +1 Steed a +6 Steed Agate. And i didnt buy any other Steedīs. Only Saddlīs. Thanks for all replies & Help. =)
Steed Color Adresses in memory[Request]
01/28/2010 - Conquer Online 2 - 1 Replies
Hello I am looking for the memory addresses for steed color in the memory using Cheat Engine. So far I've found the red value. I need the green and blue value. If anyone can help me out I will give them the new formula for rare steeds. Thanks!



All times are GMT +1. The time now is 17:29.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

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