Where is CustomNpcTable??

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
gtitanikos
Posts: 20
Joined: Tue Sep 23, 2014 12:11 pm

Where is CustomNpcTable??

Post by gtitanikos »

I have reinstall db,tho I was sure I enabled customs.
1 ) No CustomNpcTable. :?
2) SaveGmSpawnOnCustom = True.Custom Gmshop and Buffer dissapear when I log out.No errors in log
3)How can I create sql file so I can make Custom Gatekeeper work?Or a link or code to inastall one.
I cant acces wiki.Do I have to wait or...
Bare with me ppl and give me some tips.


Code: Select all

# ---------------------------------------------------------------------------# Custom Components# --------------------------------------------------------------------------- # Default: FalseCustomSpawnlistTable = True # Option to save GM spawn only in the custom table.# Default: FalseSaveGmSpawnOnCustom = True # Default: FalseCustomNpcData = True # Default: FalseCustomTeleportTable = True # Default: FalseCustomNpcBufferTables = True # Default: FalseCustomSkillsLoad = True # Default: FalseCustomItemsLoad = True # Default: FalseCustomMultisellLoad = True # Default: FalseCustomBuyListLoad = True 
Cresceus
Posts: 238
Joined: Tue Jan 15, 2008 8:20 am
Location: Germany

Re: Where is CustomNpcTable??

Post by Cresceus »

npc data is moved to xmls now.
check game/data/stats/npcs/custom
II337
Posts: 67
Joined: Mon Oct 27, 2014 9:44 pm

Re: Where is CustomNpcTable??

Post by II337 »

Use the html and stuff I sended to you.
Go in game/data/stats/npcs/custom

Add these lines

Code: Select all

    </npc>        <npc id="7077" displayId="25350" name="Global Gatekeeper" usingServerSideName="true" type="L2Teleporter">        <collision>            <radius normal="9" />            <height normal="34" />        </collision>    </npc>
gtitanikos
Posts: 20
Joined: Tue Sep 23, 2014 12:11 pm

Re: Where is CustomNpcTable??

Post by gtitanikos »

I have done this and it works.Not complete but it works.
Now,about the no 2 in my first post, anyone?
Stalitsa
Initiates
Initiates
Posts: 88
Joined: Fri Jul 26, 2013 10:16 am

Re: Where is CustomNpcTable??

Post by Stalitsa »

gtitanikos wrote:I have done this and it works.Not complete but it works.
Now,about the no 2 in my first post, anyone?

Code: Select all

 # ---------------------------------------------------------------------------# Custom Components# --------------------------------------------------------------------------- .......... # Option to save GM spawn only in the custom table.# Default: FalseSaveGmSpawnOnCustom = True 
Image
gtitanikos
Posts: 20
Joined: Tue Sep 23, 2014 12:11 pm

Re: Where is CustomNpcTable??

Post by gtitanikos »

Thanks for answers.
Still no answer for wiki.
Post Reply