HoS_PRC8/_mod/_module/nss/mg_alc_ee.nss

10 lines
247 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
// 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");
}