diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-07-15 15:45:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-15 15:45:27 +0200 |
| commit | e90a67c787ed062850ae7bc80f41b6f11e52b285 (patch) | |
| tree | c99eb40db351a22f3b91ff7ca3cc9a2609fc3466 | |
| parent | 35792020a481f0bb0545554d3f4870bf11a1ee30 (diff) | |
| download | wiki-e90a67c787ed062850ae7bc80f41b6f11e52b285.tar.gz wiki-e90a67c787ed062850ae7bc80f41b6f11e52b285.tar.bz2 wiki-e90a67c787ed062850ae7bc80f41b6f11e52b285.zip | |
chore: Small improvement to **_script (#595)
* Update scripts.md
* Update database-world.md
| -rw-r--r-- | docs/database-world.md | 8 | ||||
| -rw-r--r-- | docs/scripts.md | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/database-world.md b/docs/database-world.md index eaf3bd4..51a296c 100644 --- a/docs/database-world.md +++ b/docs/database-world.md @@ -137,8 +137,8 @@ The world database has information basically related to creatures, objects, item - [reference_loot_template](loot_template.md) - [reputation_reward_rate](reputation_reward_rate.md) - [reputation_spillover_template](reputation_spillover_template.md) -- [script_waypoint](script_waypoint.md) -- [scripts](scripts.md) +- [script_waypoint](scripts.md) +- [\*\*\_scripts](scripts.md) - [skill_discovery_template](skill_discovery_template.md) - [skill_extra_item_template](skill_extra_item_template.md) - [skill_fishing_base_level](skill_fishing_base_level.md) @@ -160,7 +160,7 @@ The world database has information basically related to creatures, objects, item - [spell_ranks](spell_ranks.md) - [spell_required](spell_required.md) - [spell_script_names](spell_script_names.md) -- [spell_scripts](spell_scripts.md) +- [spell_scripts](scripts.md) - [spell_target_position](spell_target_position.md) - [spell_threat](spell_threat.md) - [spelldifficulty_dbc](spelldifficulty_dbc.md) @@ -173,5 +173,5 @@ The world database has information basically related to creatures, objects, item - [version_db_world](version_db_world.md) - [warden_checks](warden_checks.md) - [waypoint_data](waypoint_data.md) -- [waypoint_scripts](waypoint_scripts.md) +- [waypoint_scripts](scripts.md) - [waypoints](waypoints.md) diff --git a/docs/scripts.md b/docs/scripts.md index f93bc84..e239ddc 100644 --- a/docs/scripts.md +++ b/docs/scripts.md @@ -1,7 +1,7 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [scripts](scripts) - # scripts +[<-Back-to:World](database-world.md) + # Tables: \*\*\*\_scripts This table format is used for 3 different tables to control possible scripts activated by different actions: @@ -14,7 +14,7 @@ This table format is used for 3 different tables to control possible scripts act NOTE: An entry in this table may have more than one row as a script may do more than just one action. Also each action the script may make can have a separate delay attached to it. In that case, the core will activate the appropriate action after the correct delay. -## **Structure** +**Table Structure** | Field | Comment |---------------------------|-------- |
