summaryrefslogtreecommitdiff
path: root/npc/003-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-29 10:47:09 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-29 10:47:09 -0300
commit2546891dfb4873060d0124e1da500e68ea010648 (patch)
tree75fe3eba33d30660bc57aeabe40fa59423ab47d9 /npc/003-0
parent8204fdee0c0010991e86452a74876593f5adeffc (diff)
downloadserverdata-2546891dfb4873060d0124e1da500e68ea010648.tar.gz
serverdata-2546891dfb4873060d0124e1da500e68ea010648.tar.bz2
serverdata-2546891dfb4873060d0124e1da500e68ea010648.tar.xz
serverdata-2546891dfb4873060d0124e1da500e68ea010648.zip
Placeholder stuff. Well, better than previous placeholder.
Let's see how players accept this stuff about subclass, players still too weak
Diffstat (limited to 'npc/003-0')
-rw-r--r--npc/003-0/priest.txt48
1 files changed, 21 insertions, 27 deletions
diff --git a/npc/003-0/priest.txt b/npc/003-0/priest.txt
index ffa4ce754..be513ed71 100644
--- a/npc/003-0/priest.txt
+++ b/npc/003-0/priest.txt
@@ -70,22 +70,16 @@ L_Member:
mes "";
mesn;
mesq l("This useful skill will only require:");
- mesc l("@@/@@ @@", countitem(Tentacle), (getskilllv(AL_HOLYLIGHT)+1)*10, getitemlink(Tentacle));
- mesc l("@@/@@ @@", countitem(MushroomSpores), (getskilllv(AL_HOLYLIGHT)+1)*5, getitemlink(MushroomSpores));
- mesc l("@@/@@ @@", countitem(WolvernTooth), (getskilllv(AL_HOLYLIGHT)+1)*3, getitemlink(WolvernTooth));
- mesc l("@@/@@ @@", countitem(RedScorpionClaw), (getskilllv(AL_HOLYLIGHT)+1)*1, getitemlink(RedScorpionClaw));
+ mesc l("@@/@@ @@", countitem(MoubooFigurine), (getskilllv(AL_HOLYLIGHT)+1)*3, getitemlink(MoubooFigurine));
+ mesc l("@@/@@ @@", countitem(GemPowder), (getskilllv(AL_HOLYLIGHT)+1)*1, getitemlink(GemPowder));
next;
if (askyesno() == ASK_YES) {
if (
- countitem(Tentacle) < (getskilllv(AL_HOLYLIGHT)+1)*10 ||
- countitem(MushroomSpores) < (getskilllv(AL_HOLYLIGHT)+1)*5 ||
- countitem(WolvernTooth) < (getskilllv(AL_HOLYLIGHT)+1)*3 ||
- countitem(RedScorpionClaw) < (getskilllv(AL_HOLYLIGHT)+1)*1) goto L_Missing;
+ countitem(MoubooFigurine) < (getskilllv(AL_HOLYLIGHT)+1)*3 ||
+ countitem(GemPowder) < (getskilllv(AL_HOLYLIGHT)+1)*1) goto L_Missing;
- delitem Tentacle, (getskilllv(AL_HOLYLIGHT)+1)*10;
- delitem MushroomSpores, (getskilllv(AL_HOLYLIGHT)+1)*5;
- delitem WolvernTooth, (getskilllv(AL_HOLYLIGHT)+1)*3;
- delitem RedScorpionClaw, (getskilllv(AL_HOLYLIGHT)+1)*1;
+ delitem MoubooFigurine, (getskilllv(AL_HOLYLIGHT)+1)*3;
+ delitem GemPowder, (getskilllv(AL_HOLYLIGHT)+1)*1;
sk_lvup(AL_HOLYLIGHT);
@@ -98,21 +92,21 @@ L_Member:
mes "";
mesn;
mesq l("This useful skill will only require:");
- mesc l("@@/@@ @@", countitem(Acorn), (getskilllv(TF_DETOXIFY)+1)*70, getitemlink(Acorn));
+ mesc l("@@/@@ @@", countitem(Candy), (getskilllv(TF_DETOXIFY)+1)*70, getitemlink(Candy));
mesc l("@@/@@ @@", countitem(Root), (getskilllv(TF_DETOXIFY)+1)*10, getitemlink(Root));
- mesc l("@@/@@ @@", countitem(FrozenYetiTear),(getskilllv(TF_DETOXIFY)+1)*2, getitemlink(FrozenYetiTear));
+ mesc l("@@/@@ @@", countitem(Mashmallow), (getskilllv(TF_DETOXIFY)+1)*2, getitemlink(Mashmallow));
mesc l("@@/@@ @@", countitem(FluoPowder), (getskilllv(TF_DETOXIFY)+1)*1, getitemlink(FluoPowder));
next;
if (askyesno() == ASK_YES) {
if (
- countitem(Acorn) < (getskilllv(TF_DETOXIFY)+1)*70 ||
+ countitem(Candy) < (getskilllv(TF_DETOXIFY)+1)*70 ||
countitem(Root) < (getskilllv(TF_DETOXIFY)+1)*10 ||
- countitem(FrozenYetiTear) < (getskilllv(TF_DETOXIFY)+1)*2 ||
+ countitem(Mashmallow) < (getskilllv(TF_DETOXIFY)+1)*2 ||
countitem(FluoPowder) < (getskilllv(TF_DETOXIFY)+1)*1) goto L_Missing;
- delitem Acorn, (getskilllv(TF_DETOXIFY)+1)*70;
+ delitem Candy, (getskilllv(TF_DETOXIFY)+1)*70;
delitem Root, (getskilllv(TF_DETOXIFY)+1)*10;
- delitem FrozenYetiTear, (getskilllv(TF_DETOXIFY)+1)*2;
+ delitem Mashmallow, (getskilllv(TF_DETOXIFY)+1)*2;
delitem FluoPowder, (getskilllv(TF_DETOXIFY)+1)*1;
sk_lvup(TF_DETOXIFY);
@@ -127,24 +121,24 @@ L_Member:
mesn;
mesq l("This useful skill will only require:");
mesc l("@@/@@ @@", countitem(Acorn), (getskilllv(ALL_RESURRECTION)+1)*60, getitemlink(Acorn));
- mesc l("@@/@@ @@", countitem(Bread), (getskilllv(ALL_RESURRECTION)+1)*30, getitemlink(Bread));
+ mesc l("@@/@@ @@", countitem(Bread), (getskilllv(ALL_RESURRECTION)+1)*20, getitemlink(Bread));
mesc l("@@/@@ @@", countitem(SmallMushroom), (getskilllv(ALL_RESURRECTION)+1)*20, getitemlink(SmallMushroom));
- mesc l("@@/@@ @@", countitem(PinkBlobime), (getskilllv(ALL_RESURRECTION)+1)*20, getitemlink(PinkBlobime));
- mesc l("@@/@@ @@", countitem(RedApple), (getskilllv(ALL_RESURRECTION)+1)*15, getitemlink(RedApple));
+ mesc l("@@/@@ @@", countitem(PinkBlobime), (getskilllv(ALL_RESURRECTION)+1)*15, getitemlink(PinkBlobime));
+ mesc l("@@/@@ @@", countitem(Pearl), (getskilllv(ALL_RESURRECTION)+1)*2, getitemlink(Pearl));
next;
if (askyesno() == ASK_YES) {
if (
countitem(Acorn) < (getskilllv(ALL_RESURRECTION)+1)*60 ||
- countitem(Bread) < (getskilllv(ALL_RESURRECTION)+1)*30 ||
- countitem(SmallMushroom) < (getskilllv(ALL_RESURRECTION)+1)*20 ||
+ countitem(Bread) < (getskilllv(ALL_RESURRECTION)+1)*20 ||
+ countitem(SmallMushroom) < (getskilllv(ALL_RESURRECTION)+1)*15 ||
countitem(PinkBlobime) < (getskilllv(ALL_RESURRECTION)+1)*20 ||
- countitem(RedApple) < (getskilllv(ALL_RESURRECTION)+1)*15) goto L_Missing;
+ countitem(Pearl) < (getskilllv(ALL_RESURRECTION)+1)*2) goto L_Missing;
delitem Acorn, (getskilllv(ALL_RESURRECTION)+1)*60;
- delitem Bread, (getskilllv(ALL_RESURRECTION)+1)*30;
+ delitem Bread, (getskilllv(ALL_RESURRECTION)+1)*20;
delitem SmallMushroom, (getskilllv(ALL_RESURRECTION)+1)*20;
- delitem PinkBlobime, (getskilllv(ALL_RESURRECTION)+1)*20;
- delitem RedApple, (getskilllv(ALL_RESURRECTION)+1)*15;
+ delitem PinkBlobime, (getskilllv(ALL_RESURRECTION)+1)*15;
+ delitem Pearl, (getskilllv(ALL_RESURRECTION)+1)*2;
sk_lvup(ALL_RESURRECTION);