CreateGenericClassItem(object, object, int)

ウィザード、ソーサラー、クレリック、モンク、ローグそしてバード用の財宝を作成します。

void CreateGenericClassItem(
    object oTarget,
    object oAdventurer,
    int nSpecific
);

Parameters

oTarget

oAdventurer

nSpecific


Description

この関数は、ウィザード、ソーサラー、クレリック、モンク、ローグそしてバードにより適したアイテムを返すだけです。この関数はPCのクラスとレベルを取得し、それから適したCreateGeneric<CLASS>Weaponまたは、CreateSpecific<CLASS>Weaponを呼び出します。



Remarks

nw_o2_coninclude.nssで見つかります。


Requirements

#include "nw_o2_coninclude"

Version

1.22

See Also

categories: Item Creation Functions


author: Michael Nork, JP team: Rainie
Send comments on this topic.