10 lines
236 B
Plaintext
Raw Permalink 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");
}