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