GiveChapterRewardItem(int, object)

プレイヤーに報酬アイテムを与えます。

void GiveChapterRewardItem(
    int nChapter,
    object oPC
);

Parameters

nChapter

公式キャンペーンの章

oPC

与えるPC


Description

nChapterの値に基づいて、ヘンチマンの報酬アイテムの1つをoPCに与えます。nChapterの値に基づいてXPの量も与えられます。



Remarks

nw_i0_henchman.nssの496行目で見つかります。

通常のスクリプトには使用できないでしょう。nChapterが1、2または3の時だけXPは与えられます。私の推測では、他のnChapterの値がどれもがアイテムは与えられません。


Requirements

#include "nw_i0_henchman"

Version

1.28

See Also

categories: Henchmen/Familiars/Summoned Functions | Module Specific Functions


author: Lilac Soul, additional contributor(s): Lilac Soul, JP team: katsu794, Rainie
Send comments on this topic.