summaryrefslogtreecommitdiff
path: root/npc/001-1
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-07-11 21:39:55 +0200
committerAlige <gauvain.dauchy@free.fr>2016-07-11 21:39:55 +0200
commit903afcbff04d631c29327bb5a93797138b21c484 (patch)
treebd7f75b9611bcc4e5e7432dbf12430cd1fe631b0 /npc/001-1
parent62a2e2a38da945e53c41abb678accce89571046e (diff)
downloadserverdata-903afcbff04d631c29327bb5a93797138b21c484.tar.gz
serverdata-903afcbff04d631c29327bb5a93797138b21c484.tar.bz2
serverdata-903afcbff04d631c29327bb5a93797138b21c484.tar.xz
serverdata-903afcbff04d631c29327bb5a93797138b21c484.zip
Piberries Infusion item has 1 b and 2 r. Fixed where it was badly written.
Diffstat (limited to 'npc/001-1')
-rw-r--r--npc/001-1/enora.txt8
-rw-r--r--npc/001-1/shop.txt6
2 files changed, 7 insertions, 7 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index 7a86343e..41124908 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -230,7 +230,7 @@
speech 5,
l("Oh yes, I have one last errand for you, Q'Pid in the market sells potions."),
- l("It has been some days now since I asked her for a box of @@s, but she hasn't delivered anything yet.", getitemlink (PibberiesInfusion)),
+ l("It has been some days now since I asked her for a box of @@s, but she hasn't delivered anything yet.", getitemlink (PiberriesInfusion)),
l("Please try to figure out what went wrong with this order and bring me these potions."),
l("You will be able to find her in the market on the south-east of Artis.");
@@ -259,7 +259,7 @@
inventoryplace TrainingGladius, 3;
getitem TrainingGladius, 1;
getitem2 ArtisTankTop, 1, 1, 0, 0, 5005, 0, 0, 0;
- getitem PibberiesInfusion, 5;
+ getitem PiberriesInfusion, 5;
setq ArtisQuests_Enora, 10;
enora_reward (80, 175);
@@ -343,7 +343,7 @@
if (askyesno() == ASK_YES)
{
- delitem PibberiesInfusion, 5;
+ delitem PiberriesInfusion, 5;
enora_fourth_quest;
}
@@ -372,7 +372,7 @@
menuint
rif(.@q == 0, l("She told me that you had some tasks for me.")), 0,
rif(.@q == 4 || .@q == 6 || .@q == 9, l("I have your package.")), 1,
- rif(.@q == 8 && countitem(PibberiesInfusion) >= 5, l("I have your package.")), 2,
+ rif(.@q == 8 && countitem(PiberriesInfusion) >= 5, l("I have your package.")), 2,
rif(.@q >= 10, l("I cleaned up the hill.")), 3,
rif(.@q >= 10, l("How many Fluffies did I kill on the hill?")), 4,
rif(.@q >= 1, l("Who is Don?")), 5,
diff --git a/npc/001-1/shop.txt b/npc/001-1/shop.txt
index fb768780..473841c1 100644
--- a/npc/001-1/shop.txt
+++ b/npc/001-1/shop.txt
@@ -217,7 +217,7 @@ OnClock1600:
OnInit:
tradertype(NST_MARKET);
- sellitem PibberiesInfusion, -1, 200;
+ sellitem PiberriesInfusion, -1, 200;
sellitem FatesPotion, -1, 100;
sellitem ClothoLiquor, -1, 50;
sellitem LachesisBrew, -1, 30;
@@ -229,14 +229,14 @@ OnInit:
end;
OnClock0000:
- restoreshopitem PibberiesInfusion, 150;
+ restoreshopitem PiberriesInfusion, 150;
restoreshopitem FatesPotion, 80;
restoreshopitem ClothoLiquor, 40;
restoreshopitem LachesisBrew, 20;
restoreshopitem AtroposMixture, 7;
restoreshopitem ElixirOfLife, 1;
OnClock1200:
- restoreshopitem PibberiesInfusion, 80;
+ restoreshopitem PiberriesInfusion, 80;
restoreshopitem FatesPotion, 40;
restoreshopitem ClothoLiquor, 20;
restoreshopitem LachesisBrew, 10;