Jump to content
  • 0

database limit


Question

6 answers to this question

Recommended Posts

  • 0
Posted

That you need to do need some core editing and DB editing...

 

1- Alter the table that you want too add NPC

 

2- Find the ID colum and change type of data for one more big, the current type must be Int (integer) change it for Long for example...

Thats problems come because and var type integer can store a max positive value of 65535 (¿¿¿ max enchant support ???), that are tech limit and cannot do something about it...

 

3- For the core editing i cant help you, but, in some words you must do the next...

Every function that read or write data in that DB Table must me edited because procedure will try to store (or read) a Integer data fot that colum and will get a Long type...

 

It's hard but... or make you're own custom table with Long ID field and use that instead a defauld one...

 

Good luck...

  • 0
Posted

thx for the info...

 

I think that your problem solved. If you want anything else just pm me to unlock the topic.

Guest
This topic is now closed to further replies.


×
×
  • Create New...