Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
no!!!!! all that time in the database getting rid of stuff! And now the game won't
« previous
next »
Print
Pages: [
1
]
Author
Topic: no!!!!! all that time in the database getting rid of stuff! And now the game won't (Read 2704 times)
A Forgotten Legend
Your neighborhood box of colors
Royal
Posts: 4,428
no!!!!! all that time in the database getting rid of stuff! And now the game won't
«
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.
Logged
Daetyrnis
Zealot
Posts: 616
(No subject)
«
Reply #1 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.
Logged
WarxePB
Action Sue
Royal
Posts: 3,601
What killed the dinosaurs?
(No subject)
«
Reply #2 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.
Logged
Blog:
The Gigaverse
Twitter:
Initial Chaos
A Forgotten Legend
Your neighborhood box of colors
Royal
Posts: 4,428
(No subject)
«
Reply #3 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.
Logged
Meiscool-2
Sage
Posts: 7,030
If you support n00bs, you support communism.
(No subject)
«
Reply #4 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.
Logged
Most Recent:
________________________
Old Stuff:
A Forgotten Legend
Your neighborhood box of colors
Royal
Posts: 4,428
(No subject)
«
Reply #5 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...
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
no!!!!! all that time in the database getting rid of stuff! And now the game won't