CreateForgeItem()

「炉」に魔法のアイテムを出現させるために使います。

void CreateForgeItem();

Description

入れ物のOnSpellCastイベントから呼び出され、アイテムを作成するかまたは悪い効果を発生させます。スクリプトは、プレイヤーが必要な「材料」を持っているかどうか調べます。



Remarks

公式キャンペーンで使われています。nw_o0_itemmaker.nssで見つかります。


Requirements

#include "nw_o0_itemmaker"

Version

1.22

See Also

functions: GetForgeMatch
categories: Item Creation Functions


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