Jump to content

Recommended Posts

Posted

I downloaded a few custom weapons and the id's are all higher then 65535, why did navicat block any weapon id's past that number? or am i doing something wrong! Please let me know. Thanks :)

 

Macintosh!

Posted

because the column type for ids is unsigned short int which support numbers from 0 to 65535, you need to change it to int if u want it to support more :) but i dunno if it's compatable with your server :) better just change the ids :P

Posted

because the column type for ids is unsigned short int which support numbers from 0 to 65535, you need to change it to int if u want it to support more :) but i dunno if it's compatable with your server :) better just change the ids :P

lol the maximum ID is 65535, no more!!! and anyway the client sometimes don't support hight ID so need be changed.
Posted

This is a suicite!!!

65535 is 16 bit while

65536+ is 32 byte

 

Errors will apear everywhere at any time...

 

This will make your pc cripple on server running maybe cause of doublememory usage, im not the expert on these things but remember!!! all end at 65535 ex the max enchant so the number 65535 is the max values on l2server and millions of millions other applications!!1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock