Page 1 of 1

Alchemy

Posted: Sat Aug 16, 2008 6:55 pm
by runtest
The white potion script needs updated. When trying to create a Greater Strength Potion it targets and ask for the material instead of searching for it.

Update this.

Code: Select all

Element 0xDC11
{
	//Main Stuff	
	Name	strength potion
	
	//Skill System	
	Skill	25.0
	Difficulty	25.0
	Points	35.0
	
	//Material Related	
	Material	1
	Type	reagent
	Parts	0xF0E 0xF86 1 2
	
	//Booleans	
	Exceptional	0
	Mark	0
	Retain	0
	Assemble	1
}

Element 0xDC11
{
	//Main Stuff	
	Name	strength potion
	
	//Skill System	
	Skill	25.0
	Difficulty	25.0
	Points	35.0
	
	//Material Related	
	Material	1
	Type	reagent
	Parts	0xF0E 0xF86 1 2
	
	//Booleans	
	Exceptional	0
	Mark	0
	Retain	0
	Assemble	1
}
To this.

Code: Select all

Element 0xDC11
{
	//Main Stuff	
	Name	strength potion
	
	//Skill System	
	Skill	25.0
	Difficulty	25.0
	Points	35.0
	
	//Material Related	
	Material	1
	Type	reagent
	Parts	0xF0E 0xF86 1 2
	
	//Booleans	
	Exceptional	0
	Mark	0
	Retain	0
	Assemble	1
}

Element 0xDC12
{
	//Main Stuff	
	Name	greater strength potion
	
	//Skill System	
	Skill	45.0
	Difficulty	45.0
	Points	55.0
	
	//Material Related	
	Material	3
	Type	reagent
	Parts	0xF0E 0xF86 1 2
	
	//Booleans	
	Exceptional	0
	Mark	0
	Retain	0
	Assemble	1
}

Re: Alchemy

Posted: Sat Aug 16, 2008 7:10 pm
by runtest
I think this needs to be in patch submissions.

Re: Alchemy

Posted: Sat Aug 16, 2008 8:13 pm
by Austin
Ive put it in the SVN.