summaryrefslogtreecommitdiff
path: root/npc/017-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-14 11:35:32 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-14 11:35:32 -0300
commit882f506fd92231e6ec5650647fa5a54081ba0395 (patch)
tree41746ed32c4d717fe1d3d3f54f222d93e597a469 /npc/017-3
parent6b2e2f47091aa71da3de309ffbcadf68fd431d22 (diff)
downloadserverdata-882f506fd92231e6ec5650647fa5a54081ba0395.tar.gz
serverdata-882f506fd92231e6ec5650647fa5a54081ba0395.tar.bz2
serverdata-882f506fd92231e6ec5650647fa5a54081ba0395.tar.xz
serverdata-882f506fd92231e6ec5650647fa5a54081ba0395.zip
Regenerate maps
Diffstat (limited to 'npc/017-3')
-rw-r--r--npc/017-3/doug.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/017-3/doug.txt b/npc/017-3/doug.txt
index a7d2643fc..30e28e392 100644
--- a/npc/017-3/doug.txt
+++ b/npc/017-3/doug.txt
@@ -4,9 +4,10 @@
// Jesusalva
// Saulc
// Description:
-// Permanently repeatable quest, without any special limit
+// Weekly Quest
017-3,68,87,0 script Doug NPC_PLAYER,{
+ close; // Disabled
mesn;
mesq l("This room is too dark. I want to brighten it up.");
next;
@@ -32,6 +33,7 @@
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);