Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] <@569500392027848715>Yes, I found that out too.

[DiscordArchive] <@569500392027848715>Yes, I found that out too.

[DiscordArchive] <@569500392027848715>Yes, I found that out too.

rektbyfaith
Administrator
0
10-01-2023, 08:23 AM
#1
Archived author: Krutok • Posted: 2023-10-01T08:23:51.217000+00:00
Original source

<@569500392027848715>Yes, I found that out too.
Can I split the C++ code so that I can specify different glyphs for specific looks?
rektbyfaith
10-01-2023, 08:23 AM #1

Archived author: Krutok • Posted: 2023-10-01T08:23:51.217000+00:00
Original source

<@569500392027848715>Yes, I found that out too.
Can I split the C++ code so that I can specify different glyphs for specific looks?

rektbyfaith
Administrator
0
10-01-2023, 08:25 AM
#2
Archived author: Alistar • Posted: 2023-10-01T08:25:46.738000+00:00
Original source

<@401001107742130187> yeah
rektbyfaith
10-01-2023, 08:25 AM #2

Archived author: Alistar • Posted: 2023-10-01T08:25:46.738000+00:00
Original source

<@401001107742130187> yeah

rektbyfaith
Administrator
0
10-01-2023, 08:27 AM
#3
Archived author: Krutok • Posted: 2023-10-01T08:27:26.271000+00:00
Original source

how can you split it? ``` case FORM_DIREBEAR:
case FORM_BEAR:
// Based on Hair color
if (GetRace() == RACE_NIGHTELF)
{
if (player->HasAura(81139))
{
switch (player->GetHairColorId())
{
case 0: // Green
case 1: // Light Green
case 2: // Dark Green
return 32984; // 29415?
case 6: // Dark Blue
return 29414;
case 4: // White
return 29416;
case 3: // Light Blue
return 29417;
default: // original - Violet
return 2281;
}
}
else {
switch (player->GetHairColorId())
{
case 0: // Green
case 1: // Light Green
case 2: // Dark Green
return 29413; // 29415?
case 6: // Dark Blue
return 29414;
case 4: // White
return 29416;
case 3: // Light Blue
return 29417;
default: // original - Violet
return 2281;
}
}
}```
rektbyfaith
10-01-2023, 08:27 AM #3

Archived author: Krutok • Posted: 2023-10-01T08:27:26.271000+00:00
Original source

how can you split it? ``` case FORM_DIREBEAR:
case FORM_BEAR:
// Based on Hair color
if (GetRace() == RACE_NIGHTELF)
{
if (player->HasAura(81139))
{
switch (player->GetHairColorId())
{
case 0: // Green
case 1: // Light Green
case 2: // Dark Green
return 32984; // 29415?
case 6: // Dark Blue
return 29414;
case 4: // White
return 29416;
case 3: // Light Blue
return 29417;
default: // original - Violet
return 2281;
}
}
else {
switch (player->GetHairColorId())
{
case 0: // Green
case 1: // Light Green
case 2: // Dark Green
return 29413; // 29415?
case 6: // Dark Blue
return 29414;
case 4: // White
return 29416;
case 3: // Light Blue
return 29417;
default: // original - Violet
return 2281;
}
}
}```

rektbyfaith
Administrator
0
10-01-2023, 08:27 AM
#4
Archived author: Krutok • Posted: 2023-10-01T08:27:47.277000+00:00
Original source

makes 4 glyphs
rektbyfaith
10-01-2023, 08:27 AM #4

Archived author: Krutok • Posted: 2023-10-01T08:27:47.277000+00:00
Original source

makes 4 glyphs

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)