diff options
-rw-r--r-- | npc/003-5/jeweler.txt | 26 | ||||
-rw-r--r-- | npc/009-1/luanna.txt (renamed from npc/009-1/Luanna.txt) | 0 |
2 files changed, 26 insertions, 0 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt new file mode 100644 index 000000000..68169ec2b --- /dev/null +++ b/npc/003-5/jeweler.txt @@ -0,0 +1,26 @@ +// TMW2 Script +// Author: +// Jesusalva +// Description: +// Sells and crafts jewels + +003-5,33,37,0 script Jeweler NPC_PLAYER_F,{ + hello; + close; + + +OnInit: + .@npcId = getnpcid(0, .name$); + setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); + setunitdata(.@npcId, UDT_HEADMIDDLE, VneckJumper); + setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); + setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots + setunitdata(.@npcId, UDT_HAIRSTYLE, 3); + setunitdata(.@npcId, UDT_HAIRCOLOR, 8); + npcsit; + + .sex = G_FEMALE; + .distance = 5; + end; + +} diff --git a/npc/009-1/Luanna.txt b/npc/009-1/luanna.txt index 94e6d5b70..94e6d5b70 100644 --- a/npc/009-1/Luanna.txt +++ b/npc/009-1/luanna.txt |