diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-05-18 19:18:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-18 19:18:57 +0200 |
| commit | 222ad5c81c8f21cdb9cb82adaf8a071aee917cb4 (patch) | |
| tree | daa0f3a7f3bb812830c111ec733f8c9e600888dd | |
| parent | 88a197bf09fe2ba4e191ffc45d4cee29b258475c (diff) | |
| download | wiki-222ad5c81c8f21cdb9cb82adaf8a071aee917cb4.tar.gz wiki-222ad5c81c8f21cdb9cb82adaf8a071aee917cb4.tar.bz2 wiki-222ad5c81c8f21cdb9cb82adaf8a071aee917cb4.zip | |
Update npc_vendor.md
| -rw-r--r-- | docs/npc_vendor.md | 4 |
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...). |
