summaryrefslogtreecommitdiff
path: root/npc/003-0/recepcionist.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-0/recepcionist.txt')
-rw-r--r--npc/003-0/recepcionist.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-0/recepcionist.txt b/npc/003-0/recepcionist.txt
index 118112d80..3cb3e89de 100644
--- a/npc/003-0/recepcionist.txt
+++ b/npc/003-0/recepcionist.txt
@@ -5,7 +5,7 @@
// Magic School recepcionist
003-0,47,44,4 script Recepcionist#003-0 NPC_FEMALE,{
- if (MAGIC_LVL >= 3 && ST_TIER >= 1) goto L_T3_S0;
+ if (getskilllv(TMW2_SKILLPERMIT) == 2 && MAGIC_LVL >= 3 && ST_TIER >= 1) goto L_T3_S0;
mesn;
mesq l("Hello, and welcome to the Magic School of Tulimshar.");
@@ -333,9 +333,9 @@ OnTimer1000:
OnInit:
.@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, FancyHat);
- setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, SorcererRobe);
//setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes);
- setunitdata(.@npcId, UDT_WEAPON, JeansShorts);
+ //setunitdata(.@npcId, UDT_WEAPON, JeansShorts);
setunitdata(.@npcId, UDT_HAIRSTYLE, any(8,11,20));
setunitdata(.@npcId, UDT_HAIRCOLOR, 5);
@@ -343,7 +343,7 @@ OnInit:
initpath "move", 47, 44,
"dir", UP, 0,
"wait", 7, 0,
- "move", 48, 45,
+ "move", 48, 46,
"dir", DOWN, 0,
"wait", 7, 0,
"move", 49, 44,