If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision CT 1.5:
L2JDP Revision CT 1.5:
Change the title of a NPC in database is enough, or have to change somewhere else too?
Only the NPC table is enough?
Thx...
NPC Title [ENLIGHTENED]
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- morfiuz
- Posts: 90
- Joined: Sun Sep 19, 2010 5:45 pm
- Location: Brasil
NPC Title [ENLIGHTENED]
Last edited by morfiuz on Tue Aug 02, 2011 2:33 am, edited 1 time in total.
- volix
- Posts: 106
- Joined: Tue May 17, 2011 5:20 pm
Re: NPC Title
Only in database, but remember
Code: Select all
UPDATE `npc` SET `serverSideTitle` = '1' WHERE `id` = 'your_npc_id';
- morfiuz
- Posts: 90
- Joined: Sun Sep 19, 2010 5:45 pm
- Location: Brasil
Re: NPC Title [ENLIGHTENED]
Thank very much
I do not really know ...
thanks
I do not really know ...
thanks
- AntV
- Posts: 177
- Joined: Mon May 10, 2010 10:46 pm
Re: NPC Title [ENLIGHTENED]
Correct me if I'm wrong, but I believe changing it by shift-clicking on the npc and changing the title works. No Db mixed...
-
- Posts: 69
- Joined: Tue Nov 09, 2010 7:05 pm
Re: NPC Title [ENLIGHTENED]
Well I have changed it with shift + click. Works after restart :I
- morfiuz
- Posts: 90
- Joined: Sun Sep 19, 2010 5:45 pm
- Location: Brasil
Re: NPC Title [ENLIGHTENED]
Do not understand very well... But the changes are for me, not for the overall project
but I just translate the titles, and as the friend quoted volix, changed from 0 to 1, and... bingo working
Congratulations for volix
but I just translate the titles, and as the friend quoted volix, changed from 0 to 1, and... bingo working
Congratulations for volix

- Dumpster
- Posts: 254
- Joined: Thu Nov 04, 2010 5:15 am
- Location: U.S.A
Re: NPC Title [ENLIGHTENED]
Until you have to fresh install your data tables. Personal iam a back up freak hate losing work. So all of my changes are made threw sql then updated to my DB just to retain copys of my work.AntV wrote:Correct me if I'm wrong, but I believe changing it by shift-clicking on the npc and changing the title works. No Db mixed...
Makes no claim to know anything about anything.