Jump to content
  • 0

Custom Npc's


TitanDD

Question

If I have a Custom Npc for example a luxury gk,How can I add it to my server?

where to put the files ? and how can I spawn it (if its by id how can I know the id)

Im new to l2j first time opening a server,so thank you ahead.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Well,the NPC file includes SQL files and HTML files.The HTML files should be placed in the folder that the NPC is called. (ex: Luxury GK is a teleporter so the HTML files should go in :data/html/teleporter. Then you open your database (navicat,apache) i don't know what you are using and you insert the sql files.

The NPC id now, it's the number that the HTML file is called (ex:31150), so ingame : //spawn 31150.

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...