summaryrefslogtreecommitdiff
path: root/npc/003-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-16 00:34:06 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-16 00:34:06 -0300
commit66db149de62000a8ac7d6b0fb0594659962f171e (patch)
tree1e383d6f7e58a0f1fc408658adf94ec15d7c289f /npc/003-0
parent9b82f8ffc63476480ddd64441f1b3f178d3321a2 (diff)
downloadserverdata-66db149de62000a8ac7d6b0fb0594659962f171e.tar.gz
serverdata-66db149de62000a8ac7d6b0fb0594659962f171e.tar.bz2
serverdata-66db149de62000a8ac7d6b0fb0594659962f171e.tar.xz
serverdata-66db149de62000a8ac7d6b0fb0594659962f171e.zip
Tanker class is now on testing stage
Diffstat (limited to 'npc/003-0')
-rw-r--r--npc/003-0/_import.txt1
-rw-r--r--npc/003-0/paladin.txt4
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);