» Find Revision
L2J Revision Number: exported (built on 20110703_1231 from the then-newest core)
L2JDP Revision Number: exported (built on 20110703_1231 from the then-newest core)
Hello everyone,
Just one quick question since I can't seem to find the problem. This was the same with the build on 20101215: when registering to most forts (except for Dragonspine, which seems interesting...), basically nothing happens. Checked the db and it seems that it is way overkilling the timestamp. (1313612807718 and so, so like 41500 years from now)
Tried to update the db since mine is still using decimal(20) for siegeDate, but it is the exact same with bigint(13).
No error message, no log, just this small scent of mistake. Used the same db for the newest beta H5 repo for testing but same result; also had this issue back before on another server so this does not seem mysql/servertime/whatever error. Seems like a format problem - but where or what?

As mentioned above, Dragonspine is working fine along with the castle siege schedules. Are the other forts (all of them) disabled, or this is some kind of error? If so, can somebody provide some ideas about what to check?

(Note: main problem, as mentioned above, that this is an exported core/dp combo since my eclipse subclipse plugin is missing some dependency and the synched code is not compiling with a subclipse error. Yey, distributed enhancing - I do not have the original code so I did not yet bother to get the source with some working svn solution...)