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
chromiumdj
Posts: 52 Joined: Mon Jul 27, 2015 11:51 am
Post
by chromiumdj » Mon Aug 24, 2015 1:53 am
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
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.
Zoey76
L2j Inner Circle
Posts: 7008 Joined: Tue Aug 11, 2009 3:36 am
Post
by Zoey76 » Mon Aug 24, 2015 2:02 am
Probably you used an NPC ID for the template too big, maybe we need to upgrade the default values in SQL scripts
chromiumdj
Posts: 52 Joined: Mon Jul 27, 2015 11:51 am
Post
by chromiumdj » Mon Aug 24, 2015 3:16 am
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
Post
by chromiumdj » Tue Aug 25, 2015 10:13 am
I think i got it...
chromiumdj
Posts: 52 Joined: Mon Jul 27, 2015 11:51 am
Post
by chromiumdj » Tue Aug 25, 2015 10:36 am
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 ...