CreateArcaneScroll(object, object, int)

財宝の一部としてスクロールを作成します。

void CreateArcaneScroll(
    object oTarget,
    object oAdventurer,
    int nModifier
);

Parameters

oTarget

oAdventurer

nModifier


Description

この関数は、自動財宝作成機能の一部として、宝箱を開けたキャスターのレベルと職業に適したスクロールを作成します。



Remarks

nModifierはoAdventurerのレベルを上げるためです。この関数は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.