custom npc

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
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

custom npc

Post by bembelinas »

hi all, i created in navicat npc, but when i want to spawn it it say "target not found" i know there was in config alow custom npc or somethink b ut know i dont know were to find.
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: custom npc

Post by JMD »

general properties.
DonDrakon
Posts: 23
Joined: Sun Oct 10, 2010 6:34 pm
Location: Ukraine Kiev

Re: custom npc

Post by DonDrakon »

after create new npc in SQL you do restart game server?
Dinamitas
Posts: 26
Joined: Wed Dec 29, 2010 9:22 pm

Re: custom npc

Post by Dinamitas »

Go gameserver/config/general.properties
And look for

Code: Select all

# Default: FalseCustomNpcTable = False
ant set it to

Code: Select all

# Default: FalseCustomNpcTable = True
P.S.I never use custom tables ,I always use normal.
razvypp
Posts: 37
Joined: Mon May 09, 2011 8:56 am

Re: custom npc

Post by razvypp »

[quote="Dinamitas"]Go gameserver/config/general.properties
And look for

Code: Select all

# Default: FalseCustomNpcTable = False
ant set it to

Code: Select all

# Default: FalseCustomNpcTable = True
if this doesn't work insert values into NPC not custom_npc
Post Reply