Page 1 of 1

NPC Title [ENLIGHTENED]

Posted: Mon Aug 01, 2011 12:31 pm
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...

Re: NPC Title

Posted: Mon Aug 01, 2011 9:19 pm
by volix
Only in database, but remember

Code: Select all

UPDATE `npc` SET `serverSideTitle` = '1' WHERE `id` = 'your_npc_id';

Re: NPC Title [ENLIGHTENED]

Posted: Tue Aug 02, 2011 2:28 am
by morfiuz
Thank very much

I do not really know ...
thanks

Re: NPC Title [ENLIGHTENED]

Posted: Tue Aug 02, 2011 10:10 pm
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...

Re: NPC Title [ENLIGHTENED]

Posted: Tue Aug 02, 2011 10:17 pm
by hokkeli
Well I have changed it with shift + click. Works after restart :I

Re: NPC Title [ENLIGHTENED]

Posted: Wed Aug 03, 2011 12:14 am
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

Re: NPC Title [ENLIGHTENED]

Posted: Wed Aug 03, 2011 6:01 am
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.