From 66db149de62000a8ac7d6b0fb0594659962f171e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Jul 2018 00:34:06 -0300 Subject: Tanker class is now on testing stage --- npc/003-0/_import.txt | 1 + npc/003-0/paladin.txt | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/003-0') 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); -- cgit v1.2.3-70-g09d2