Page 1 of 1

Invalid Serial Index

Posted: 2004-08-23 22:21:12
by Miike
What is it ?PLS

RE: Invalid serial index.

Posted: 2004-08-25 06:44:38
by Aldebaran
You are using a non-registred name as an object type.

E.g.: UO.Usetype( "Pickaxe" ), but you don't have a "Pickaxe" object type in your list of object types. Pay special attention with capitals. "pickaxe" es different from "Pickaxe".

Hope this lines help you!