summaryrefslogtreecommitdiff
path: root/npc/024-1/erlan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-1/erlan.txt')
-rw-r--r--npc/024-1/erlan.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/npc/024-1/erlan.txt b/npc/024-1/erlan.txt
index 05f14ce56..b6cc4ddfd 100644
--- a/npc/024-1/erlan.txt
+++ b/npc/024-1/erlan.txt
@@ -4,9 +4,9 @@
// Description:
// Questmaker Handbook 14.0 (F = Favorable)
-024-1,114,45,0 script Erlan NPC_ELF,{
+024-1,73,48,0 script Erlan NPC_ELF,{
.@q = getq(FrostiaQuest_Erlan);
- if (BaseLevel < 50) {
+ if (BaseLevel < 40) {
mesc l("The elf seems busy. He ignores you.");
close;
}
@@ -45,10 +45,11 @@ L_Submit_F:
close;
}
delitem BottleOfSewerWater, 7;
- getexp 24000, 0;
+ getexp 10000, 0;
+ Zeny+=5700;
setq FrostiaQuest_Erlan, 2;
mesn;
- mesq lg("Thanks, my friend.");
+ mesq lg("Thanks, my friend. Here's some money.");
}
close;
@@ -85,10 +86,11 @@ L_Submit_U:
close;
}
delitem BottleOfSewerWater, 7;
- getexp 24000, 0;
+ getexp 10000, 0;
+ Zeny+=5700;
setq FrostiaQuest_Erlan, 2;
mesn;
- mesq l("Heh, thanks %s.", get_race());
+ mesq l("Heh, thanks %s. Here's some money.", get_race());
}
close;
@@ -105,8 +107,8 @@ OnInit:
setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers);
setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShirt);
setunitdata(.@npcId, UDT_HEADTOP, Beard);
- setunitdata(.@npcId, UDT_HAIRSTYLE, 26);
- setunitdata(.@npcId, UDT_HAIRCOLOR, 3);
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 6);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 20);
npcsit;
.sex = G_MALE;