Back on topic please.
Quote:
floor(0.9 * X) + floor(0.1 * Y) = Z
where:
X - color value (red, blue or green) of major steed (0-255)
Y - color value of minor steed (0-255)
Z - color value of new steed (0-255)
floor() - returns the largest integer less than or equal to a number
I think that they does not use an algorithm, I "bet" they have CQ_TABLE or a INI about the lineage.Quote:
Here's the algorithm, But how would we make this work with the NPC.
public static COPacket Breeding(uint UID)
{
return GeneralData(UID, 0x170, 0, 0, 0x7e);
}