From eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540 Mon Sep 17 00:00:00 2001 From: Saulc Date: Wed, 24 Jan 2018 18:25:42 +0100 Subject: add map items adn npcs focus on candor --- npc/005-4/tolchi.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 npc/005-4/tolchi.txt (limited to 'npc/005-4/tolchi.txt') diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt new file mode 100644 index 000000000..99d68d691 --- /dev/null +++ b/npc/005-4/tolchi.txt @@ -0,0 +1,24 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Light Armor shop keeper. +// Variables: +// ArtisQuests_Enora +// Values: +// 0 Default. +// 1 BlackSmith quest delivered. +// 2 Chelios Quest given. +// 3 Chelios Quest done. +// 4 BlackSmith gave the sword. +// 5 Light Armor Shop quest delivered. +// 6 Light Armor Shop gave the cloths. + +005-4,42,37,0 script Tolchi NPC_ELVEN_FEMALE_ARMOR_SHOP,{ + + +OnInit: + .sex = G_FEMALE; + .distance = 2; + end; +} -- cgit v1.2.3-60-g2f50