summaryrefslogtreecommitdiff
path: root/npc/006-2-1/lune.txt
diff options
context:
space:
mode:
authorseeds <abby.hulka@gmail.com>2021-07-24 20:40:26 +0000
committerJesusaves <cpntb1@ymail.com>2021-07-24 20:40:26 +0000
commit7994363113d46f5eb3970282fbca6a165d555b40 (patch)
tree7f7aeec50520731384814619669b59cf5be60023 /npc/006-2-1/lune.txt
parentd6975a02b36c5fefe712d6ba6d5313e966600eed (diff)
downloadserverdata-7994363113d46f5eb3970282fbca6a165d555b40.tar.gz
serverdata-7994363113d46f5eb3970282fbca6a165d555b40.tar.bz2
serverdata-7994363113d46f5eb3970282fbca6a165d555b40.tar.xz
serverdata-7994363113d46f5eb3970282fbca6a165d555b40.zip
Piou isles fixes patch
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;