diff options
-rw-r--r-- | npc/003-0/_import.txt | 1 | ||||
-rw-r--r-- | npc/003-0/paladin.txt | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-0/_import.txt b/npc/003-0/_import.txt index 9363c4fa0..ca0bf74e8 100644 --- a/npc/003-0/_import.txt +++ b/npc/003-0/_import.txt @@ -4,4 +4,5 @@ "npc/003-0/audsbel.txt", "npc/003-0/mages.txt", "npc/003-0/paladin.txt", +"npc/003-0/tanker.txt", "npc/003-0/warriors.txt", diff --git a/npc/003-0/paladin.txt b/npc/003-0/paladin.txt index 37a70b58b..3cef867d9 100644 --- a/npc/003-0/paladin.txt +++ b/npc/003-0/paladin.txt @@ -5,8 +5,10 @@ // Leader of the PALADIN class 003-0,34,37,0 script Paladin Master NPC_PLAYER,{ + /* if (!is_staff()) goto L_Close; + */ if (!(MAGIC_SUBCLASS & CL_PALADIN)) goto L_SignUp; goto L_Member; @@ -166,7 +168,7 @@ L_Member: OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, WarlordHelmet); - setunitdata(.@npcId, UDT_HEADMIDDLE, WarlordPlate); + setunitdata(.@npcId, UDT_HEADMIDDLE, GoldenWarlordPlate); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); setunitdata(.@npcId, UDT_WEAPON, JeansChaps); setunitdata(.@npcId, UDT_HAIRSTYLE, 2); |