From 272be4e10918208b4a82748521eac3c08250580e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Jun 2019 16:01:58 -0300 Subject: Update JSaves Grimorium to absorb fishing guide and Rules --- npc/items/books.txt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/npc/items/books.txt b/npc/items/books.txt index ce8ed1441..66040f332 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -169,8 +169,8 @@ OnInit: rif( MAGIC_LVL >= 2 ,rif(@menu == 1, "► ") + l("Ch 1 — Prologue")), rif( MAGIC_EXP ,rif(@menu == 2, "► ") + l("Ch 2 — Mana Magic vs Common Magic")), rif( MAGIC_LVL >= 2 ,rif(@menu == 3, "► ") + l("Ch 3 — Subclass")), - rif( false ,rif(@menu == 4, "► ") + l("Ch 4 — Casting")), - rif( false ,rif(@menu == 5, "► ") + l("Ch 5 — Reeling")), + rif( true ,rif(@menu == 4, "► ") + l("Open Fishing Book")), + rif( true ,rif(@menu == 5, "► ") + l("Read Rules")), l("Close"); switch(@menu) @@ -260,15 +260,12 @@ OnInit: next; break; case 4: - narrator S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("-"), - l("-"), - l("-"); + closeclientdialog; + doevent "#Book-Fishing1::OnUse"; + end; break; case 5: - narrator S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("-"), - l("-"); + GameRules(); break; default: close; -- cgit v1.2.3-70-g09d2