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

10 lines
245 B
Plaintext

// Potion of dragon breath recipe
void main()
{
object oMe=OBJECT_SELF;
SetLocalInt(oMe,"nALCCost",600);
SetLocalInt(oMe,"nALCXP",60);
SetLocalString(oMe,"sALCRes","rts_pot_3");
SetLocalString(oMe,"sALCCom","NW_IT_MSMLMISC17");
}