summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/npc_vendor.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/npc_vendor.md b/docs/npc_vendor.md
index 2480536..5b48096 100644
--- a/docs/npc_vendor.md
+++ b/docs/npc_vendor.md
@@ -6,9 +6,13 @@
This table holds the vendor data for all NPCs that sell items or currencies.
+### Prices
+
The price (in gold) for each item or currency is defined in its item template related entry asĀ [item_template.BuyPrice](item_template#buyprice).
Special costs (honor, tokens etc...) are defined in this table in the column [ExtendedCost](#extendedcost).
+### GM mode
+
If you open the vendor's window in GM mode, you will see all the items sold by the vendor. If you disable GM mode, you will see the items sold like a normal player (ex: only for your own faction, only for your own class etc...).