Library Of Ruina

Library Of Ruina

Library of Runia Workshop
Custom Head WorkShop_TEST
Learn More
How can I require the specific book for starting stage?
I made a stage, rewards as "Book of Guard", and it doing well, I can get the book.

Now I want make another stage call "Stage of Attack", and this stage require "Book of Guard" to start this stage. But I do not find where I setup the require the book in Invitation Editor.
< >
Showing 1-1 of 1 comments
yarrrr 10 20 Jul, 2022 @ 3:17pm 
You'll have to manually edit the StageInfo.xml file in your mod folder.

In the 'Invitation' section, replace 'BookValue' with 'BookRecipe', then clear the list below it and add '<Book>1</Book>' (Replace number with your 'Book of Guard' ID). If you wanna know, you can use a basegame book as part of the book combination but you'll need to add 'Pid="@origin" in the book tag.

It should look like this:
<Invitation Combine="BookRecipe"> <Book>1</Book> <Book Pid="@origin">99999</Book> </Invitation>

If you're uploading, you'll have to do this last since the editor doesn't normally do this, as you have to set the file to 'read only' to prevent the editor from resetting it back (But you can't edit it further unless you disable read only). Though you can skip this and put it in the Mod folder if you're testing
Last edited by yarrrr; 20 Jul, 2022 @ 3:26pm
< >
Showing 1-1 of 1 comments
Per page: 1530 50