Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: A Forgotten Legend on April 06, 2007, 12:27:15 AM

Title: no!!!!! all that time in the database getting rid of stuff! And now the game won't
Post by: A Forgotten Legend on April 06, 2007, 12:27:15 AM
The error says:
Quote
Event Script referenced an item that does not exist

Um... so what should I do?

... i went into another project, and it went to the title screen, so its something with just that project.
Title:
Post by: Daetyrnis on April 06, 2007, 12:38:41 AM
That means that something (such as event script) tried to do something with an item that's ID is greater than the upper boundry of the item list, ergo the item doesn't exist.

Double check your event scripts that do anything with items, and make sure that none of them reference an item that you deleted.
Title:
Post by: WarxePB on April 06, 2007, 12:39:27 AM
Did you alter the Items section of the Database recently? To check this, set the array size of Items to 5000; if that solves the problem, make sure to check all of your events and Hero starting equipment.
Title:
Post by: A Forgotten Legend on April 06, 2007, 12:41:06 AM
...thanks.  i had my items list at only 1 item.  i changed it to 100 and it works now.  Thanks.
Title:
Post by: Meiscool-2 on April 06, 2007, 03:18:21 AM
You can put the item size down to 44. Other than that, that is the lowest it can go.
Title:
Post by: A Forgotten Legend on April 06, 2007, 11:20:16 AM
huh... i only had one item... so the minimum is 44?  I'll keep that in mind...