summaryrefslogtreecommitdiff
path: root/npc/003-1/jerican.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-31 00:10:44 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-31 00:10:44 -0300
commit59bee49dea0dc08dc2c6ad3d34e029fe27ed2f87 (patch)
treeba841929168c15dcc02b49e0c65bdaf864a458c5 /npc/003-1/jerican.txt
parent52bb14a05013cfa64d778f652ea1dfc40069c7f7 (diff)
downloadserverdata-59bee49dea0dc08dc2c6ad3d34e029fe27ed2f87.tar.gz
serverdata-59bee49dea0dc08dc2c6ad3d34e029fe27ed2f87.tar.bz2
serverdata-59bee49dea0dc08dc2c6ad3d34e029fe27ed2f87.tar.xz
serverdata-59bee49dea0dc08dc2c6ad3d34e029fe27ed2f87.zip
Adds a Journalman. Well, Jerican served no purpose.
Diffstat (limited to 'npc/003-1/jerican.txt')
-rw-r--r--npc/003-1/jerican.txt19
1 files changed, 5 insertions, 14 deletions
diff --git a/npc/003-1/jerican.txt b/npc/003-1/jerican.txt
index 2fbcc0ebe..e25cab12d 100644
--- a/npc/003-1/jerican.txt
+++ b/npc/003-1/jerican.txt
@@ -1,23 +1,14 @@
-// TMW-2 Script
+// TMW2 scripts.
// Author:
// Saulc
+// Jesusalva
// Description:
-// An NPC in need of a quest
+// Jerican gives the player latest news on the world
-003-1,93,125,0 script Jerican NPC_PLAYER,{
-
-
-hello;
+003-1,93,125,0 script Jerican NPC_JOURNALMAN,{
+ Journalman(.name$);
OnInit:
- .@npcId = getnpcid(0, .name$);
- setunitdata(.@npcId, UDT_HEADTOP, NPCEyes);
- setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); // Maybe Bromenal Chest? ...Who is Jerican anyway?
- setunitdata(.@npcId, UDT_HEADBOTTOM, CottonShorts); // Maybe LeatherTrousers?
- setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots
- setunitdata(.@npcId, UDT_HAIRSTYLE, 3);
- setunitdata(.@npcId, UDT_HAIRCOLOR, 9);
-
.sex = G_MALE;
.distance = 5;
end;