HoS_PRC8/_mod/_module/nss/mg_scr_darkritua.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

10 lines
236 B
Plaintext

// 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");
}