TvT NPC Missing

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
User avatar
knoppix
Posts: 138
Joined: Sat Dec 12, 2009 8:02 pm
Location: La Plata, Buenos Aires

TvT NPC Missing

Post 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!
"Only two things are infinite, the universe and human stupidity, and I\\\'m not sure about the former." - A.Einstein
burrito
Posts: 276
Joined: Wed Apr 15, 2009 6:41 am

Re: TvT NPC Missing

Post 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
User avatar
knoppix
Posts: 138
Joined: Sat Dec 12, 2009 8:02 pm
Location: La Plata, Buenos Aires

Re: TvT NPC Missing

Post 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.
"Only two things are infinite, the universe and human stupidity, and I\\\'m not sure about the former." - A.Einstein
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: TvT NPC Missing

Post by _DS_ »

Read comments in the configuration file, its documented.
Topic moved into support and closed.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Post Reply