summaryrefslogtreecommitdiff
path: root/npc/005-4/tolchi.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-01-24 18:25:42 +0100
committerSaulc <lucashelaine14@gmail.com>2018-01-24 18:25:42 +0100
commiteeebc8f8181c8d79a2bb2e45d5341ec72ccf5540 (patch)
treedacfe82a4aa85db9edca3ae38c424b9aeeeb926f /npc/005-4/tolchi.txt
parent0cc37af255e4e222622ce524c6eccfc032811f49 (diff)
downloadserverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.gz
serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.bz2
serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.xz
serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.zip
add map items adn npcs focus on candor
Diffstat (limited to 'npc/005-4/tolchi.txt')
-rw-r--r--npc/005-4/tolchi.txt24
1 files changed, 24 insertions, 0 deletions
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;
+}