This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] High Elv and Goblin for selected Player  (Read 6038 times)

Nic

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
[QUESTION] High Elv and Goblin for selected Player
« on: November 13, 2010, 06:02:11 pm »
Hello,

after my other question was answered, i have a new question.

I would that some players can play a high elf, but i dont know how i can swap the blue eyes (from the deathknight skin) with the green bloodelf eyes.

I have the thought:

A player create an bloodelf character, now i would be "delet" the green eyes from the bloodelf and replace it with the blue eyes from the deathknight bloodelf. So the player have an High elves.

Would that work? On other servers it works


/edit better language
« Last Edit: November 14, 2010, 01:40:21 am by Admin »

Herbalism

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 81
    • View Profile
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #1 on: November 13, 2010, 06:55:24 pm »
I'm sorry, what?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Curas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 36
    • View Profile
    • http://worldofelysium.dyndns.org/
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #2 on: November 14, 2010, 02:31:44 am »
Blood Elven to High Elven Swap is simple.. I could give you my patch file, but goblins is not so easy as it seems, look at this guide and have fun dude. I did it, cost me three days.  :lol:

[spoiler:2ih57nhg][/spoiler:2ih57nhg]
[spoiler:2ih57nhg][/spoiler:2ih57nhg]

But an OffTopic Question, for what are you doing this? Just for fun or an server project?

Regards

Curas
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Nic

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #3 on: November 14, 2010, 11:06:52 pm »
Thanks, but there are only a few players playing high elves and not all players.
IIt is for a server project.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Curas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 36
    • View Profile
    • http://worldofelysium.dyndns.org/
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #4 on: November 15, 2010, 12:51:16 am »
Uh, ehm than take the deathknight-glow, but I've no idea what you have to replace and how to make it available to special players, maybe a special patch only for this players, but than you could take mine and give away that patch only to these special players which are chosen to play High Elves, but keep in mind that this players see all other blood elves as high elves.

Regards

Curas
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Nic

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #5 on: November 15, 2010, 01:36:43 pm »
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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Curas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 36
    • View Profile
    • http://worldofelysium.dyndns.org/
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #6 on: November 15, 2010, 03:18:20 pm »
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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Nic

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #7 on: November 15, 2010, 04:48:05 pm »
Its a good think Curas, but the trinity character db hasnt a data column =/

http://www.trinitycore.info/index.php?t ... acters_tc2
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Curas

  • Registred Member
  • Race Changer
  • *****
  • Posts: 36
    • View Profile
    • http://worldofelysium.dyndns.org/
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #8 on: November 15, 2010, 05:22:47 pm »
Than I though it's playerBytes.

Code: [Select]
 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

Regards

Curas
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Nic

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #9 on: November 15, 2010, 08:35:29 pm »
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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

zimbb

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 12
    • View Profile
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #10 on: December 29, 2010, 06:28:58 pm »
I`ve made a custom patch wich adds to game 4 new races: worgens, goblins, hi-elves, naga(or undead elf). If  u need it i can give you it.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Nic

  • Registred Member
  • Polygonshifter
  • *****
  • Posts: 52
    • View Profile
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #11 on: December 31, 2010, 02:01:17 am »
Thank you for your help, but the High Elf race is a special race for 1-2 player. I dont understand why other player see the green eyes when i change the database entrys... I see the blue eyes...the other player dont see them =/

The edit Character from own perspective:



The edit Character from the other perspective:

« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Gurluas

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 344
    • View Profile
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #12 on: April 17, 2012, 06:36:06 pm »
This is tied to some mysterious failsafe in the Server core, does anyone know how to disable it?
It also affects all custom skins such as Wildhammer etc.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Gurluas

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 344
    • View Profile
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #13 on: June 20, 2012, 01:04:40 am »
Bump, does no one know??
I know it is tied to Trinity core, and not the client.
Somewhere this failsafe exists that swaps all unnatural skins to skin 00
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Sirenesusa

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 22
    • View Profile
Re: [QUESTION] High Elv and Goblin for selected Player
« Reply #14 on: July 04, 2012, 11:04:08 am »
I know how you can do it :)

1. you need a patch that allows you to create a normale race use ALL DK skins, all have blue eyes.
2. then the player must say you, or best show a pic from his char, as he wanted and you rebuild this char with you admin acc, best is when only you have this patch, but you need so remove the dk glow
2. you pull this character on the player acc :) now he has a highelf :)

sry for my bad english :D but a question i know this start zone, are you from lythoria?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »