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/npc_vendor.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/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. |
