HoS_PRC8/_mod/_module/nss/mg_alc_shield.nss

10 lines
236 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// Potion of shield recipe
void main()
{
object oMe=OBJECT_SELF;
SetLocalInt(oMe,"nALCCost",40);
SetLocalInt(oMe,"nALCXP",4);
SetLocalString(oMe,"sALCRes","rts_pot_2");
SetLocalString(oMe,"sALCCom","NW_IT_MSMLMISC19");
}