summaryrefslogtreecommitdiff
path: root/npc/006-2-1/lune.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-2-1/lune.txt')
-rw-r--r--npc/006-2-1/lune.txt14
1 files changed, 3 insertions, 11 deletions
diff --git a/npc/006-2-1/lune.txt b/npc/006-2-1/lune.txt
index 8a63fc86d..486ac01dc 100644
--- a/npc/006-2-1/lune.txt
+++ b/npc/006-2-1/lune.txt
@@ -76,7 +76,7 @@ L_AgiPotionA:
.@price=POL_AdjustPrice(1000);
mes "";
mesn;
- mesq l("To make an %s I need a %s, an %s, and %s GP for commission.", getitemlink(AgiPotionA), getitemlink(TopazPowder), getitemlink(HerbalTea) fnum(.@price));
+ mesq l("To make an %s I need a %s, an %s, and %s GP for commission.", getitemlink(AgiPotionA), getitemlink(TopazPowder), getitemlink(HerbalTea), fnum(.@price));
next;
select
l("I have the ingredients here."),
@@ -115,7 +115,7 @@ L_AgiPotionB:
.@price=POL_AdjustPrice(1250);
mes "";
mesn;
- mesq l("To make an %s I need a %s, two %s, and %s GP for commission.", getitemlink(AgiPotionB), getitemlink(Topaz), getitemlink(HerbalTea) fnum(.@price));
+ mesq l("To make an %s I need a %s, two %s, and %s GP for commission.", getitemlink(AgiPotionB), getitemlink(Topaz), getitemlink(HerbalTea), fnum(.@price));
next;
select
l("I have the ingredients here."),
@@ -154,7 +154,7 @@ L_AgiPotionC:
.@price=POL_AdjustPrice(1500);
mes "";
mesn;
- mesq l("To make an %s I need a %s, three %s, and %s GP for commission.", getitemlink(AgiPotionC), getitemlink(PolishedTopaz), getitemlink(HerbalTea) fnum(.@price));
+ mesq l("To make an %s I need a %s, three %s, and %s GP for commission.", getitemlink(AgiPotionC), getitemlink(PolishedTopaz), getitemlink(HerbalTea), fnum(.@price));
next;
select
l("I have the ingredients here."),
@@ -195,14 +195,6 @@ L_Quit:
close;
OnInit:
- .@npcId = getnpcid(.name$);
- setunitdata(.@npcId, UDT_HEADTOP, FancyHat);
- setunitdata(.@npcId, UDT_HEADMIDDLE, SailorShirt);
- setunitdata(.@npcId, UDT_HEADBOTTOM, BromenalPants);
- setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots
- setunitdata(.@npcId, UDT_HAIRSTYLE, 7);
- setunitdata(.@npcId, UDT_HAIRCOLOR, 17);
-
.sex = G_OTHER;
.distance = 4;
end;