i GUESS
there is something wrong with the steed code as it don't contain the rare steeds so all of the rare(or even any steed not coded) will show as Lavender which is default for who server cant recognize
aka (switch case for all steed and default is Lavender steed)
and all this was just a guess from troubleshooting and experience and not a sure information , if public source i dont mind check the codes
but anyway packets sniffing + debugging will solve any problem in any decent source
i GUESS
there is something wrong with the steed code as it don't contain the rare steeds so all of the rare(or even any steed not coded) will show as Lavender which is default for who server cant recognize
aka (switch case for all steed and default is Lavender steed)
and all this was just a guess from troubleshooting and experience and not a sure information , if public source i dont mind check the codes
but anyway packets sniffing + debugging will solve any problem in any decent source
Any clue wich file in source i can find the Steed Code plz??
I already gave you the answer... You need to change the spawn entity packet so it writes the information for your steed color to the correct offset.
Tada!
OMG... thanks alot pro4never ... found the problem! had to change that:
Quote:
case Network.GamePackets.ConquerItem.SteedArmor:
if (!Free(Network.GamePackets.ConquerItem.Steed))
{
var item = TryGetItem(Network.GamePackets.ConquerItem.Steed);
Network.Writer.WriteUInt32(item.ID, 72, Owner.Entity.SpawnPacket);
}
break;
to that :
Quote:
case Network.GamePackets.ConquerItem.SteedArmor:
{
Network.Writer.WriteUInt32(0, 72, Owner.Entity.SpawnPacket);
break;
}
so you can close thread ... problem solved or let it open to help others with the same problem
Rare Steed/Mount breeding 05/06/2015 - Conquer Online 2 - 37 Replies I was searching a little at the file mounttype.dat(or something like that) and I found the following:
Color1=255
Color2=150
Color3=0
armor=8010000
Showrate=100
Need Tips For Lavender Steed 08/16/2010 - Conquer Online 2 - 0 Replies hello
Need Tips For Lavender Steed
Please do a good explanation!
[GUIDE] Get A Rare Steed (Client Side) 01/12/2010 - CO2 Guides & Templates - 5 Replies Like the title says, This is ClientSide only.
If you watched my Video in the Co2 Discussion section. You will see me riding around on 4 of the rare steeds with +12 gears on it.
NOTE*changing the breeds and changing the gears via this way, will not give you any extra bonus or anything. It is basically for your personal enjoyment.Just like the weapons and armor edits.The codes for each horse is listed below. Please Thank Me.
_________________________________________________ ___
...
Rare steed [More than just a Theory] 10/03/2009 - Conquer Online 2 - 8 Replies Hey guys, i never post but i read the forums allot.:rolleyes: Gathered together Allot of other ppls work and made up my own theory. *edit* Looking to be true *edit*
BIT OF INTRODUCTION TO STEEDS FOR EVERYONE THAT ISNT THAT INFORMED.
*edit*
Mounts or steeds have meny kinds but they are all formed from 3 basic colours : black, brown and white. when you compose a steed into another one the colour may change and get a new breed of steeds. When you compose a steed with Breeder in Twin City...
Rare Steed Thread. 08/12/2009 - Conquer Online 2 - 7 Replies I made this Thread so everyone who has made a Rare Steed can post how they made them. Also if anybody knows any links which show how to make Rare Steeds would be really appreciated. :D.