本帖最后由 御之嵐 于 2015-8-18 02:28 编辑
- # -----------------------------------------------------------------------------
- # Class Notetags - These notetags go in the class notebox in the database.
- # -----------------------------------------------------------------------------
- # <level unlock requirements>
- # class x: level y
- # class x: level y
- # </level unlock requirements>
- # Sets the requirements for unlocking that particular class. The unlocking of
- # the class will require classes x to be at level y. Insert multiple of the
- # strings in between the two opening and closing notetags to require all of the
- # class levels to be met.
复制代码 放在職業的備註裡面
<level unlock requirements> class x: level y class x: level y </level unlock requirements>
<level unlock requirements>
class x: level y
class x: level y
</level unlock requirements>
假設你當前角色的職業是 class1
當 class1
達到 level 2的時候
開啟 class2
就在class2的備註這樣寫- <level unlock requirements>
- class 1: level 2
- </level unlock requirements>
复制代码 要兩種職業都到達才解鎖的話就用兩個我測試之後是有效果的噢
我原本角色主職業 是鬥士
主職業更換成 戰士 等級就變成了 LV1
但是原本的等級還會保留
前提是要有這個本體腳本 |