|
That's not gonna work. You can't just add a scroll and expect it to work. Let's say your server is cap 100 (weapons 10DG). If you want to have a 10DG weapon, with let's say 1st degree skin, you will have to copy the weapon's _RefObjCommon/Item lines, recreate it + changing the bsr file's code (last columns sword_10.bsr > sword_01.bsr).
You have to think of a way to make difference between degrees so you can properly setup the scroll later like..
ITEM_CH_SWORD_10_A_RARE_01 -> SOS 10DG sword + model 1st degree
ITEM_CH_SWORD_10_A_RARE_02 -> SOS 10DG sword + models 2nd degree
and so on.. Then.. after you have copied every item for every degree you need. Your scrolls (the so called model switchers) will have to be able to play around with codenames and changing RefItemID in _Items table, that's it.
TL;DR:
Adding only scrolls that are made from someone else and not by your, for your ****.. won't work.
|