HoS_PRC8/_mod/_module/nss/mg_scr_darkritua.nss

10 lines
236 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// scroll of Dark Ritual recipe
void main()
{
object oMe=OBJECT_SELF;
SetLocalInt(oMe,"nALCCost",900);
SetLocalInt(oMe,"nALCXP",90);
SetLocalString(oMe,"sALCRes","scrollofdarkritu");
SetLocalString(oMe,"sALCCom","NA");
}