summaryrefslogtreecommitdiff
path: root/npc/017-4/pyndragon.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-12 22:38:19 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-12 22:38:19 -0300
commit1b173619a2196ee1d64337201e6e28a7fc494b70 (patch)
treee95b81680a87e9b2e9ecdc9befbc21aa7b63aaca /npc/017-4/pyndragon.txt
parent45670e878c69ea6ee8262c1e1e55dd1214972f84 (diff)
downloadserverdata-1b173619a2196ee1d64337201e6e28a7fc494b70.tar.gz
serverdata-1b173619a2196ee1d64337201e6e28a7fc494b70.tar.bz2
serverdata-1b173619a2196ee1d64337201e6e28a7fc494b70.tar.xz
serverdata-1b173619a2196ee1d64337201e6e28a7fc494b70.zip
Regenerate map files, Refine system, template for Pyn&Pi.
Diffstat (limited to 'npc/017-4/pyndragon.txt')
-rw-r--r--npc/017-4/pyndragon.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/017-4/pyndragon.txt b/npc/017-4/pyndragon.txt
new file mode 100644
index 000000000..35daebf88
--- /dev/null
+++ b/npc/017-4/pyndragon.txt
@@ -0,0 +1,22 @@
+// TMW2/LoF scripts.
+// Authors:
+// TMW-LoF Team
+// Jesusalva
+// Description:
+// Forge firearms
+017-4,34,23,0 script Pyndragon NPC_PLAYER,{
+
+OnInit:
+ .@npcId = getnpcid(0, .name$);
+ setunitdata(.@npcId, UDT_HEADTOP, FancyHat);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes);
+ setunitdata(.@npcId, UDT_WEAPON, JeansShorts);
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 2);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 4);
+
+ .sex=G_MALE;
+ .distance=5;
+ end;
+
+}