Page 1 of 1

TvT NPC Missing

Posted: Sat Feb 27, 2010 4:09 am
by knoppix
Hi, i've notice that in all npc.sql table that was published in all the Epilogue distributions the NPC (70010 - TvT Event NPC) is missing, so i added from the Gracia Final table and correct the values for compatibility in the colums that doesn't allows nulls.

This missing NPC makes that if you enable TvT when the TvT Event start it makes a loop and make the server practically crush, generating lag and freeze.

Here is the code that have to be added into the NPC table, i've already tested in my DB, but feel free to test it before patching your production DB :D

Code: Select all

INSERT INTO `npc` VALUES ('70010', '31606', 'Catrina', '1', 'L2J TvT Event Manager', '1', 'Monster2.queen_of_cat', '8.00', '15.00', '70', 'female', 'L2TvTEventNpc', '40', '2444', '2444', '0.00', '0.00', '10', '10', '10', '10', '10', '10', '0', '0', '500', '500', '500', '500', '278', '0', '333', '0', '0', '0', '0', '28', '120', '0', '0', 'LAST_HIT', 'false'); 
It will be great if this could be added to the official npc.sql file witch is in the SVN.

Regards!

Re: TvT NPC Missing

Posted: Sat Feb 27, 2010 4:39 am
by burrito
think it was moved from npc table to custom_npc table so you will need to enable custom tables for it to work, same thing w/ wedding npc and core buffer

Re: TvT NPC Missing

Posted: Sat Feb 27, 2010 5:00 am
by knoppix
Ok the, the db upgrade isn't adding that line, coz i made the upgrade and find this issue when the TvT try to start, and i have all the customs tables enabled.

Re: TvT NPC Missing

Posted: Sat Feb 27, 2010 7:58 am
by _DS_
Read comments in the configuration file, its documented.
Topic moved into support and closed.