summaryrefslogtreecommitdiff
path: root/docs/npc_vendor.md
diff options
context:
space:
mode:
authorStefano Borzì <stefanoborzi32@gmail.com>2019-04-27 15:16:15 +0200
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-04-27 15:16:15 +0200
commit342bc7dbd3a7963bc796bfe4879fc0491c8d7aba (patch)
tree56182f477dfe00197575526798156b1335a9d453 /docs/npc_vendor.md
parent07edcd764eff63bba21c891f133fb35cbcf61853 (diff)
downloadwiki-342bc7dbd3a7963bc796bfe4879fc0491c8d7aba.tar.gz
wiki-342bc7dbd3a7963bc796bfe4879fc0491c8d7aba.tar.bz2
wiki-342bc7dbd3a7963bc796bfe4879fc0491c8d7aba.zip
Updating wiki layout and missing contents (#34)
* Added angle.png for creature_formations * Update creature_formations.md * Update creature_text.md * Added creature_text type images * Removed useless link in npc_vendor * Update quest_template.md * Fixed layout table in spell_dbc * Fixed headers in warden_checks * Fixed type values layout in logs * Fixed layout in character_stats * Fixed layout in characters (table) * Added new data in corpse.md * Fixed guild_rank text * Improved instance difficulty list values * Improved worldstates.md
Diffstat (limited to 'docs/npc_vendor.md')
-rw-r--r--docs/npc_vendor.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/npc_vendor.md b/docs/npc_vendor.md
index 9a3b5f8..15a2776 100644
--- a/docs/npc_vendor.md
+++ b/docs/npc_vendor.md
@@ -106,8 +106,6 @@ The ID of the creature. See [creature\_template.entry](creature_template#creatur
Position of the item when the vendor window opens. The image below explains how the vendor-inventory slots are numbered. To continue on past the first page just use numbers 10, 11, 12, etc...
-![](https://valkryst.com/blog/posts/How%20to%20Create%20a%20Vendor/ImageA.jpg){height="250"}
-
### item
The item ID. See  [item\_template.entry](item_template#item_template-entry).
@@ -116,8 +114,6 @@ The item ID. See  [item\_template.entry](item_template#item_template-entry).
The maximum number of items carried by the vendor at any time. If you want the vendor to carry an unlimited number of the item then set this to **0** else set it to any positive number. In the image below the maxcount value is circled.
-![](https://valkryst.com/blog/posts/How%20to%20Create%20a%20Vendor/ImageB.jpg){height="250"}
-
### 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](item_template#item_template-BuyCount) .