Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] Does anyone have any link to tutorial how text placement works?

[DiscordArchive] Does anyone have any link to tutorial how text placement works?

[DiscordArchive] Does anyone have any link to tutorial how text placement works?

rektbyfaith
Administrator
0
04-15-2019, 11:58 AM
#1
Archived author: MR.MUSTACHE • Posted: 2019-04-15T11:58:59.708000+00:00
Original source

Does anyone have any link to tutorial how text placement works?
rektbyfaith
04-15-2019, 11:58 AM #1

Archived author: MR.MUSTACHE • Posted: 2019-04-15T11:58:59.708000+00:00
Original source

Does anyone have any link to tutorial how text placement works?

rektbyfaith
Administrator
0
04-15-2019, 11:59 AM
#2
Archived author: MR.MUSTACHE • Posted: 2019-04-15T11:59:14.271000+00:00
Original source

I want to put ICON in them middle of the gossip menu
rektbyfaith
04-15-2019, 11:59 AM #2

Archived author: MR.MUSTACHE • Posted: 2019-04-15T11:59:14.271000+00:00
Original source

I want to put ICON in them middle of the gossip menu

rektbyfaith
Administrator
0
04-15-2019, 11:59 AM
#3
Archived author: MR.MUSTACHE • Posted: 2019-04-15T11:59:30.650000+00:00
Original source

this is the code so far
rektbyfaith
04-15-2019, 11:59 AM #3

Archived author: MR.MUSTACHE • Posted: 2019-04-15T11:59:30.650000+00:00
Original source

this is the code so far

rektbyfaith
Administrator
0
04-15-2019, 11:59 AM
#4
Archived author: MR.MUSTACHE • Posted: 2019-04-15T11:59:38.635000+00:00
Original source

```cpp
std:Confusedtringstream s;
s << "|TInterface/ICONS/achievement_boss_ladyvashj:60:60|t: ";
s << "\n";
s << "|c55555111QUEST RATING SYSTEM";
s << "\n";
s << "Quest Rating: " << getQuestRating(player);
s << "\n";

player->PlayerTalkClass->SendGossipMenu(s.str().c_str(), creature->GetGUID());
```
rektbyfaith
04-15-2019, 11:59 AM #4

Archived author: MR.MUSTACHE • Posted: 2019-04-15T11:59:38.635000+00:00
Original source

```cpp
std:Confusedtringstream s;
s << "|TInterface/ICONS/achievement_boss_ladyvashj:60:60|t: ";
s << "\n";
s << "|c55555111QUEST RATING SYSTEM";
s << "\n";
s << "Quest Rating: " << getQuestRating(player);
s << "\n";

player->PlayerTalkClass->SendGossipMenu(s.str().c_str(), creature->GetGUID());
```

rektbyfaith
Administrator
0
04-15-2019, 12:30 PM
#5
Archived author: MR.MUSTACHE • Posted: 2019-04-15T12:30:58.779000+00:00
Original source

ah, once again I found the answer thanks to <@248138535968833537>
[Image: unknown.png?ex=690bec42&is=690a9ac2&hm=0...baf8c1d78&]
rektbyfaith
04-15-2019, 12:30 PM #5

Archived author: MR.MUSTACHE • Posted: 2019-04-15T12:30:58.779000+00:00
Original source

ah, once again I found the answer thanks to <@248138535968833537>
[Image: unknown.png?ex=690bec42&is=690a9ac2&hm=0...baf8c1d78&]

rektbyfaith
Administrator
0
04-15-2019, 12:31 PM
#6
Archived author: MR.MUSTACHE • Posted: 2019-04-15T12:31:09.991000+00:00
Original source

This guy is literally my savior for like... everything
rektbyfaith
04-15-2019, 12:31 PM #6

Archived author: MR.MUSTACHE • Posted: 2019-04-15T12:31:09.991000+00:00
Original source

This guy is literally my savior for like... everything

rektbyfaith
Administrator
0
04-15-2019, 12:32 PM
#7
Archived author: MR.MUSTACHE • Posted: 2019-04-15T12:32:59.478000+00:00
Original source

how can I place a text in the middle too?
rektbyfaith
04-15-2019, 12:32 PM #7

Archived author: MR.MUSTACHE • Posted: 2019-04-15T12:32:59.478000+00:00
Original source

how can I place a text in the middle too?

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