From 222ad5c81c8f21cdb9cb82adaf8a071aee917cb4 Mon Sep 17 00:00:00 2001 From: Barbz Date: Mon, 18 May 2020 19:18:57 +0200 Subject: Update npc_vendor.md --- docs/npc_vendor.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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...). -- cgit