Mining Error

Post ideas & suggestions you have pertaining to the game here.
Post Reply
User avatar
bimbel
Militia Lieutenant
Militia Lieutenant
Posts: 181
Joined: Wed Jul 05, 2006 8:22 am
Location: Germany
Contact:

Eridiani: Installed a mining laser, going to bring the ore aboard, message about not having the mining cargo and then:

Code: Select all

Unable to find item in list ### (ObjRemoveItem gSource theItem) ###
george moromisato
Developer
Developer
Posts: 2998
Joined: Thu Jul 24, 2003 9:53 pm
Contact:

Thanks for the report. Looks like mining is busted unless you have a mining cargo hold :( This will be fixed soon in 0.99a.
User avatar
Periculi
Fleet Officer
Fleet Officer
Posts: 1282
Joined: Sat Oct 13, 2007 7:48 pm
Location: Necroposting in a forum near you

Code: Select all

								(block (count)
									(setq count (divide (multiply 75 (itmGetCount theItem)) 100))
									(if (gr count 0)
										(setq oreToRemove (append oreToRemove (list (itmSetCount itemItem count))))
										)
									)
								)
Shouldn't (itmSetCount itemItem count) be (itmSetCount theItem count)?
Post Reply