diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 00:10:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 00:10:44 -0300 |
commit | 59bee49dea0dc08dc2c6ad3d34e029fe27ed2f87 (patch) | |
tree | ba841929168c15dcc02b49e0c65bdaf864a458c5 /npc/003-1/jerican.txt | |
parent | 52bb14a05013cfa64d778f652ea1dfc40069c7f7 (diff) | |
download | serverdata-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.txt | 19 |
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; |