From 7ac0baa91dc4e941906f77b659d235888edb7d81 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 9 Jun 2019 23:31:21 +0200 Subject: Update creature_text.md (#69) Fixed missing links and replaced to AC links --- docs/creature_text.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/creature_text.md b/docs/creature_text.md index 7ae5a1a..96a6e40 100644 --- a/docs/creature_text.md +++ b/docs/creature_text.md @@ -4,11 +4,11 @@ **Short Description:** -This table holds all the speech text (whisper, say, yell, emote text in speech bubbles and in the chat window) used within [SMART\_SCRIPTS](https://trinitycore.atlassian.net/wiki/display/tc/smart_scripts) table and core scripts. +This table holds all the speech text (whisper, say, yell, emote text in speech bubbles and in the chat window) used within [SMART\_SCRIPTS](http://www.azerothcore.org/wiki/smart_scripts) table and core scripts. **Detailed Description:** -Have you ever wondered how a boss like ***Sindragosa*** (→ [wowhead](http://www.wowhead.com/npc=36853/sindragosa)) is scripted? There is no need to wonder, you can see it for yourself! (→ [Sindragosa Script File](https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp)) +Have you ever wondered how a boss like ***Sindragosa*** (→ [wowhead](http://www.wowhead.com/npc=36853/sindragosa)) is scripted? There is no need to wonder, you can see it for yourself! (→ [Sindragosa Script File](https://github.com/azerothcore/azerothcore-wotlk/blob/master/src/server/scripts/Northrend/IcecrownCitadel/boss_sindragosa.cpp)) I know, I know - this looks incredibly complex, over 1600 lines of code! However there is no need to understand everything at one time. Let's focus on something simple, but still very important, shall we?  @@ -77,7 +77,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table!

0


-

creature_template entry

+

creature_template entry

GroupID

@@ -240,7 +240,7 @@ simpler than you might thought. It is stored in **CREATURE\_TEXT** table! ### CreatureID -This is the [creature\_template.entry](https://trinitycore.atlassian.net/wiki/display/tc/creature_template#creature_template-entry) to which the script is linked to. +This is the [creature\_template.entry](http://www.azerothcore.org/wiki/creature_template#creature_template-entry) to which the script is linked to. ### GroupID @@ -294,7 +294,7 @@ A value from 1-100 that represents the percentage chance that this text will be ### Emote -The emote that the creature plays when the text is executed. Value to use in this field can be obtained from the [emote](Emotes).dbc +The emote that the creature plays when the text is executed. Value to use in this field can be obtained from the [emote.dbc](Emotes) ### Duration -- cgit