[CD3.55] item db error

ervinzed

LOMCN Veteran
Veteran
Jan 26, 2013
352
11
45
what is the source of this error?

153pwk2.png
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
I would suggest either you have 2 things named the same, or you number sequence isn't in order. I think an incorrect number sequence returns some different number though.. not 100% sure.
 
Upvote 0

JoeDunn

LOMCN Veteran
Veteran
Jun 16, 2009
1,043
123
149
just go to the bottom of the DB and check any new items u have made that the index number on the left are in order and that they dont use a normal item name. if u dont do your self now u will never learn.....
 
Upvote 0

ervinzed

LOMCN Veteran
Veteran
Jan 26, 2013
352
11
45
just go to the bottom of the DB and check any new items u have made that the index number on the left are in order and that they dont use a normal item name. if u dont do your self now u will never learn.....

problem is i added 40000 items

---------- Post Merged at 08:44 PM ---------- Previous Post was at 07:38 PM ----------

i get starttimer exception

2lseiw5.png


what do the last 2 ^ lines say?
 
Upvote 0

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
There are no duplicate items, and no duplicate or missing numbers so it isn't that.

The number of items?

What is StdMode 99?
 
Upvote 0

ervinzed

LOMCN Veteran
Veteran
Jan 26, 2013
352
11
45
theres items that dont have level attr

how many letters on item names does the sql db suport? 19 or less?
 
Upvote 0

dsmir3

LOMCN Veteran
Veteran
Loyal Member
Mar 12, 2010
311
7
45
Database entry is 256 characters, as this is the standard length for Microsoft, it can be reduced by changing the type of Database of Table.

There is a limitation on entry's into the database for 3.55.
 
Upvote 0

dsmir3

LOMCN Veteran
Veteran
Loyal Member
Mar 12, 2010
311
7
45
I have craftily got past the lvl 255 ^^
I take it you used the negative count, rather than positive. Though you can change the database table to show it above 255 without using the negative count.

The database for 3.55 does work with SQL 2005 ;-)
 
Upvote 0