Creating a Merchant

From the CreationKit Wiki
Revision as of 19:29, 14 February 2012 by imported>Sirtaj (→‎Create a Faction)
Jump to navigation Jump to search


To create a Merchant, follow these steps:

Create a Container

(and name it)

This is easier if you make a copy of an existing container, then remove everything from it (so you don't have to set up the model and sounds). Any of the chests starting with "Merchant..." are good ones to copy.

  • Add any items you want the merchant to sell to the container.
  • To give the merchant gold you can add one of the VendorGold<> leveled items to the merchant container.
Container window settings
Create a Container

Add the Container to the game

  • It is a good idea to put this somewhere the player cannot get to it (for example, outside the building in an interior cell)
Container added to world
Add the Container

Create a Faction

(and name it)

On the Vender tab, do the following:

  • Check "Vendor"
  • Enter your daily start and end hours for the merchant
  • Select a location for the merchant to offer their goods (for example, the shop cell). You can select "Near Self" to make the merchant sell anywhere.
  • Enter a Radius if the merchant needs to be within a certain distance of a reference.
  • Select the container that you placed ingame as the Merchant Container.
  • Select the type of goods the merchant will buy and sell from the Buy/Sell List drop-down menu (eg, VendorItemsApothecary or VendorItemsFletcher. These types are simple FormList objects containing keywords. You can also create your own. If you select "Not Buy/Sell", the type will be negated, and the merchant will buy and sell only items not matching the type. This can be useful, for example, if you are creating a merchant that will buy almost anything - just use VendorItemsMisc and check Not Buy/Sell. This is the configuration used by the pawnbroker Belethor in Whiterun.

NOTE: Regardless of the contents of the container, the merchant will only sell items matching her configured type filter.

Faction window settings
Create a Faction

Create an Actor

(and name it, set up their clothes/race/etc the way you want them)

  • Give the Actor a common voice type (such as FemaleNord or MaleDarkElf) - This is needed to give them dialogue to run a shop.
Actor Window Settings
Create an Actor
  • Add the Faction "JobMerchantFaction" to the Actor's Faction list.
  • Add the new faction you created to the Actor's Faction list.
Actor Window - Faction Tab
Add Factions to Actor

Add the Actor to the game world, where you want them to be

Actor added to game world
Add Actor to World

If done correctly, your merchant should now sell the goods from the container when in the correct location at the correct time.

Actor in-game with dialogue
Actor's In-game dialogue
Actor's in-game trade window
Actor's Trade Window


All that remains are any finishing touches you want to add to your merchant (AI Packages, extra dialogue, etc).