From a09a52e0d8c827b1fe37b11865cc9903c563fe82 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Mar 2019 21:22:21 -0300 Subject: Minor improvements to Leave Complaints depto --- npc/003-2-1/demure.txt | 13 +++++++++++-- npc/003-2/hiddenwarp.txt | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/npc/003-2-1/demure.txt b/npc/003-2-1/demure.txt index 8dd2e7658..09ed9f205 100644 --- a/npc/003-2-1/demure.txt +++ b/npc/003-2-1/demure.txt @@ -3,7 +3,7 @@ // Crazyfefe // Jesusalva -003-2-1,51,41,0 script Demure GM NPC_HIDDEN,{ +003-2-1,51,41,0 script Demure GM NPC_FEMALE,{ // Let's try without freeloop mesn any("NotSoBot", "Demure"); if (rand(1,5) <= 2) @@ -25,6 +25,15 @@ close; OnInit: - .distance=5; + .@npcId = getnpcid(.name$); + setunitdata(.@npcId, UDT_HEADTOP, Cap); + setunitdata(.@npcId, UDT_HEADMIDDLE, RedStockings); + setunitdata(.@npcId, UDT_HEADBOTTOM, BunnyEars); + setunitdata(.@npcId, UDT_WEAPON, GMRobe); + setunitdata(.@npcId, UDT_HAIRSTYLE, 14); + setunitdata(.@npcId, UDT_HAIRCOLOR, 18); + + .sex = G_FEMALE; + .distance = 5; end; } diff --git a/npc/003-2/hiddenwarp.txt b/npc/003-2/hiddenwarp.txt index 7a3a6654e..9fd868a3f 100644 --- a/npc/003-2/hiddenwarp.txt +++ b/npc/003-2/hiddenwarp.txt @@ -8,7 +8,7 @@ end; OnTouch: - if ((BaseLevel >= 50 && getq(General_Narrator) >= 2) || is_gm()) + if ((BaseLevel >= 40 && getq(General_Narrator) >= 2) || is_gm()) warp "003-2-1", 47, 34; else npctalk3 l("Complaints Depto. temporaly closed, come back later"); -- cgit v1.2.3-60-g2f50