diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2019-06-09 23:31:21 +0200 |
|---|---|---|
| committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-06-09 23:31:21 +0200 |
| commit | 7ac0baa91dc4e941906f77b659d235888edb7d81 (patch) | |
| tree | 2e207d4ed76073557c30b34cbc73251f833cca77 | |
| parent | babf7d07a446b1d2847e42a2bc1bfdee555003f1 (diff) | |
| download | wiki-7ac0baa91dc4e941906f77b659d235888edb7d81.tar.gz wiki-7ac0baa91dc4e941906f77b659d235888edb7d81.tar.bz2 wiki-7ac0baa91dc4e941906f77b659d235888edb7d81.zip | |
Update creature_text.md (#69)
Fixed missing links and replaced to AC links
| -rw-r--r-- | docs/creature_text.md | 10 |
1 files changed, 5 insertions, 5 deletions
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! <td><p>0</p></td> <td><p><br /> </p></td> -<td><p><a href="https://trinitycore.atlassian.net/wiki/display/tc/creature_template#creature_template-entry">creature_template entry</a></p></td> +<td><p><a href="http://www.azerothcore.org/wiki/creature_template#creature_template-entry">creature_template entry</a></p></td> </tr> <tr class="odd"> <td><p><a href="#groupid">GroupID</a></p></td> @@ -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 |
