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

10 lines
247 B
Plaintext

// Potion of endure elements recipe
void main()
{
object oMe=OBJECT_SELF;
SetLocalInt(oMe,"nALCCost",180);
SetLocalInt(oMe,"nALCXP",18);
SetLocalString(oMe,"sALCRes","rts_pot_1");
SetLocalString(oMe,"sALCCom","NW_IT_MSMLMISC08");
}