blob: 99d68d6911ccb4f86014d94918d7bdefc6b4d857 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
}
|