summaryrefslogtreecommitdiff
path: root/npc/005-1/vincent.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-30 16:57:16 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-30 16:57:16 -0200
commit598b757dfc79d20931db12814a18d0d86b4e1a62 (patch)
treeafddd13ab48df9e7f9ab26e96b2cc3aa3371f470 /npc/005-1/vincent.txt
parent6161adc82d8a34150a19e23347accea40984914f (diff)
downloadserverdata-598b757dfc79d20931db12814a18d0d86b4e1a62.tar.gz
serverdata-598b757dfc79d20931db12814a18d0d86b4e1a62.tar.bz2
serverdata-598b757dfc79d20931db12814a18d0d86b4e1a62.tar.xz
serverdata-598b757dfc79d20931db12814a18d0d86b4e1a62.zip
Vincent Style
Diffstat (limited to 'npc/005-1/vincent.txt')
-rw-r--r--npc/005-1/vincent.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt
index 09b9481be..890ad05d4 100644
--- a/npc/005-1/vincent.txt
+++ b/npc/005-1/vincent.txt
@@ -6,11 +6,6 @@
005-1,99,105,0 script Vincent NPC_PLAYER,{
-
-
- .LegsID = BugLeg;
- .LegsCount = 12;
-
.@q = getq(CandorQuest_Vincent);
if (.@q == 1) goto L_CheckItems;
if (.@q == 2) goto L_QuestDone;
@@ -68,6 +63,9 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRSTYLE, 25);
setunitdata(.@npcId, UDT_HAIRCOLOR, 4);
+ .LegsID = BugLeg;
+ .LegsCount = 11;
+
.sex = G_MALE;
.distance = 5;
end;