 
			
				08-19-2005, 01:01 AM
			
			
			
		  
	 | 
	
		
		
		
			
			| 
			
				
				
				 Dragon 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Dec 2003 
					Location: Earth 
					
					
						Posts: 818
					 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
	
	
	
		
		
		
			
			
				 
				fix
			 
			 
			
		
		
		
		
	Quote: 
	
	
		| 
			
				 
					Originally Posted by bushman77
					
				 
				ok we have gotten the forge put in place now we need to be able to have a tradeskill recipie properly setup so we can combine a few items to make a 'new' item 
what we've tried gives us the error you cannot combine these items in this container type 
			
		 | 
	 
	 
 drop table forage; 
  
CREATE TABLE forage ( 
  
id int(11) NOT NULL auto_increment, 
  
zoneid int(4) NOT NULL default '0', 
  
Itemid int(11) NOT NULL default '0', 
  
level smallint(6) NOT NULL default '0', 
  
chance smallint(6) NOT NULL default '0', 
  
PRIMARY KEY (id) 
  
) TYPE=MyISAM; 
  
------------------------- 
then source in this. 
  
 http://spacetrader.no-ip.info/fordge.sql 
 
		
	
		
		
		
		
		
		
			
		
		
		
		
		
		
	
		
		
	
	
	 |