summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maps/re/014-2.mcachebin1817 -> 1956 bytes
-rw-r--r--npc/017-3/doug.txt4
2 files changed, 3 insertions, 1 deletions
diff --git a/maps/re/014-2.mcache b/maps/re/014-2.mcache
index fe74da692..105343b33 100644
--- a/maps/re/014-2.mcache
+++ b/maps/re/014-2.mcache
Binary files differ
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);