summaryrefslogtreecommitdiff
path: root/npc/items/books.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-19 18:03:32 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-19 18:03:32 -0300
commitacd03d6f8ce35fcd88455655756db196aa3e1ba0 (patch)
treedda88b07869dc76d87a37941d16f1ba527a42219 /npc/items/books.txt
parent08adcd908cc10ee901f8ee77b175a466515b8e0d (diff)
downloadserverdata-acd03d6f8ce35fcd88455655756db196aa3e1ba0.tar.gz
serverdata-acd03d6f8ce35fcd88455655756db196aa3e1ba0.tar.bz2
serverdata-acd03d6f8ce35fcd88455655756db196aa3e1ba0.tar.xz
serverdata-acd03d6f8ce35fcd88455655756db196aa3e1ba0.zip
Prepare new utils for new skill point system
Diffstat (limited to 'npc/items/books.txt')
-rw-r--r--npc/items/books.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt
index 23469db7b..b39120e2a 100644
--- a/npc/items/books.txt
+++ b/npc/items/books.txt
@@ -177,9 +177,9 @@ OnInit:
mes "";
select
- rif2(1, MAGIC_LVL >= 2, l("Ch 1 — Prologue")),
+ rif2(1, MAGIC_LVL, l("Ch 1 — Prologue")),
rif2(2, MAGIC_EXP, l("Ch 2 — Mana Magic vs Common Magic")),
- rif2(3, MAGIC_LVL >= 2, l("Ch 3 — Subclass")),
+ rif2(3, MAGIC_LVL, l("Ch 3 — Subclass")),
rif2(4, true, l("Open Fishing Book")),
rif2(5, true, l("Open Petcaring Book")),
rif2(6, getq(NivalisQuest_BlueSageSlimes) >= 2, l("Open Recipe Book")),
@@ -193,7 +193,7 @@ OnInit:
l("Mana is something which existed since the being, but nobody knows much about."),
l("This book will write itself, and reveal you the Secret Of Mana."),
l("Give it time, increase your magic power, and you'll find out the truth."),
- l("Your current maximum magic efficiency is @@. This book allows you many new possibilities.", MAGIC_LVL);
+ l("You are a @@º degree mage. This book allows you many new possibilities.", MAGIC_LVL);
break;
case 2:
narrator S_FIRST_BLANK_LINE | S_LAST_NEXT,
@@ -239,6 +239,7 @@ OnInit:
next;
break;
case 3:
+ /*
mesc l("You currently have @@/@@ subclass(es).", total_subclass(),max_subclass());
if (MAGIC_SUBCLASS & CL_PALADIN)
mesc lg("Paladin");
@@ -256,6 +257,8 @@ OnInit:
mesc lg("Sage");
if (MAGIC_SUBCLASS & CL_PRIEST)
mesc lg("Priest");
+ */
+ mesc l("DEPRECATED");
next;
break;
case 4: