diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-19 08:33:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-19 08:33:49 -0300 |
commit | 8644ed324315d4971485a27156b56d6cc1ac13f7 (patch) | |
tree | 9bdcff017819d10f94f6fc4e8f1baf977909e25e | |
parent | 576af9de51e17a1555589cf59d7312131a167d4b (diff) | |
download | serverdata-8644ed324315d4971485a27156b56d6cc1ac13f7.tar.gz serverdata-8644ed324315d4971485a27156b56d6cc1ac13f7.tar.bz2 serverdata-8644ed324315d4971485a27156b56d6cc1ac13f7.tar.xz serverdata-8644ed324315d4971485a27156b56d6cc1ac13f7.zip |
I need a way to get the Master Book.
Uhm, Auldsbel will do for a while, WildX can comment later.
-rw-r--r-- | npc/008-1/auldsbel.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/008-1/auldsbel.txt b/npc/008-1/auldsbel.txt index cf4cd16e..dc7cf202 100644 --- a/npc/008-1/auldsbel.txt +++ b/npc/008-1/auldsbel.txt @@ -6,6 +6,20 @@ // THIS IS A PLACEHOLDER! 008-1,119,114,0 script Auldsbel#008-1 NPC_WIZARD,{ + // Placeholder please remove + if (!MASTERBOOK_PAGES) + { + inventoryplace MasterBook, 1; + getitem MasterBook, 1; + MASTERBOOK_PAGES=1; + mesc l("Auldsbel discretly stuffs a book on your backpack."); + next; + speech + l("Don't tell anyone about this. Once you kill you a boss, you can try to learn the boss skill by using the book."), + l("Beware you have a limited number of pages. Do not let the Legion or the Brotherhood find out you have one."), + l("And by the way. I know nothing about this book. And I don't know how to get more pages either."); + close; + } speech l("Hello."), l("Oh, you look more interested in magic.. the brotherhood did forbid most of the interesting paths of magic, but boring baby spells are still allowed."), |