Forum > Level Design

[QUESTION] High Elv and Goblin for selected Player

<< < (2/4) > >>

Nic:
Yes thats the problem. I see this High Elves System by another Warcraft Server. They have hack patches but any player have the patch.

For them it was so:

You create an Bloodelf Character, then you log in the Game and logout. Then you create an Deathknight Character with the same skin color, same hair color, same hair types and same face. Then you log out of the game an wait 5Minuits.

The administrator make something in the Database or so. After 5 minutes you log in and the Bloodelf Character has blue Eyes.

Curas:
I think it's in the DB Character, in the table characters, there is an entry called Data are a lot of numbers. I think copy the entry from the Deathknight and replace it with the Bloodelven Entry, but this is just a guess. Just try it. Learning by doing is the motto.

Regards

Curas

Nic:
Its a good think Curas, but the trinity character db hasnt a data column =/

http://www.trinitycore.info/index.php?t ... acters_tc2

Curas:
Than I though it's playerBytes.


--- Code: ---  playerBytes

contains data about the skincolor,facestyle,hairstyle and haircolor of the character

    * skinColor = playerbytes  % 256
    * faceStyle = (playerbytes >> 8) % 256
    * hairStyle = (playerbytes >> 16) % 256
    * hairColor = (playerbytes >> 24) % 256
--- End code ---

Regards

Curas

Nic:
A good idea. I try it, but i see my character have blue eyes, the other player see the green eyes. It looks like that the eye colour is defined in the class. Why do i think? Because when i set the deathknigt to class "2" (Paladin) then the character have green eyes. When i set the bloodelf character class to "6" (Deathknigt) then he have blue eyes.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version