L2J Revision Number:6523
L2JDP Revision Number:10320
Hi all,
i try to change some NPC name and with surprise, i don't find npc table on SQL!
I try to find another way so i see on \L2J_Server_BETA\game\data\stats\npcs the XML file.
I modify a npc name and reload the server but no result on live server.
Can you explain me how find and modify an existing NPC please?
Thank you!
I'm stupid or?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 411
- Joined: Thu Mar 12, 2009 8:20 pm
- Location: Toulouse, France
- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: I'm stupid or?
NPCs name are showed by client. If you want use server names you can enable it by adding that:
for example from:
to:
Code: Select all
name="Achmed" usingServerSideName="true"
Code: Select all
<npc id="100" level="80" type="L2Npc" name="Thomas D. Turkey">
Code: Select all
<npc id="100" level="80" type="L2Npc" name="St3eT" usingServerSideName="true">
-
- Posts: 411
- Joined: Thu Mar 12, 2009 8:20 pm
- Location: Toulouse, France
Re: I'm stupid or?
I try it like this :
I reload the server and no result. The NPC keep the same title (Test Server Helper)... I make a mistake?
Thank you.
Edit : That's work good for the Name but not for Title!... What can we do for change the title?
Thanks
Code: Select all
<npc id="31756" level="70" type="L2ClassMaster" name="Mr. Cat" title="Class Master" usingServerSideName="true">
Thank you.
Edit : That's work good for the Name but not for Title!... What can we do for change the title?
Thanks
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: I'm stupid or?
for title it's usingServerSideTitle, obviously.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 411
- Joined: Thu Mar 12, 2009 8:20 pm
- Location: Toulouse, France
Re: I'm stupid or?
Great! Thank you. Sorry for my question but like i write on title, i'm stupid... and contagious :p
Thanks
Thanks