I'm stupid or?

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
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

I'm stupid or?

Post by kurtspirit »

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!
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: I'm stupid or?

Post by St3eT »

NPCs name are showed by client. If you want use server names you can enable it by adding that:

Code: Select all

 name="Achmed" usingServerSideName="true" 
for example from:

Code: Select all

 <npc id="100" level="80" type="L2Npc" name="Thomas D. Turkey"> 
to:

Code: Select all

 <npc id="100" level="80" type="L2Npc" name="St3eT" usingServerSideName="true"> 
If i should be black sheep for sure no as punishment
Image
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Re: I'm stupid or?

Post by kurtspirit »

I try it like this :

Code: Select all

<npc id="31756" level="70" type="L2ClassMaster" name="Mr. Cat" title="Class Master" usingServerSideName="true">
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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: I'm stupid or?

Post by jurchiks »

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.
kurtspirit
Posts: 411
Joined: Thu Mar 12, 2009 8:20 pm
Location: Toulouse, France

Re: I'm stupid or?

Post by kurtspirit »

Great! Thank you. Sorry for my question but like i write on title, i'm stupid... and contagious :p
Thanks
Post Reply