diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-10 20:22:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-10 20:22:35 -0300 |
commit | 6f0c07933d786daa1e3ea32d2627e065966b16f5 (patch) | |
tree | 149c591bbcb9ecf76fb5081c37035a4164f9cd5e | |
parent | 4ac74014e72caaf26aec1570a8700f06da300943 (diff) | |
download | serverdata-6f0c07933d786daa1e3ea32d2627e065966b16f5.tar.gz serverdata-6f0c07933d786daa1e3ea32d2627e065966b16f5.tar.bz2 serverdata-6f0c07933d786daa1e3ea32d2627e065966b16f5.tar.xz serverdata-6f0c07933d786daa1e3ea32d2627e065966b16f5.zip |
Minimum clothing to Miler
-rw-r--r-- | npc/019-1-1/miler.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt index c744a1e0b..7938b38c2 100644 --- a/npc/019-1-1/miler.txt +++ b/npc/019-1-1/miler.txt @@ -84,6 +84,14 @@ L_Quest: close; OnInit: + .@npcId = getnpcid(0, .name$); + setunitdata(.@npcId, UDT_HEADTOP, KnitHat); + setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); + setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); + setunitdata(.@npcId, UDT_WEAPON, JeansShorts); + setunitdata(.@npcId, UDT_HAIRSTYLE, rand(2,15)); + setunitdata(.@npcId, UDT_HAIRCOLOR, rand(4,14)); + .sex = G_MALE; .distance = 5; end; |