Spawn table error

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
chromiumdj
Posts: 52
Joined: Mon Jul 27, 2015 11:51 am

Spawn table error

Post by chromiumdj »

Hellow guys! Updated my server from Stable to MASTER 2 days ago, now i got that issue and i have no idea how to fix it =S

Image

This happen when i try so spawn some monsters....

and ofc Custom_spawn table is enabled in cfg...
Last edited by chromiumdj on Mon Aug 24, 2015 3:19 am, edited 1 time in total.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: Spawn table error

Post by Zoey76 »

Probably you used an NPC ID for the template too big, maybe we need to upgrade the default values in SQL scripts :think:
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
chromiumdj
Posts: 52
Joined: Mon Jul 27, 2015 11:51 am

Re: Spawn table error

Post by chromiumdj »

hmmm thats why out of range*, but i used that same numbers b4... total of 7 numbers...

Is there some easy way to find out the available ids ?
chromiumdj
Posts: 52
Joined: Mon Jul 27, 2015 11:51 am

Re: Spawn table error

Post by chromiumdj »

I think i got it...

Image
chromiumdj
Posts: 52
Joined: Mon Jul 27, 2015 11:51 am

Re: Spawn table error

Post by chromiumdj »

fixed here..

Code: Select all

  -`npc_templateid` mediumint(7) unsigned NOT NULL DEFAULT '0',

Code: Select all

  +`npc_templateid` mediumint(8) unsigned NOT NULL DEFAULT '0',
With 8 now i can use 7 numbers in one ID again ...
Post Reply