From 2546891dfb4873060d0124e1da500e68ea010648 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Aug 2018 10:47:09 -0300 Subject: Placeholder stuff. Well, better than previous placeholder. Let's see how players accept this stuff about subclass, players still too weak --- npc/003-0/priest.txt | 48 +++++++++++++++++++++--------------------------- 1 file 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); -- cgit v1.2.3-60-g2f50