diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 22:11:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 22:11:35 -0300 |
commit | 6208b601a081455c80b26cb2b81f364b996e26e8 (patch) | |
tree | eaea3aabf9471c4cc0794fd81888b478a136e7a7 /npc/003-0 | |
parent | 44e36df335f6212e420f4d41ace5659a087fe049 (diff) | |
download | serverdata-6208b601a081455c80b26cb2b81f364b996e26e8.tar.gz serverdata-6208b601a081455c80b26cb2b81f364b996e26e8.tar.bz2 serverdata-6208b601a081455c80b26cb2b81f364b996e26e8.tar.xz serverdata-6208b601a081455c80b26cb2b81f364b996e26e8.zip |
Fix bugs in Recepcionist, new magic system is READY.
Alas, we still have something else to do: The Boss fight!
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/recepcionist.txt | 8 |
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, |