[DiscordArchive] I find there are same content in table broadcast_text and creature_text, which is used to npc says'
[DiscordArchive] I find there are same content in table broadcast_text and creature_text, which is used to npc says'
Archived author: BetaYi • Posted: 2022-01-08T12:50:55.439000+00:00
Original source
I find there are same content in table broadcast_text and creature_text, which is used to npc says's in core scripts ? and many hard codes of these contents in core scripts , which table's fields should be reference to optimise these hard code?
Archived author: Nyeriah • Posted: 2022-01-08T13:23:01.605000+00:00
Original source
Hey, the text used in creature_text is the default text displayed when there isn't a proper translation for a specific language
Archived author: Nyeriah • Posted: 2022-01-08T13:23:38.189000+00:00
Original source
the creatures will display text according to the broadcast_text table referenced in the creature_text entry
Archived author: Nyeriah • Posted: 2022-01-08T13:27:19.329000+00:00
Original source
the hard coded text we find in the core needs to be moved to creature_text and the gossip tables
Archived author: Kitzunu • Posted: 2022-01-08T13:30:09.080000+00:00
Original source
the broadcast_text table is only sniffed texts
Archived author: Kitzunu • Posted: 2022-01-08T13:30:20.793000+00:00
Original source
and should never be touched
Archived author: Bogir • Posted: 2022-01-08T14:18:59.571000+00:00
Original source
thanks for fix records on it
Archived author: BetaYi • Posted: 2022-01-10T02:58:15.029000+00:00
Original source
tyvm