Jump to content
  • 0

L2J Hi5 Change Npc Appearance


Question

Posted

Greetings again. I have a quick question, ¿isn't it possible to change the appearance of NPCs anymore?

If I am not mistaken, it could be done by changing the NPC Template ID, which could be done by editing the NPC ingame or from the database.
But now everything works with .XML and at least those coming in game\data\stats\npcs don't have the option to change their appearance, and the database doesn't have the NPC table now :-

 

3 answers to this question

Recommended Posts

  • 0
Posted

is simple.

 

Normal npc : 

npc id="123" name="Name" title="Title"

Custom one with options to change apparence : 

npc id="123" template_id="456" name="Name" title="Title"

(just add template_id=" ") and remember to edit other parameter like collision.

Guest
This topic is now closed to further replies.


×
×
  • Create New...