How to use Skill scroll

Hello everyone, sorry for the inconvenience, but I would like to be able to learn how to use the skill roll, but I don’t know how to program what skill the item gives.

Assuming you use FEBuilder:
Apply the latest skill system, extend the item list to 256, go to the last item slot (0xFF) and specify 0x38 as the “when used” effect.
image

You can put them in chests or give them in events
image

7 Likes

thank you very much my intention is that the bosses drop it
But how i can chose what skills learn

You have to give them the skill scroll in an event, like in the second image.

But this shows the “was pilfered” message, so if you want to do it silently, you need to give the unit item 0xFF and use the “set unit status” patch to change the durability of the skill scroll to the skill ID you want.

You can see here that I used both methods to give O’neill skill scrolls for Discipline (skill ID 0x12).
image

2 Likes

tenkiu

If you want the item to display the name & description of the skill on the item, set its Name and Description both to FFFF (and give it 1 use so it displays as 1/1 on the stat screen)

6 Likes

Since y’all have been very helpful, I have a related question. Is it possible to create a shop and sell those scrolls with different prices? AFAIK, they all share the same item ID and thus the same price, right?

2 Likes

Yes, because it is the same ID, all the scrolls will have the same price, so it could be somewhat unbalanced depending on the usefulness of the skill.

1 Like

you could make it impossible to buy some and you can get them as a drop from enemies