How to diasble Birthday Event it flood my database

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
shoko
Posts: 160
Joined: Sat Jul 28, 2007 11:46 am

How to diasble Birthday Event it flood my database

Post by shoko »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 15M
L2JDP Revision Number: 8696


How to diasble or remove Birthday Event it flood my database
so it send many mail
mysql has cpu running 100%


I has check from slowquery.log
# Query_time: 1.875000 Lock_time: 0.046875 Rows_sent: 0 Rows_examined: 2270
SET timestamp=1359156611;
SELECT object_id, item_id, count, enchant_level, loc, loc_data, custom_type1, custom_type2, mana_left, time FROM items WHERE owner_id=-1 AND loc='MAIL' AND loc_data=282137320;
# User@Host: root[root] @ localhost [127.0.0.1]
# Query_time: 1.875000 Lock_time: 0.031250 Rows_sent: 0 Rows_examined: 2270
SET timestamp=1359156611;
SELECT object_id, item_id, count, enchant_level, loc, loc_data, custom_type1, custom_type2, mana_left, time FROM items WHERE owner_id=-1 AND loc='MAIL' AND loc_data=282137323;
# Time: 130126 12:52:11
User avatar
shoko
Posts: 160
Joined: Sat Jul 28, 2007 11:46 am

Re: How to diasble Birthday Event it flood my database

Post by shoko »

I HAS REMOVE events/CharacterBirthday/CharacterBirthday.java
IT DON'T WORK
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: How to diasble Birthday Event it flood my database

Post by jurchiks »

L2J Revision Number: 15M
I'm sorry, what? Your dp code is outdated and that core revision number is definitely not L2J's.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply