NPC Title [ENLIGHTENED]

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
morfiuz
Posts: 90
Joined: Sun Sep 19, 2010 5:45 pm
Location: Brasil

NPC Title [ENLIGHTENED]

Post by morfiuz »

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...
Last edited by morfiuz on Tue Aug 02, 2011 2:33 am, edited 1 time in total.
User avatar
volix
Posts: 106
Joined: Tue May 17, 2011 5:20 pm

Re: NPC Title

Post by volix »

Only in database, but remember

Code: Select all

UPDATE `npc` SET `serverSideTitle` = '1' WHERE `id` = 'your_npc_id';
User avatar
morfiuz
Posts: 90
Joined: Sun Sep 19, 2010 5:45 pm
Location: Brasil

Re: NPC Title [ENLIGHTENED]

Post by morfiuz »

Thank very much

I do not really know ...
thanks
User avatar
AntV
Posts: 177
Joined: Mon May 10, 2010 10:46 pm

Re: NPC Title [ENLIGHTENED]

Post by AntV »

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...
hokkeli
Posts: 69
Joined: Tue Nov 09, 2010 7:05 pm

Re: NPC Title [ENLIGHTENED]

Post by hokkeli »

Well I have changed it with shift + click. Works after restart :I
User avatar
morfiuz
Posts: 90
Joined: Sun Sep 19, 2010 5:45 pm
Location: Brasil

Re: NPC Title [ENLIGHTENED]

Post by morfiuz »

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 :P
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: NPC Title [ENLIGHTENED]

Post by Dumpster »

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...
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.
Makes no claim to know anything about anything.
Post Reply