diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-04 17:28:48 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-03-04 17:28:48 +0100 |
| commit | fecdf407f0c5d8685802a142f1834603fabfb94e (patch) | |
| tree | 20f3f06da00b5ab7deff8c2a0813bec5220edd4d /docs/creature.md | |
| parent | dce37f458a8803742893549586adcbf6c7c0ff04 (diff) | |
| parent | 44c4babac6b6607abda4729a6a2c39ca3434f86c (diff) | |
| download | wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.tar.gz wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.tar.bz2 wiki-fecdf407f0c5d8685802a142f1834603fabfb94e.zip | |
Merge branch 'master' of https://github.com/azerothcore/wiki
Diffstat (limited to 'docs/creature.md')
| -rw-r--r-- | docs/creature.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/creature.md b/docs/creature.md index c3018ba..bc6e914 100644 --- a/docs/creature.md +++ b/docs/creature.md @@ -239,11 +239,11 @@ A unique identifier given to each creature to distinguish one creature from anot ### id -The ID of the [template](http://collab.kpsn.org/display/tc/creature_template#creature_template-entry) that is used when instantiating this creature. +The ID of the [template](creature_template#creature_template-entry) that is used when instantiating this creature. ### map -The ID of the [map](http://collab.kpsn.org/display/tc/Map) that the creature is spawned on. +The ID of the [map](Map) that the creature is spawned on. ### spawnMask @@ -308,13 +308,13 @@ The model ID associated with the creature. Note that two creatures that use the Note: -This can be left at 0 and a random model from its assigned models in [creature\_template](http://collab.kpsn.org/display/tc/creature_template) will be assigned by the core. +This can be left at 0 and a random model from its assigned models in [creature\_template](creature_template) will be assigned by the core. ### equipment\_id -The ID as defined within [creature\_equip\_template](http://collab.kpsn.org/display/tc/creature_equip_template) corresponding to the [entry](creature_template). The value essential defines the equip: +The ID as defined within [creature\_equip\_template](creature_equip_template) corresponding to the [entry](creature_template). The value essential defines the equip: -- ** -1**: A random equip from the set of equips in [creature\_equip\_template](http://collab.kpsn.org/display/tc/creature_equip_template) will be chosen. +- ** -1**: A random equip from the set of equips in [creature\_equip\_template](creature_equip_template) will be chosen. - ** 0**: No equipment defined. - **1+**: The individual id within creature\_equip\_template. @@ -344,7 +344,7 @@ The maximum distance that the creature may spawn from its spawn point. Also cont ### currentwaypoint -The current [waypoint](http://collab.kpsn.org/display/tc/waypoint_data#waypoint_data-point)that the creature is on, if any. +The current [waypoint](waypoint_data#waypoint_data-point)that the creature is on, if any. ### curhealth @@ -356,13 +356,13 @@ The mana that the creature will spawn with. ### MovementType -The movement type associated with the creature. Usually the same as its [MovementType](http://collab.kpsn.org/display/tc/creature_template#creature_template-MovementType), but it can be different. +The movement type associated with the creature. Usually the same as its [MovementType](creature_template#creature_template-MovementType), but it can be different. ### npcflag -Same as [creature\_template.npcflag](http://collab.kpsn.org/display/tc/creature_template#creature_template-npcflag) . +Same as [creature\_template.npcflag](creature_template#creature_template-npcflag) . -NOTE: A creature.npcflag record will override a [creature\_template.npcflag](http://collab.kpsn.org/display/tc/creature_template#creature_template-npcflag) record. +NOTE: A creature.npcflag record will override a [creature\_template.npcflag](creature_template#creature_template-npcflag) record. ### unit\_flags @@ -370,7 +370,7 @@ Same as creature\_template.unit\_flags. Note: -A creature.unit\_flags record will override a [creature\_template.unit\_flags](http://collab.kpsn.org/display/tc/creature_template#creature_template-unit_flags) record. +A creature.unit\_flags record will override a [creature\_template.unit\_flags](creature_template#creature_template-unit_flags) record. ### dynamicflags |
