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