diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-03-03 15:12:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-03 15:12:28 +0100 |
| commit | 2dfe8decd75c1b3328b036d283d30ca62f771da9 (patch) | |
| tree | d3dd7aa0cebf960c20549cd29055fb19619e7cf9 /docs/npc_vendor.md | |
| parent | 306fac1fbdc70cc8227cc6009ff60ff48f90e864 (diff) | |
| download | wiki-2dfe8decd75c1b3328b036d283d30ca62f771da9.tar.gz wiki-2dfe8decd75c1b3328b036d283d30ca62f771da9.tar.bz2 wiki-2dfe8decd75c1b3328b036d283d30ca62f771da9.zip | |
Fix internal links (#18)
Diffstat (limited to 'docs/npc_vendor.md')
| -rw-r--r-- | docs/npc_vendor.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/npc_vendor.md b/docs/npc_vendor.md index e439365..9a3b5f8 100644 --- a/docs/npc_vendor.md +++ b/docs/npc_vendor.md @@ -4,7 +4,7 @@ **Table Structure** -This table holds the vendor data for all NPCs that sell items and currency. The price for each item or currency is in its item template as [BuyPrice](http://collab.kpsn.org/display/tc/item_template#item_template-BuyPrice) or as [ExtendedCost](http://collab.kpsn.org/display/tc/npc_vendor#npc_vendor-ExtendedCost). +This table holds the vendor data for all NPCs that sell items and currency. The price for each item or currency is in its item template as [BuyPrice](item_template#item_template-BuyPrice) or as [ExtendedCost](npc_vendor#npc_vendor-ExtendedCost). ## 3.3.5 version @@ -100,7 +100,7 @@ This table holds the vendor data for all NPCs that sell items and currency. The ### entry -The ID of the creature. See [creature\_template.entry](http://collab.kpsn.org/display/tc/creature_template#creature_template-entry). +The ID of the creature. See [creature\_template.entry](creature_template#creature_template-entry). ### slot @@ -110,7 +110,7 @@ Position of the item when the vendor window opens. The image below explains how ### item -The item ID. See [item\_template.entry](http://collab.kpsn.org/display/tc/item_template#item_template-entry). +The item ID. See [item\_template.entry](item_template#item_template-entry). ### maxcount @@ -120,8 +120,8 @@ The maximum number of items carried by the vendor at any time. If you want the v ### incrtime -Combined with [maxcount](#npc_vendor-maxcount), this field tells how often (in seconds) the vendor list is refreshed and the limited item copies are restocked. For limited item copies, every refresh, the quantity is increased by [item\_template.BuyCount](http://collab.kpsn.org/display/tc/item_template#item_template-BuyCount) . +Combined with [maxcount](#npc_vendor-maxcount), this field tells how often (in seconds) the vendor list is refreshed and the limited item copies are restocked. For limited item copies, every refresh, the quantity is increased by [item\_template.BuyCount](item_template#item_template-BuyCount) . ### ExtendedCost -The value here corresponds to the ID in [ItemExtendedCost.dbc](http://collab.kpsn.org/display/tc/ItemExtendedCost) and that ID controls the item's non monetary price, be it honor points, arena points, different types of badges or any combination of the above. +The value here corresponds to the ID in [ItemExtendedCost.dbc](ItemExtendedCost) and that ID controls the item's non monetary price, be it honor points, arena points, different types of badges or any combination of the above. |
