Creating a Merchant

From the CreationKit Wiki
Revision as of 16:53, 10 February 2012 by imported>Thepal
Jump to navigation Jump to search


(This is a brief tutorial. It will need to be fleshed out in the future)

To create a Merchant, follow the following 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.
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 type of goods the merchant will sell from the Buy/Sell List drop-down menu (eg, VendorItemsApothecary or VendorItemsFletcher)
  • Select the container that you placed ingame as the Merchant Container.
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).