Page 1 of 1

Where is CustomNpcTable??

Posted: Sun Nov 02, 2014 11:01 am
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 

Re: Where is CustomNpcTable??

Posted: Sun Nov 02, 2014 12:18 pm
by Cresceus
npc data is moved to xmls now.
check game/data/stats/npcs/custom

Re: Where is CustomNpcTable??

Posted: Sun Nov 02, 2014 7:35 pm
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>

Re: Where is CustomNpcTable??

Posted: Sun Nov 02, 2014 9:58 pm
by gtitanikos
I have done this and it works.Not complete but it works.
Now,about the no 2 in my first post, anyone?

Re: Where is CustomNpcTable??

Posted: Sun Nov 02, 2014 10:21 pm
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 

Re: Where is CustomNpcTable??

Posted: Mon Nov 03, 2014 10:05 pm
by gtitanikos
Thanks for answers.
Still no answer for wiki.