summaryrefslogtreecommitdiff
path: root/npc/items/books.txt
diff options
context:
space:
mode:
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: