<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <pubDate>Wed, 12 Sep 2012 16:14:37 GMT</pubDate>
    <description>News headline of L2J-SFJP (l2jacmjpn) @ SourceForge.JP</description>
    <link>http://de.sourceforge.jp/projects/l2jacmjpn/</link>
    <atom:link href="http://de.sourceforge.jp/projects/l2jacmjpn/news/rss" rel="self" type="application/rss+xml" />
    <title>News of L2J-SFJP</title>
        <language>ja-jp</language>
        <item>
            <pubDate>Wed, 12 Sep 2012 16:14:37 GMT</pubDate>
            <dc:creator>JOJO (torikawatukune)</dc:creator>
            <title>ActivePerl 5.16 でビルド不能です</title>
            <link>http://de.sourceforge.jp/projects/l2jacmjpn/news/23485</link>
            <guid>http://de.sourceforge.jp/projects/l2jacmjpn/news/23485</guid>
            <description>&lt;div class=&quot;wiki-compact&quot;&gt;&lt;pre&gt;L2J_DataPack_BETA のビルド時に使用する Active Perl が
「Variable length lookbehind not implemented in regex ････」
のエラーメッセージで中断します。

ActivePerl 5.16.1 ×ビルド不能です
ActivePerl 5.16.0 ×ビルド不能です
ActivePerl 5.14.2 ○ビルド可能です
&lt;/pre&gt;&lt;/div&gt;</description>
          </item>
        <item>
            <pubDate>Tue, 04 Sep 2012 00:11:16 GMT</pubDate>
            <dc:creator>JOJO (torikawatukune)</dc:creator>
            <title>LoginServer.properties の LoginHostname のデフォルト値変更されています</title>
            <link>http://de.sourceforge.jp/projects/l2jacmjpn/news/23445</link>
            <guid>http://de.sourceforge.jp/projects/l2jacmjpn/news/23445</guid>
            <description>&lt;div class=&quot;wiki-compact&quot;&gt;&lt;pre&gt;L2J本家 rev 5534 において、LoginServer.properties の LoginHostname のデフォルト値が「*」から「127.0.0.1」に変更になりました。

「*」はサーバ・マシンに搭載されている全てのネットワーク・インターフェースで待ち受けする設定です。
「127.0.0.1」はログイン・サーバとゲーム・サーバが同一マシンでのみ通信可です。
サーバ・マシンを2台以上所有している方はご注意ください。

なぜこのように変更されたか、推測ですが、おそらくルータのポート 9014 を開放してしまうサーバ管理者が多いためだと思います。9014 はログイン・サーバとゲーム・サーバが通信しあうポートなので、(特に理由が無い限りは)外部へ開放する必要は無いんです。開放する必要の無いポートを開放するのはセキュリティの都合上、好ましくありません。
そこで、もし万が一 9014 を開放してしまっていても、リッスン・アドレスを狭めて、外部ネットワークから侵入されないように、今回の変更がなされたものでしょう。

ちなみに私のプライベート・サーバには LoginHostname=192.168.0.99 と、ログイン・サーバのローカル・アドレスを設定しました。
&lt;/pre&gt;&lt;/div&gt;</description>
          </item>
        <item>
            <pubDate>Tue, 04 Sep 2012 00:02:16 GMT</pubDate>
            <dc:creator>JOJO (torikawatukune)</dc:creator>
            <title>propertiesファイルのファイル名が変更されています</title>
            <link>http://de.sourceforge.jp/projects/l2jacmjpn/news/23444</link>
            <guid>http://de.sourceforge.jp/projects/l2jacmjpn/news/23444</guid>
            <description>&lt;div class=&quot;wiki-compact&quot;&gt;&lt;pre&gt;L2J本家 rev 5534 において、properties ファイルのファイル名が変更されました。

しかもなんと、大文字・小文字違いの同名ファイルです！(例：server.properties → Server.properties)

subversion ではOSの都合上「禁じ手」なので一般には嫌われる行為なのですが、やられてしまいました。
eclipse で「チーム・更新」するとき失敗する可能性があるので注意してください。
もし失敗したら、TortoiseSVN で「変更をチェック」で元に戻せばうまくいきます。
&lt;/pre&gt;&lt;/div&gt;</description>
          </item>
        <item>
            <pubDate>Sun, 02 Sep 2012 12:47:36 GMT</pubDate>
            <dc:creator>JOJO (torikawatukune)</dc:creator>
            <title>クエストのディレクトリがまとめて移動となりました</title>
            <link>http://de.sourceforge.jp/projects/l2jacmjpn/news/23438</link>
            <guid>http://de.sourceforge.jp/projects/l2jacmjpn/news/23438</guid>
            <description>&lt;div class=&quot;wiki-compact&quot;&gt;&lt;p&gt;L2J本家データパック リビジョン 9027～9028 で、data/scripts/quests配下の「Q」で始まるディレクトリ(java化されたクエスト)の名が、ぜんぶ変更されています。
&lt;/p&gt;&lt;p&gt;例 Q11_SecretMeetingWithKetraOrcs → Q00011_SecretMeetingWithKetraOrcs
&lt;/p&gt;&lt;p&gt;数字の部分を5桁に統一して、一覧表示がクエスト番号順に並ぶようにしたかった模様です。
&lt;/p&gt;&lt;p&gt;くだらない、どうでもいい変更なんですが(こんなことに労力を割くヒマがあるなら、GOD･･･)、同期をとるこっちとしては大変手間のかかる大仕事なのでやりたくはないんですけど・・・
ひとつひとつ根気よく手作業でチマチマやると時間がかかるしミスを犯しやすいので、ここはバッチファイルをつくって一気にガガッとやってみました。
&lt;/p&gt;&lt;p&gt;だいたいいつも、こんな感じでやっています。参考になればさいわいです。
&lt;/p&gt;&lt;p&gt;part1: ディレクトリを一括リネームするバッチファイル
&lt;pre&gt;CHDIR /D L2J_DataPack_BETA\dist\game\data\scripts\quests||@(PAUSE&amp;amp;GOTO :EOF)

@REM r9027
svn move Q11_SecretMeetingWithKetraOrcs         Q00011_SecretMeetingWithKetraOrcs\
svn move Q12_SecretMeetingWithVarkaSilenos      Q00012_SecretMeetingWithVarkaSilenos\
svn move Q13_ParcelDelivery                     Q00013_ParcelDelivery\
svn move Q14_WhereaboutsOfTheArchaeologist      Q00014_WhereaboutsOfTheArchaeologist\
svn move Q15_SweetWhispers                      Q00015_SweetWhispers\
svn move Q16_TheComingDarkness                  Q00016_TheComingDarkness\
svn move Q17_LightAndDarkness                   Q00017_LightAndDarkness\
svn move Q18_MeetingWithTheGoldenRam            Q00018_MeetingWithTheGoldenRam\
svn move Q19_GoToThePastureland                 Q00019_GoToThePastureland\
svn move Q20_BringUpWithLove                    Q00020_BringUpWithLove\
svn move Q26_TiredOfWaiting                     Q00026_TiredOfWaiting\
svn move Q27_ChestCaughtWithABaitOfWind         Q00027_ChestCaughtWithABaitOfWind\
svn move Q28_ChestCaughtWithABaitOfIcyAir       Q00028_ChestCaughtWithABaitOfIcyAir\
svn move Q29_ChestCaughtWithABaitOfEarth        Q00029_ChestCaughtWithABaitOfEarth\
svn move Q30_ChestCaughtWithABaitOfFire         Q00030_ChestCaughtWithABaitOfFire\
svn move Q50_LanoscosSpecialBait                Q00050_LanoscosSpecialBait\
svn move Q51_OFullesSpecialBait                 Q00051_OFullesSpecialBait\
svn move Q52_WilliesSpecialBait                 Q00052_WilliesSpecialBait\
svn move Q53_LinnaeusSpecialBait                Q00053_LinnaeusSpecialBait\
svn move Q109_InSearchOfTheNest                 Q00109_InSearchOfTheNest\
svn move Q110_ToThePrimevalIsle                 Q00110_ToThePrimevalIsle\
svn move Q126_TheNameOfEvil2                    Q00126_TheNameOfEvil2\
svn move Q132_MatrasCuriosity                   Q00132_MatrasCuriosity\
svn move Q137_TempleChampionPart1               Q00137_TempleChampionPart1\
svn move Q138_TempleChampionPart2               Q00138_TempleChampionPart2\
svn move Q146_TheZeroHour                       Q00146_TheZeroHour\
svn move Q147_PathtoBecominganEliteMercenary    Q00147_PathtoBecominganEliteMercenary\
svn move Q148_PathtoBecominganExaltedMercenary  Q00148_PathtoBecominganExaltedMercenary\
svn move Q153_DeliverGoods                      Q00153_DeliverGoods\
svn move Q179_IntoTheLargeCavern                Q00179_IntoTheLargeCavern\
svn move Q182_NewRecruits                       Q00182_NewRecruits\
svn move Q192_SevenSignSeriesOfDoubt            Q00192_SevenSignSeriesOfDoubt\
svn move Q249_PoisonedPlainsOfTheLizardmen      Q00249_PoisonedPlainsOfTheLizardmen\
svn move Q250_WatchWhatYouEat                   Q00250_WatchWhatYouEat\
svn move Q251_NoSecrets                         Q00251_NoSecrets\
svn move Q252_ItSmellsDelicious                 Q00252_ItSmellsDelicious\
svn move Q278_HomeSecurity                      Q00278_HomeSecurity\
svn move Q279_TargetOfOpportunity               Q00279_TargetOfOpportunity\
svn move Q287_FiguringItOut                     Q00287_FiguringItOut\
svn move Q289_NoMoreSoupForYou                  Q00289_NoMoreSoupForYou\
svn move Q290_ThreatRemoval                     Q00290_ThreatRemoval\
svn move Q307_ControlDeviceOfTheGiants          Q00307_ControlDeviceOfTheGiants\
svn move Q309_ForAGoodCause                     Q00309_ForAGoodCause\
svn move Q350_EnhanceYourWeapon                 Q00350_EnhanceYourWeapon\
svn move Q376_ExplorationOfTheGiantsCavePart1   Q00376_ExplorationOfTheGiantsCavePart1\
svn move Q377_ExplorationOfTheGiantsCavePart2   Q00377_ExplorationOfTheGiantsCavePart2\
svn move Q401_PathToWarrior                     Q00401_PathToWarrior\
svn move Q423_TakeYourBestShot                  Q00423_TakeYourBestShot\
svn move Q452_FindingtheLostSoldiers            Q00452_FindingtheLostSoldiers\
svn move Q453_NotStrongEnoughAlone              Q00453_NotStrongEnoughAlone\
svn move Q458_PerfectForm                       Q00458_PerfectForm\
svn move Q461_RumbleInTheBase                   Q00461_RumbleInTheBase\
svn move Q463_IMustBeaGenius                    Q00463_IMustBeaGenius\
svn move Q504_CompetitionfortheBanditStronghold Q00504_CompetitionfortheBanditStronghold\
svn move Q508_AClansReputation                  Q00508_AClansReputation\
svn move Q509_AClansFame                        Q00509_AClansFame\
svn move Q510_AClansPrestige                    Q00510_AClansPrestige\
svn move Q511_AwlUnderFoot                      Q00511_AwlUnderFoot\
svn move Q551_OlympiadStarter                   Q00551_OlympiadStarter\
svn move Q552_OlympiadVeteran                   Q00552_OlympiadVeteran\
svn move Q553_OlympiadUndefeated                Q00553_OlympiadUndefeated\
svn move Q636_TruthBeyond                       Q00636_TruthBeyond\
svn move Q637_ThroughOnceMore                   Q00637_ThroughOnceMore\
svn move Q641_AttackSailren                     Q00641_AttackSailren\
svn move Q690_JudesRequest                      Q00690_JudesRequest\
svn move Q691_MatrasSuspiciousRequest           Q00691_MatrasSuspiciousRequest\
svn move Q692_HowtoOpposeEvil                   Q00692_HowtoOpposeEvil\
svn move Q702_ATrapForRevenge                   Q00702_ATrapForRevenge\

@REM r9028
svn move Q124_MeetingTheElroki                  Q00124_MeetingTheElroki\

@PAUSE

@REM start &amp;quot;&amp;quot; &amp;quot;%ProgramFiles%\TortoiseSVN\bin\TortoiseProc.exe&amp;quot; /command:commit /path:&amp;quot;%CD%&amp;quot;
&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;part2: javaスクリプトのファイル名を一括リネームするバッチファイル
&lt;pre&gt;CHDIR /D L2J_DataPack_BETA\dist\game\data\scripts\quests||@(PAUSE&amp;amp;GOTO :EOF)

@REM r9027
svn move Q00011_SecretMeetingWithKetraOrcs\Q11_SecretMeetingWithKetraOrcs.java^
         Q00011_SecretMeetingWithKetraOrcs\Q00011_SecretMeetingWithKetraOrcs.java
svn move Q00012_SecretMeetingWithVarkaSilenos\Q12_SecretMeetingWithVarkaSilenos.java^
         Q00012_SecretMeetingWithVarkaSilenos\Q00012_SecretMeetingWithVarkaSilenos.java
svn move Q00013_ParcelDelivery\Q13_ParcelDelivery.java^
         Q00013_ParcelDelivery\Q00013_ParcelDelivery.java
svn move Q00014_WhereaboutsOfTheArchaeologist\Q14_WhereaboutsOfTheArchaeologist.java^
         Q00014_WhereaboutsOfTheArchaeologist\Q00014_WhereaboutsOfTheArchaeologist.java
svn move Q00015_SweetWhispers\Q15_SweetWhispers.java^
         Q00015_SweetWhispers\Q00015_SweetWhispers.java
svn move Q00016_TheComingDarkness\Q16_TheComingDarkness.java^
         Q00016_TheComingDarkness\Q00016_TheComingDarkness.java
svn move Q00017_LightAndDarkness\Q17_LightAndDarkness.java^
         Q00017_LightAndDarkness\Q00017_LightAndDarkness.java
svn move Q00018_MeetingWithTheGoldenRam\Q18_MeetingWithTheGoldenRam.java^
         Q00018_MeetingWithTheGoldenRam\Q00018_MeetingWithTheGoldenRam.java
svn move Q00019_GoToThePastureland\Q19_GoToThePastureland.java^
         Q00019_GoToThePastureland\Q00019_GoToThePastureland.java
svn move Q00020_BringUpWithLove\Q20_BringUpWithLove.java^
         Q00020_BringUpWithLove\Q00020_BringUpWithLove.java
svn move Q00026_TiredOfWaiting\Q26_TiredOfWaiting.java^
         Q00026_TiredOfWaiting\Q00026_TiredOfWaiting.java
svn move Q00027_ChestCaughtWithABaitOfWind\Q27_ChestCaughtWithABaitOfWind.java^
         Q00027_ChestCaughtWithABaitOfWind\Q00027_ChestCaughtWithABaitOfWind.java
svn move Q00028_ChestCaughtWithABaitOfIcyAir\Q28_ChestCaughtWithABaitOfIcyAir.java^
         Q00028_ChestCaughtWithABaitOfIcyAir\Q00028_ChestCaughtWithABaitOfIcyAir.java
svn move Q00029_ChestCaughtWithABaitOfEarth\Q29_ChestCaughtWithABaitOfEarth.java^
         Q00029_ChestCaughtWithABaitOfEarth\Q00029_ChestCaughtWithABaitOfEarth.java
svn move Q00030_ChestCaughtWithABaitOfFire\Q30_ChestCaughtWithABaitOfFire.java^
         Q00030_ChestCaughtWithABaitOfFire\Q00030_ChestCaughtWithABaitOfFire.java
svn move Q00050_LanoscosSpecialBait\Q50_LanoscosSpecialBait.java^
         Q00050_LanoscosSpecialBait\Q00050_LanoscosSpecialBait.java
svn move Q00051_OFullesSpecialBait\Q51_OFullesSpecialBait.java^
         Q00051_OFullesSpecialBait\Q00051_OFullesSpecialBait.java
svn move Q00052_WilliesSpecialBait\Q52_WilliesSpecialBait.java^
         Q00052_WilliesSpecialBait\Q00052_WilliesSpecialBait.java
svn move Q00053_LinnaeusSpecialBait\Q53_LinnaeusSpecialBait.java^
         Q00053_LinnaeusSpecialBait\Q00053_LinnaeusSpecialBait.java
svn move Q00109_InSearchOfTheNest\Q109_InSearchOfTheNest.java^
         Q00109_InSearchOfTheNest\Q00109_InSearchOfTheNest.java
svn move Q00110_ToThePrimevalIsle\Q110_ToThePrimevalIsle.java^
         Q00110_ToThePrimevalIsle\Q00110_ToThePrimevalIsle.java
svn move Q00126_TheNameOfEvil2\Q126_TheNameOfEvil2.java^
         Q00126_TheNameOfEvil2\Q00126_TheNameOfEvil2.java
svn move Q00132_MatrasCuriosity\Q132_MatrasCuriosity.java^
         Q00132_MatrasCuriosity\Q00132_MatrasCuriosity.java
svn move Q00137_TempleChampionPart1\Q137_TempleChampionPart1.java^
         Q00137_TempleChampionPart1\Q00137_TempleChampionPart1.java
svn move Q00138_TempleChampionPart2\Q138_TempleChampionPart2.java^
         Q00138_TempleChampionPart2\Q00138_TempleChampionPart2.java
svn move Q00146_TheZeroHour\Q146_TheZeroHour.java^
         Q00146_TheZeroHour\Q00146_TheZeroHour.java
svn move Q00147_PathtoBecominganEliteMercenary\Q147_PathtoBecominganEliteMercenary.java^
         Q00147_PathtoBecominganEliteMercenary\Q00147_PathtoBecominganEliteMercenary.java
svn move Q00148_PathtoBecominganExaltedMercenary\Q148_PathtoBecominganExaltedMercenary.java^
         Q00148_PathtoBecominganExaltedMercenary\Q00148_PathtoBecominganExaltedMercenary.java
svn move Q00153_DeliverGoods\Q153_DeliverGoods.java^
         Q00153_DeliverGoods\Q00153_DeliverGoods.java
svn move Q00179_IntoTheLargeCavern\Q179_IntoTheLargeCavern.java^
         Q00179_IntoTheLargeCavern\Q00179_IntoTheLargeCavern.java
svn move Q00182_NewRecruits\Q182_NewRecruits.java^
         Q00182_NewRecruits\Q00182_NewRecruits.java
svn move Q00192_SevenSignSeriesOfDoubt\Q192_SevenSignSeriesOfDoubt.java^
         Q00192_SevenSignSeriesOfDoubt\Q00192_SevenSignSeriesOfDoubt.java
svn move Q00249_PoisonedPlainsOfTheLizardmen\Q249_PoisonedPlainsOfTheLizardmen.java^
         Q00249_PoisonedPlainsOfTheLizardmen\Q00249_PoisonedPlainsOfTheLizardmen.java
svn move Q00250_WatchWhatYouEat\Q250_WatchWhatYouEat.java^
         Q00250_WatchWhatYouEat\Q00250_WatchWhatYouEat.java
svn move Q00251_NoSecrets\Q251_NoSecrets.java^
         Q00251_NoSecrets\Q00251_NoSecrets.java
svn move Q00252_ItSmellsDelicious\Q252_ItSmellsDelicious.java^
         Q00252_ItSmellsDelicious\Q00252_ItSmellsDelicious.java
svn move Q00278_HomeSecurity\Q278_HomeSecurity.java^
         Q00278_HomeSecurity\Q00278_HomeSecurity.java
svn move Q00279_TargetOfOpportunity\Q279_TargetOfOpportunity.java^
         Q00279_TargetOfOpportunity\Q00279_TargetOfOpportunity.java
svn move Q00287_FiguringItOut\Q287_FiguringItOut.java^
         Q00287_FiguringItOut\Q00287_FiguringItOut.java
svn move Q00289_NoMoreSoupForYou\Q289_NoMoreSoupForYou.java^
         Q00289_NoMoreSoupForYou\Q00289_NoMoreSoupForYou.java
svn move Q00290_ThreatRemoval\Q290_ThreatRemoval.java^
         Q00290_ThreatRemoval\Q00290_ThreatRemoval.java
svn move Q00307_ControlDeviceOfTheGiants\Q307_ControlDeviceOfTheGiants.java^
         Q00307_ControlDeviceOfTheGiants\Q00307_ControlDeviceOfTheGiants.java
svn move Q00309_ForAGoodCause\Q309_ForAGoodCause.java^
         Q00309_ForAGoodCause\Q00309_ForAGoodCause.java
svn move Q00350_EnhanceYourWeapon\Q350_EnhanceYourWeapon.java^
         Q00350_EnhanceYourWeapon\Q00350_EnhanceYourWeapon.java
svn move Q00376_ExplorationOfTheGiantsCavePart1\Q376_ExplorationOfTheGiantsCavePart1.java^
         Q00376_ExplorationOfTheGiantsCavePart1\Q00376_ExplorationOfTheGiantsCavePart1.java
svn move Q00377_ExplorationOfTheGiantsCavePart2\Q377_ExplorationOfTheGiantsCavePart2.java^
         Q00377_ExplorationOfTheGiantsCavePart2\Q00377_ExplorationOfTheGiantsCavePart2.java
svn move Q00401_PathToWarrior\Q401_PathToWarrior.java^
         Q00401_PathToWarrior\Q00401_PathToWarrior.java
svn move Q00423_TakeYourBestShot\Q423_TakeYourBestShot.java^
         Q00423_TakeYourBestShot\Q00423_TakeYourBestShot.java
svn move Q00452_FindingtheLostSoldiers\Q452_FindingtheLostSoldiers.java^
         Q00452_FindingtheLostSoldiers\Q00452_FindingtheLostSoldiers.java
svn move Q00453_NotStrongEnoughAlone\Q453_NotStrongEnoughAlone.java^
         Q00453_NotStrongEnoughAlone\Q00453_NotStrongEnoughAlone.java
svn move Q00458_PerfectForm\Q458_PerfectForm.java^
         Q00458_PerfectForm\Q00458_PerfectForm.java
svn move Q00461_RumbleInTheBase\Q461_RumbleInTheBase.java^
         Q00461_RumbleInTheBase\Q00461_RumbleInTheBase.java
svn move Q00463_IMustBeaGenius\Q463_IMustBeaGenius.java^
         Q00463_IMustBeaGenius\Q00463_IMustBeaGenius.java
svn move Q00504_CompetitionfortheBanditStronghold\Q504_CompetitionfortheBanditStronghold.java^
         Q00504_CompetitionfortheBanditStronghold\Q00504_CompetitionfortheBanditStronghold.java
svn move Q00508_AClansReputation\Q508_AClansReputation.java^
         Q00508_AClansReputation\Q00508_AClansReputation.java
svn move Q00509_AClansFame\Q509_AClansFame.java^
         Q00509_AClansFame\Q00509_AClansFame.java
svn move Q00510_AClansPrestige\Q510_AClansPrestige.java^
         Q00510_AClansPrestige\Q00510_AClansPrestige.java
svn move Q00511_AwlUnderFoot\Q511_AwlUnderFoot.java^
         Q00511_AwlUnderFoot\Q00511_AwlUnderFoot.java
svn move Q00551_OlympiadStarter\Q551_OlympiadStarter.java^
         Q00551_OlympiadStarter\Q00551_OlympiadStarter.java
svn move Q00552_OlympiadVeteran\Q552_OlympiadVeteran.java^
         Q00552_OlympiadVeteran\Q00552_OlympiadVeteran.java
svn move Q00553_OlympiadUndefeated\Q553_OlympiadUndefeated.java^
         Q00553_OlympiadUndefeated\Q00553_OlympiadUndefeated.java
svn move Q00636_TruthBeyond\Q636_TruthBeyond.java^
         Q00636_TruthBeyond\Q00636_TruthBeyond.java
svn move Q00637_ThroughOnceMore\Q637_ThroughOnceMore.java^
         Q00637_ThroughOnceMore\Q00637_ThroughOnceMore.java
svn move Q00641_AttackSailren\Q641_AttackSailren.java^
         Q00641_AttackSailren\Q00641_AttackSailren.java
svn move Q00690_JudesRequest\Q690_JudesRequest.java^
         Q00690_JudesRequest\Q00690_JudesRequest.java
svn move Q00691_MatrasSuspiciousRequest\Q691_MatrasSuspiciousRequest.java^
         Q00691_MatrasSuspiciousRequest\Q00691_MatrasSuspiciousRequest.java
svn move Q00692_HowtoOpposeEvil\Q692_HowtoOpposeEvil.java^
         Q00692_HowtoOpposeEvil\Q00692_HowtoOpposeEvil.java
svn move Q00702_ATrapForRevenge\Q702_ATrapForRevenge.java^
         Q00702_ATrapForRevenge\Q00702_ATrapForRevenge.java

@REM r9028
svn move Q00124_MeetingTheElroki\Q124_MeetingTheElroki.java^
         Q00124_MeetingTheElroki\Q00124_MeetingTheElroki.java

@REM Japanese
svn move Q00016_TheComingDarkness\Q16_TheComingDarkness.java.ja^
         Q00016_TheComingDarkness\Q00016_TheComingDarkness.java.ja

svn move Q00017_LightAndDarkness\Q17_LightAndDarkness.java.ja^
         Q00017_LightAndDarkness\Q00017_LightAndDarkness.java.ja

@PAUSE

@REM start &amp;quot;&amp;quot; &amp;quot;%ProgramFiles%\TortoiseSVN\bin\TortoiseProc.exe&amp;quot; /command:commit /path:&amp;quot;%CD%&amp;quot;
&lt;/pre&gt;&lt;/p&gt;&lt;p&gt;part3: javaスクリプトの中のパッケージ名・クラス名を一括書き換えるするバッチファイル
&lt;pre&gt;CHDIR /D L2J_DataPack_BETA\dist\game\data\scripts\quests||@(PAUSE&amp;amp;GOTO :EOF)

@REM r9027
perl -i.BAK -pe &amp;quot;s/Q11_SecretMeetingWithKetraOrcs/Q00011_SecretMeetingWithKetraOrcs/g;&amp;quot;                Q00011_SecretMeetingWithKetraOrcs\Q00011_SecretMeetingWithKetraOrcs.java
perl -i.BAK -pe &amp;quot;s/Q12_SecretMeetingWithVarkaSilenos/Q00012_SecretMeetingWithVarkaSilenos/g;&amp;quot;          Q00012_SecretMeetingWithVarkaSilenos\Q00012_SecretMeetingWithVarkaSilenos.java
perl -i.BAK -pe &amp;quot;s/Q13_ParcelDelivery/Q00013_ParcelDelivery/g;&amp;quot;                                        Q00013_ParcelDelivery\Q00013_ParcelDelivery.java
perl -i.BAK -pe &amp;quot;s/Q14_WhereaboutsOfTheArchaeologist/Q00014_WhereaboutsOfTheArchaeologist/g;&amp;quot;          Q00014_WhereaboutsOfTheArchaeologist\Q00014_WhereaboutsOfTheArchaeologist.java
perl -i.BAK -pe &amp;quot;s/Q15_SweetWhispers/Q00015_SweetWhispers/g;&amp;quot;                                          Q00015_SweetWhispers\Q00015_SweetWhispers.java
perl -i.BAK -pe &amp;quot;s/Q16_TheComingDarkness/Q00016_TheComingDarkness/g;&amp;quot;                                  Q00016_TheComingDarkness\Q00016_TheComingDarkness.java
perl -i.BAK -pe &amp;quot;s/Q17_LightAndDarkness/Q00017_LightAndDarkness/g;&amp;quot;                                    Q00017_LightAndDarkness\Q00017_LightAndDarkness.java
perl -i.BAK -pe &amp;quot;s/Q18_MeetingWithTheGoldenRam/Q00018_MeetingWithTheGoldenRam/g;&amp;quot;                      Q00018_MeetingWithTheGoldenRam\Q00018_MeetingWithTheGoldenRam.java
perl -i.BAK -pe &amp;quot;s/Q19_GoToThePastureland/Q00019_GoToThePastureland/g;&amp;quot;                                Q00019_GoToThePastureland\Q00019_GoToThePastureland.java
perl -i.BAK -pe &amp;quot;s/Q20_BringUpWithLove/Q00020_BringUpWithLove/g;&amp;quot;                                      Q00020_BringUpWithLove\Q00020_BringUpWithLove.java
perl -i.BAK -pe &amp;quot;s/Q26_TiredOfWaiting/Q00026_TiredOfWaiting/g;&amp;quot;                                        Q00026_TiredOfWaiting\Q00026_TiredOfWaiting.java
perl -i.BAK -pe &amp;quot;s/Q27_ChestCaughtWithABaitOfWind/Q00027_ChestCaughtWithABaitOfWind/g;&amp;quot;                Q00027_ChestCaughtWithABaitOfWind\Q00027_ChestCaughtWithABaitOfWind.java
perl -i.BAK -pe &amp;quot;s/Q28_ChestCaughtWithABaitOfIcyAir/Q00028_ChestCaughtWithABaitOfIcyAir/g;&amp;quot;            Q00028_ChestCaughtWithABaitOfIcyAir\Q00028_ChestCaughtWithABaitOfIcyAir.java
perl -i.BAK -pe &amp;quot;s/Q29_ChestCaughtWithABaitOfEarth/Q00029_ChestCaughtWithABaitOfEarth/g;&amp;quot;              Q00029_ChestCaughtWithABaitOfEarth\Q00029_ChestCaughtWithABaitOfEarth.java
perl -i.BAK -pe &amp;quot;s/Q30_ChestCaughtWithABaitOfFire/Q00030_ChestCaughtWithABaitOfFire/g;&amp;quot;                Q00030_ChestCaughtWithABaitOfFire\Q00030_ChestCaughtWithABaitOfFire.java
perl -i.BAK -pe &amp;quot;s/Q50_LanoscosSpecialBait/Q00050_LanoscosSpecialBait/g;&amp;quot;                              Q00050_LanoscosSpecialBait\Q00050_LanoscosSpecialBait.java
perl -i.BAK -pe &amp;quot;s/Q51_OFullesSpecialBait/Q00051_OFullesSpecialBait/g;&amp;quot;                                Q00051_OFullesSpecialBait\Q00051_OFullesSpecialBait.java
perl -i.BAK -pe &amp;quot;s/Q52_WilliesSpecialBait/Q00052_WilliesSpecialBait/g;&amp;quot;                                Q00052_WilliesSpecialBait\Q00052_WilliesSpecialBait.java
perl -i.BAK -pe &amp;quot;s/Q53_LinnaeusSpecialBait/Q00053_LinnaeusSpecialBait/g;&amp;quot;                              Q00053_LinnaeusSpecialBait\Q00053_LinnaeusSpecialBait.java
perl -i.BAK -pe &amp;quot;s/Q109_InSearchOfTheNest/Q00109_InSearchOfTheNest/g;&amp;quot;                                 Q00109_InSearchOfTheNest\Q00109_InSearchOfTheNest.java
perl -i.BAK -pe &amp;quot;s/Q110_ToThePrimevalIsle/Q00110_ToThePrimevalIsle/g;&amp;quot;                                 Q00110_ToThePrimevalIsle\Q00110_ToThePrimevalIsle.java
perl -i.BAK -pe &amp;quot;s/Q126_TheNameOfEvil2/Q00126_TheNameOfEvil2/g;&amp;quot;                                       Q00126_TheNameOfEvil2\Q00126_TheNameOfEvil2.java
perl -i.BAK -pe &amp;quot;s/Q132_MatrasCuriosity/Q00132_MatrasCuriosity/g;&amp;quot;                                     Q00132_MatrasCuriosity\Q00132_MatrasCuriosity.java
perl -i.BAK -pe &amp;quot;s/Q137_TempleChampionPart1/Q00137_TempleChampionPart1/g;&amp;quot;                             Q00137_TempleChampionPart1\Q00137_TempleChampionPart1.java
perl -i.BAK -pe &amp;quot;s/Q138_TempleChampionPart2/Q00138_TempleChampionPart2/g;&amp;quot;                             Q00138_TempleChampionPart2\Q00138_TempleChampionPart2.java
perl -i.BAK -pe &amp;quot;s/Q146_TheZeroHour/Q00146_TheZeroHour/g;&amp;quot;                                             Q00146_TheZeroHour\Q00146_TheZeroHour.java
perl -i.BAK -pe &amp;quot;s/Q147_PathtoBecominganEliteMercenary/Q00147_PathtoBecominganEliteMercenary/g;&amp;quot;       Q00147_PathtoBecominganEliteMercenary\Q00147_PathtoBecominganEliteMercenary.java
perl -i.BAK -pe &amp;quot;s/Q148_PathtoBecominganExaltedMercenary/Q00148_PathtoBecominganExaltedMercenary/g;&amp;quot;   Q00148_PathtoBecominganExaltedMercenary\Q00148_PathtoBecominganExaltedMercenary.java
perl -i.BAK -pe &amp;quot;s/Q153_DeliverGoods/Q00153_DeliverGoods/g;&amp;quot;                                           Q00153_DeliverGoods\Q00153_DeliverGoods.java
perl -i.BAK -pe &amp;quot;s/Q179_IntoTheLargeCavern/Q00179_IntoTheLargeCavern/g;&amp;quot;                               Q00179_IntoTheLargeCavern\Q00179_IntoTheLargeCavern.java
perl -i.BAK -pe &amp;quot;s/Q182_NewRecruits/Q00182_NewRecruits/g;&amp;quot;                                             Q00182_NewRecruits\Q00182_NewRecruits.java
perl -i.BAK -pe &amp;quot;s/Q192_SevenSignSeriesOfDoubt/Q00192_SevenSignSeriesOfDoubt/g;&amp;quot;                       Q00192_SevenSignSeriesOfDoubt\Q00192_SevenSignSeriesOfDoubt.java
perl -i.BAK -pe &amp;quot;s/Q249_PoisonedPlainsOfTheLizardmen/Q00249_PoisonedPlainsOfTheLizardmen/g;&amp;quot;           Q00249_PoisonedPlainsOfTheLizardmen\Q00249_PoisonedPlainsOfTheLizardmen.java
perl -i.BAK -pe &amp;quot;s/Q250_WatchWhatYouEat/Q00250_WatchWhatYouEat/g;&amp;quot;                                     Q00250_WatchWhatYouEat\Q00250_WatchWhatYouEat.java
perl -i.BAK -pe &amp;quot;s/Q251_NoSecrets/Q00251_NoSecrets/g;&amp;quot;                                                 Q00251_NoSecrets\Q00251_NoSecrets.java
perl -i.BAK -pe &amp;quot;s/Q252_ItSmellsDelicious/Q00252_ItSmellsDelicious/g;&amp;quot;                                 Q00252_ItSmellsDelicious\Q00252_ItSmellsDelicious.java
perl -i.BAK -pe &amp;quot;s/Q278_HomeSecurity/Q00278_HomeSecurity/g;&amp;quot;                                           Q00278_HomeSecurity\Q00278_HomeSecurity.java
perl -i.BAK -pe &amp;quot;s/Q279_TargetOfOpportunity/Q00279_TargetOfOpportunity/g;&amp;quot;                             Q00279_TargetOfOpportunity\Q00279_TargetOfOpportunity.java
perl -i.BAK -pe &amp;quot;s/Q287_FiguringItOut/Q00287_FiguringItOut/g;&amp;quot;                                         Q00287_FiguringItOut\Q00287_FiguringItOut.java
perl -i.BAK -pe &amp;quot;s/Q289_NoMoreSoupForYou/Q00289_NoMoreSoupForYou/g;&amp;quot;                                   Q00289_NoMoreSoupForYou\Q00289_NoMoreSoupForYou.java
perl -i.BAK -pe &amp;quot;s/Q290_ThreatRemoval/Q00290_ThreatRemoval/g;&amp;quot;                                         Q00290_ThreatRemoval\Q00290_ThreatRemoval.java
perl -i.BAK -pe &amp;quot;s/Q307_ControlDeviceOfTheGiants/Q00307_ControlDeviceOfTheGiants/g;&amp;quot;                   Q00307_ControlDeviceOfTheGiants\Q00307_ControlDeviceOfTheGiants.java
perl -i.BAK -pe &amp;quot;s/Q309_ForAGoodCause/Q00309_ForAGoodCause/g;&amp;quot;                                         Q00309_ForAGoodCause\Q00309_ForAGoodCause.java
perl -i.BAK -pe &amp;quot;s/Q350_EnhanceYourWeapon/Q00350_EnhanceYourWeapon/g;&amp;quot;                                 Q00350_EnhanceYourWeapon\Q00350_EnhanceYourWeapon.java
perl -i.BAK -pe &amp;quot;s/Q376_ExplorationOfTheGiantsCavePart1/Q00376_ExplorationOfTheGiantsCavePart1/g;&amp;quot;     Q00376_ExplorationOfTheGiantsCavePart1\Q00376_ExplorationOfTheGiantsCavePart1.java
perl -i.BAK -pe &amp;quot;s/Q377_ExplorationOfTheGiantsCavePart2/Q00377_ExplorationOfTheGiantsCavePart2/g;&amp;quot;     Q00377_ExplorationOfTheGiantsCavePart2\Q00377_ExplorationOfTheGiantsCavePart2.java
perl -i.BAK -pe &amp;quot;s/Q401_PathToWarrior/Q00401_PathToWarrior/g;&amp;quot;                                         Q00401_PathToWarrior\Q00401_PathToWarrior.java
perl -i.BAK -pe &amp;quot;s/Q423_TakeYourBestShot/Q00423_TakeYourBestShot/g;&amp;quot;                                   Q00423_TakeYourBestShot\Q00423_TakeYourBestShot.java
perl -i.BAK -pe &amp;quot;s/Q452_FindingtheLostSoldiers/Q00452_FindingtheLostSoldiers/g;&amp;quot;                       Q00452_FindingtheLostSoldiers\Q00452_FindingtheLostSoldiers.java
perl -i.BAK -pe &amp;quot;s/Q453_NotStrongEnoughAlone/Q00453_NotStrongEnoughAlone/g;&amp;quot;                           Q00453_NotStrongEnoughAlone\Q00453_NotStrongEnoughAlone.java
perl -i.BAK -pe &amp;quot;s/Q458_PerfectForm/Q00458_PerfectForm/g;&amp;quot;                                             Q00458_PerfectForm\Q00458_PerfectForm.java
perl -i.BAK -pe &amp;quot;s/Q461_RumbleInTheBase/Q00461_RumbleInTheBase/g;&amp;quot;                                     Q00461_RumbleInTheBase\Q00461_RumbleInTheBase.java
perl -i.BAK -pe &amp;quot;s/Q463_IMustBeaGenius/Q00463_IMustBeaGenius/g;&amp;quot;                                       Q00463_IMustBeaGenius\Q00463_IMustBeaGenius.java
perl -i.BAK -pe &amp;quot;s/Q504_CompetitionfortheBanditStronghold/Q00504_CompetitionfortheBanditStronghold/g;&amp;quot; Q00504_CompetitionfortheBanditStronghold\Q00504_CompetitionfortheBanditStronghold.java
perl -i.BAK -pe &amp;quot;s/Q508_AClansReputation/Q00508_AClansReputation/g;&amp;quot;                                   Q00508_AClansReputation\Q00508_AClansReputation.java
perl -i.BAK -pe &amp;quot;s/Q509_AClansFame/Q00509_AClansFame/g;&amp;quot;                                               Q00509_AClansFame\Q00509_AClansFame.java
perl -i.BAK -pe &amp;quot;s/Q510_AClansPrestige/Q00510_AClansPrestige/g;&amp;quot;                                       Q00510_AClansPrestige\Q00510_AClansPrestige.java
perl -i.BAK -pe &amp;quot;s/Q511_AwlUnderFoot/Q00511_AwlUnderFoot/g;&amp;quot;                                           Q00511_AwlUnderFoot\Q00511_AwlUnderFoot.java
perl -i.BAK -pe &amp;quot;s/Q551_OlympiadStarter/Q00551_OlympiadStarter/g;&amp;quot;                                     Q00551_OlympiadStarter\Q00551_OlympiadStarter.java
perl -i.BAK -pe &amp;quot;s/Q552_OlympiadVeteran/Q00552_OlympiadVeteran/g;&amp;quot;                                     Q00552_OlympiadVeteran\Q00552_OlympiadVeteran.java
perl -i.BAK -pe &amp;quot;s/Q553_OlympiadUndefeated/Q00553_OlympiadUndefeated/g;&amp;quot;                               Q00553_OlympiadUndefeated\Q00553_OlympiadUndefeated.java
perl -i.BAK -pe &amp;quot;s/Q636_TruthBeyond/Q00636_TruthBeyond/g;&amp;quot;                                             Q00636_TruthBeyond\Q00636_TruthBeyond.java
perl -i.BAK -pe &amp;quot;s/Q637_ThroughOnceMore/Q00637_ThroughOnceMore/g;&amp;quot;                                     Q00637_ThroughOnceMore\Q00637_ThroughOnceMore.java
perl -i.BAK -pe &amp;quot;s/Q641_AttackSailren/Q00641_AttackSailren/g;&amp;quot;                                         Q00641_AttackSailren\Q00641_AttackSailren.java
perl -i.BAK -pe &amp;quot;s/Q690_JudesRequest/Q00690_JudesRequest/g;&amp;quot;                                           Q00690_JudesRequest\Q00690_JudesRequest.java
perl -i.BAK -pe &amp;quot;s/Q691_MatrasSuspiciousRequest/Q00691_MatrasSuspiciousRequest/g;&amp;quot;                     Q00691_MatrasSuspiciousRequest\Q00691_MatrasSuspiciousRequest.java
perl -i.BAK -pe &amp;quot;s/Q692_HowtoOpposeEvil/Q00692_HowtoOpposeEvil/g;&amp;quot;                                     Q00692_HowtoOpposeEvil\Q00692_HowtoOpposeEvil.java
perl -i.BAK -pe &amp;quot;s/Q702_ATrapForRevenge/Q00702_ATrapForRevenge/g;&amp;quot;                                     Q00702_ATrapForRevenge\Q00702_ATrapForRevenge.java

@REM r9028
perl -i.BAK -pe &amp;quot;s/Q124_MeetingTheElroki/Q00124_MeetingTheElroki/g;&amp;quot;                                   Q00124_MeetingTheElroki\Q00124_MeetingTheElroki.java

@PAUSE

@REM start &amp;quot;&amp;quot; &amp;quot;%ProgramFiles%\TortoiseSVN\bin\TortoiseProc.exe&amp;quot; /command:commit /path:&amp;quot;%CD%&amp;quot;
&lt;/pre&gt;&lt;/p&gt;&lt;/div&gt;</description>
          </item>
        <item>
            <pubDate>Thu, 06 Oct 2011 13:36:57 GMT</pubDate>
            <dc:creator>JOJO (torikawatukune)</dc:creator>
            <title>CT2.5 Freya 開発終了 と CT2.6 H5 に関するお知らせ</title>
            <link>http://de.sourceforge.jp/projects/l2jacmjpn/news/22085</link>
            <guid>http://de.sourceforge.jp/projects/l2jacmjpn/news/22085</guid>
            <description>&lt;div class=&quot;wiki-compact&quot;&gt;&lt;pre&gt;セカンドスローン フレヤ の開発は終了しました。
ソースコード一式を下記アドレスへ移動しました。
元：svn.sourceforge.jp/svnroot/l2jacmjpn/trunk
先：svn.sourceforge.jp/svnroot/l2jacmjpn/tags/L2_T2.5stable

で、問題なのは、CT2.6 HighFive (Sign of Destruction)です。
現在本家(英語版)では、H5 STABLE版 と H5 BETA版 が平行して開発されています。
しかしこれでは同じもの(CT2.6 HighFive)が２重に存在することになり管理・メンテナンス・動作チェックも２重に行う必要があるため効率が悪く、人的負担も大きいのです。
また、H5 BETA版が活発に更新されており、ときどきまとめてH5 STABLE版にマージされるという方式をとってあるのですが、このやりかただとH5 STABLE版にsvnの履歴が詳しく残らないため、L2J-SFJP側としては同期が非常に困難になるのです。

ということで、L2J-SFJPではCT2.6 HighFive STABLE版を配置しないことにしました。CT2.6 HighFive BETA版のみを開発続行します。
svnリポジトリのtrunkはtags/L2J_T2.5stableへ移動したため、svnリポジトリにtrunkが無い、という異常な状態になってしまいましたが・・・１週間悩んだ末の結論です。

まとめると、こうなります。★が現在活発に更新されているメインプロジェクトです。
-----------------------------------------------------------------------
本家(英語版)
http://svn.l2jserver.com/trunk (フレヤSTABLE)
http://svn.l2jdp.com/trunk (フレヤSTABLE)
　↓↓↓開発終了のため移動
http://svn.l2jserver.com/branches/L2J_Server_CT2.5 (フレヤ最終)
http://svn.l2jdp.com/branches/L2J_DataPack_CT2.5 (フレヤ最終)

http://svn.l2jserver.com/branches/unstable/L2J_Server_BETA (H5 BETA)★
http://svn.l2jdp.com/branches/unstable/L2J_DataPack_BETA (H5 BETA)★
　↓↓↓ときどきマージ
http://svn.l2jserver.com/trunk (H5 STABLE)
http://svn.l2jdp.com/trunk (H5 STABLE)
-----------------------------------------------------------------------
L2J-SFJP
http://svn.sourceforge.jp/svnroot/l2jacmjpn/trunk/L2J_Server (フレヤSTABLE)
http://svn.sourceforge.jp/svnroot/l2jacmjpn/trunk/L2J_DataPack (フレヤSTABLE)
　↓↓↓開発終了のため移動
http://svn.sourceforge.jp/svnroot/l2jacmjpn/tags/L2_T2.5stable/L2J_Server (フレヤ最終)
http://svn.sourceforge.jp/svnroot/l2jacmjpn/tags/L2_T2.5stable/L2J_DataPack (フレヤ最終)

H5 BETA はそのまま続行。trunkはありません。
http://svn.sourceforge.jp/svnroot/l2jacmjpn/branches/unstable/L2J_Server_BETA (H5 BETA)★
http://svn.sourceforge.jp/svnroot/l2jacmjpn/branches/unstable/L2J_DataPack_BETA (H5 BETA)★
http://svn.sourceforge.jp/svnroot/l2jacmjpn/trunk/L2J_Server (なし)
http://svn.sourceforge.jp/svnroot/l2jacmjpn/trunk/L2J_DataPack (なし)
-----------------------------------------------------------------------

またそのうつち状況が変わるかもしれません。
&lt;/pre&gt;&lt;/div&gt;</description>
          </item>
        <item>
            <pubDate>Sun, 25 Sep 2011 13:02:57 GMT</pubDate>
            <dc:creator>JOJO (torikawatukune)</dc:creator>
            <title>jstyle 3.7.1.0 が出ております</title>
            <link>http://de.sourceforge.jp/projects/l2jacmjpn/news/22045</link>
            <guid>http://de.sourceforge.jp/projects/l2jacmjpn/news/22045</guid>
            <description>&lt;div class=&quot;wiki-compact&quot;&gt;&lt;pre&gt;eclipse 3.7.1 に対応したjstyleプラグインが出ております。
タブや改行を表示するプラグインです。
必要な方は作者様のホームページからダウンロードして自分でインストールしてください。
解凍してpluginディレクトリをコピーしてeclipse-clean.batを起動するだけです。

&lt;/pre&gt;&lt;/div&gt;</description>
          </item>
        <item>
            <pubDate>Sun, 31 Jul 2011 03:19:56 GMT</pubDate>
            <dc:creator>JOJO (torikawatukune)</dc:creator>
            <title>コンパイラがjdk7指定となりました</title>
            <link>http://de.sourceforge.jp/projects/l2jacmjpn/news/21833</link>
            <guid>http://de.sourceforge.jp/projects/l2jacmjpn/news/21833</guid>
            <description>&lt;div class=&quot;wiki-compact&quot;&gt;&lt;pre&gt;今までコンパイラはjdk6でしたが、本家リビジョン4768からjdk7指定となりました。
ソースコードをビルドするときは、jdk7をダウンロード、インストールして各種環境設定をしてください。
なお、eclipseはまだjava7に対応してません。ですので当分のあいだjava7の新機能は使わないと思います。
&lt;/pre&gt;&lt;/div&gt;</description>
          </item>
        <item>
            <pubDate>Sat, 09 Jul 2011 17:24:20 GMT</pubDate>
            <dc:creator>JOJO (torikawatukune)</dc:creator>
            <title>クロニクルスは非推奨です。Sign of Destructionへ移行お願いします。</title>
            <link>http://de.sourceforge.jp/projects/l2jacmjpn/news/21763</link>
            <guid>http://de.sourceforge.jp/projects/l2jacmjpn/news/21763</guid>
            <description>&lt;div class=&quot;wiki-compact&quot;&gt;&lt;pre&gt;High Five BETA の件ですが、
米国L2J本家 Protocol= 267;268;271;273
L2J-SFJP Protocol= 253;267;268;271;273
となっています。

プロトコル 253 は クロニクルス クライアント
プロトコル 267 は Sign of Destruction クライアント
どちらのクライアントも High Five BETA サーバでイン可能ですが
米国L2J本家では 253 はサポートされておらず、日本 L2J-SFJP 側で独自に追加したものです。

今後のアップデート内容によってはクロニクルス クライアントに不都合が生じる可能性もありますので
皆さん、Sign of Destruction クライアント への移行をお願いします。
&lt;/pre&gt;&lt;/div&gt;</description>
          </item>
        <item>
            <pubDate>Tue, 07 Jun 2011 12:33:23 GMT</pubDate>
            <dc:creator>JOJO (torikawatukune)</dc:creator>
            <title>[重要]データベース名が変更されました</title>
            <link>http://de.sourceforge.jp/projects/l2jacmjpn/news/21664</link>
            <guid>http://de.sourceforge.jp/projects/l2jacmjpn/news/21664</guid>
            <description>&lt;div class=&quot;wiki-compact&quot;&gt;&lt;pre&gt;L2J_Server rev4649 フレヤ・クロニクルスとも
L2J_DataPack rev8042 フレヤ・クロニクルスとも
データベース名が変更になりました。

ゲーム サーバ    l2jdb ⇒ l2jgs
ログイン サーバ    l2jdb ⇒ l2jls
コミュニティ サーバ    l2jcb ⇒ l2jcs

ログイン サーバの l2jls は 以前のゲーム サーバ l2db からの分離です。

選択肢は２つあります。A.がんばってデータベースを引越しするか、B.当分の間そのままにしておくか、です。

A.データベースを引越しする

データベース名はNaviCATなどのツールを使用しても直接リネームはできません。従来のl2jdbデータベースをsqlファイルにダンプして新しいl2jgsデータベースにロードする必要があります。l2jcbも同様です。
また、l2jdbの中からログインサーバに関するテーブルのみl2jlsに引っ越す必要があります。
慣れない人には大変な作業かもしれません。
さらに古いACMは動作しなくなります。ログイン サーバとゲーム サーバが分離したシステムに対応していないからです。最新のACMなら対応しています。そちらに移行するのもまた一苦労です。L2J-SFJPのリポジトリに入ってるのは古いACMです。最新版ACMは http://svn2.assembla.com/svn/l2j_manager/account_manager で手に入ります。そのうち日本語化してL2J-SFJPに置いておきたいと思います。

B.そのままにしておく

当面、無理してデータベース名を変更する必要はありません。vars.txt は元のまま（l2jdb のまま）でもオッケーです。
loginserver.properties、server.properties はSVNマージすると書き換えられてしまうかも知れないのでデータベース名の部分だけ元のl2jdbに書き換えてみてください。
コミュニティ サーバは使ってる人はほとんど居ないでしょうし L2J-SFJP ではサポートしていませんので無視していいと思います。

参考までに、私が自分のプライベート サーバのデータベース引越し作業用に書いたバッチファイルです。みなさんの環境でこのまま使えるとは限りませんが参考にしてください。無保証です。自己責任で。
@ECHO OFF
TITLE %~n0
PROMPT #
if not exist vars.txt (
	echo Error: 'vars.txt' not found.
	GOTO :DIE
)
ren vars.txt *.bat
call vars.bat
ren vars.bat *.txt
cls
cd
REM ----------------------------------------------
IF NOT DEFINED lsdb (ECHO Error: 'lsdb' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED cbdb (ECHO Error: 'cbdb' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED gsdb (ECHO Error: 'gsdb' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED lshost (ECHO Error: 'lshost' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED lsuser (ECHO Error: 'lsuser' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED lspass (ECHO Error: 'lspass' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED cbhost (ECHO Error: 'cbhost' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED cbuser (ECHO Error: 'cbuser' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED cbpass (ECHO Error: 'cbpass' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED gshost (ECHO Error: 'gshost' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED gsuser (ECHO Error: 'gsuser' not defined. Check your vars.txt&amp;amp;GOTO :DIE)
IF NOT DEFINED gspass (ECHO Error: 'gspass' not defined. Check your vars.txt&amp;amp;GOTO :DIE)

IF &amp;quot;%lsdb:~-1%&amp;quot;==&amp;quot; &amp;quot; SET lsdb=%lsdb:~0,-1%
IF &amp;quot;%cbdb:~-1%&amp;quot;==&amp;quot; &amp;quot; SET cbdb=%cbdb:~0,-1%
IF &amp;quot;%gsdb:~-1%&amp;quot;==&amp;quot; &amp;quot; SET gsdb=%gsdb:~0,-1%
IF &amp;quot;%lshost:~-1%&amp;quot;==&amp;quot; &amp;quot; SET lshost=%lshost:~0,-1%
IF &amp;quot;%lsuser:~-1%&amp;quot;==&amp;quot; &amp;quot; SET lsuser=%lsuser:~0,-1%
IF &amp;quot;%cbhost:~-1%&amp;quot;==&amp;quot; &amp;quot; SET cbhost=%cbhost:~0,-1%
IF &amp;quot;%cbuser:~-1%&amp;quot;==&amp;quot; &amp;quot; SET cbuser=%cbuser:~0,-1%
IF &amp;quot;%gshost:~-1%&amp;quot;==&amp;quot; &amp;quot; SET gshost=%gshost:~0,-1%
IF &amp;quot;%gsuser:~-1%&amp;quot;==&amp;quot; &amp;quot; SET gsuser=%gsuser:~0,-1%

SET L2JLS=l2jls
SET L2JCS=l2jcs
SET L2JGS=l2jgs

SET LS_TABLES=gameservers account_data accounts
SET CS_TABLES=topics clan_introductions comments forums posts registered_gameservers
SET GS_TABLES=

ECHO * Login Server:     '%lshost%' DB: '%lsdb%' to '%L2JLS%'
ECHO * Community Server: '%cbhost%' DB: '%cbdb%' to '%L2JCS%'
ECHO * Game Server:      '%gshost%' DB: '%gsdb%' to '%L2JGS%'
PAUSE

SET LS_DUMP=loginserver_dump-rev8042.sql
SET CS_DUMP=communityserver_dump-rev8042.sql
SET GS_DUMP=gameserver_dump-rev8042.sql

@ECHO ON

@TITLE Backup ALL DB - %~n0
@ECHO -------------------------------------------------------------------------------
@set T=%DATE%-%TIME:~0,5%
@set T=%T: =0%
@set T=%T:/=%
@set T=%T::=%
@SET GS_BACKUP=all_backup_%gshost%-%T%.sql
@SET CS_BACKUP=all_backup_%cbhost%-%T%.sql
@SET LS_BACKUP=all_backup_%lshost%-%T%.sql
IF NOT EXIST &amp;quot;%GS_BACKUP%&amp;quot; &amp;quot;%mysqldumpPath%&amp;quot; --default-character-set=utf8 -h %gshost% -u %gsuser% --password=%gspass% -x --all-databases --result-file=&amp;quot;%GS_BACKUP%&amp;quot;
IF NOT EXIST &amp;quot;%CS_BACKUP%&amp;quot; &amp;quot;%mysqldumpPath%&amp;quot; --default-character-set=utf8 -h %cbhost% -u %cbuser% --password=%cbpass% -x --all-databases --result-file=&amp;quot;%CS_BACKUP%&amp;quot;
IF NOT EXIST &amp;quot;%LS_BACKUP%&amp;quot; &amp;quot;%mysqldumpPath%&amp;quot; --default-character-set=utf8 -h %lshost% -u %lsuser% --password=%lspass% -x --all-databases --result-file=&amp;quot;%LS_BACKUP%&amp;quot;
@@@pause

@TITLE Create new DB - %~n0
@ECHO -------------------------------------------------------------------------------
&amp;quot;%mysqlPath%&amp;quot; --default-character-set=utf8 -h %lshost% -u %lsuser% --password=%lspass% -e &amp;quot;CREATE DATABASE IF NOT EXISTS %L2JLS%;&amp;quot;
&amp;quot;%mysqlPath%&amp;quot; --default-character-set=utf8 -h %cbhost% -u %cbuser% --password=%cbpass% -e &amp;quot;CREATE DATABASE IF NOT EXISTS %L2JCS%;&amp;quot;
&amp;quot;%mysqlPath%&amp;quot; --default-character-set=utf8 -h %gshost% -u %gsuser% --password=%gspass% -e &amp;quot;CREATE DATABASE IF NOT EXISTS %L2JGS%;&amp;quot;

@TITLE Dump DB - %~n0
@ECHO -------------------------------------------------------------------------------
&amp;quot;%mysqldumpPath%&amp;quot; --force --default-character-set=utf8 --add-drop-table -h %lshost% -u %lsuser% --password=%lspass% %lsdb% %LS_TABLES% &amp;gt; &amp;quot;%LS_DUMP%&amp;quot;
&amp;quot;%mysqldumpPath%&amp;quot; --force --default-character-set=utf8 --add-drop-table -h %cbhost% -u %cbuser% --password=%cbpass% %cbdb% %CS_TABLES% &amp;gt; &amp;quot;%CS_DUMP%&amp;quot;
&amp;quot;%mysqldumpPath%&amp;quot; --force --default-character-set=utf8 --add-drop-table -h %gshost% -u %gsuser% --password=%gspass% %gsdb% %GS_TABLES% &amp;gt; &amp;quot;%GS_DUMP%&amp;quot;

@TITLE Load DB - %~n0
@ECHO -------------------------------------------------------------------------------
&amp;quot;%mysqlPath%&amp;quot; --default-character-set=utf8 -h %lshost% -u %lsuser% --password=%lspass% %L2JLS% &amp;lt; &amp;quot;%LS_DUMP%&amp;quot;
&amp;quot;%mysqlPath%&amp;quot; --default-character-set=utf8 -h %cbhost% -u %cbuser% --password=%cbpass% %L2JCS% &amp;lt; &amp;quot;%CS_DUMP%&amp;quot;
&amp;quot;%mysqlPath%&amp;quot; --default-character-set=utf8 -h %gshost% -u %gsuser% --password=%gspass% %L2JGS% &amp;lt; &amp;quot;%GS_DUMP%&amp;quot;

@TITLE Clean up GS - %~n0
@ECHO -------------------------------------------------------------------------------
@FOR %%I IN (%LS_TABLES%) DO &amp;quot;%mysqlPath%&amp;quot; --default-character-set=utf8 -h %gshost% -u %gsuser% --password=%gspass% -e &amp;quot;DROP TABLE IF EXISTS %L2JGS%.%%I;&amp;quot;
@FOR %%I IN (%CS_TABLES%) DO &amp;quot;%mysqlPath%&amp;quot; --default-character-set=utf8 -h %gshost% -u %gsuser% --password=%gspass% -e &amp;quot;DROP TABLE IF EXISTS %L2JGS%.%%I;&amp;quot;

@ECHO OFF

TITLE Complete - %~n0
@ECHO -------------------------------------------------------------------------------
ECHO.
ECHO Complete.

PAUSE
PROMPT
TITLE
EXIT /B 0

:DIE
ECHO 
PAUSE
PROMPT
TITLE
EXIT /B 1
&lt;/pre&gt;&lt;/div&gt;</description>
          </item>
        <item>
            <pubDate>Sun, 01 May 2011 12:56:31 GMT</pubDate>
            <dc:creator>JOJO (torikawatukune)</dc:creator>
            <title>クロニクルス ベータ版リリースしました</title>
            <link>http://de.sourceforge.jp/projects/l2jacmjpn/news/21514</link>
            <guid>http://de.sourceforge.jp/projects/l2jacmjpn/news/21514</guid>
            <description>&lt;div class=&quot;wiki-compact&quot;&gt;&lt;pre&gt;T2.6 クロニクルス(High Five)です。
とりあえずクロニクルス クライアントでインできるだけ、って感じです。
ゲーム内容はフレヤと変わりありません。

あくまでもフレヤが現在の本流で、クロニクルスはベータ版です。平行して開発が続いています。

ベータ版プロジェクト

　ゲーム バージョン：T2.6
　英名：High Five
　和名：クロニクルス
　ソースコード：http://svn.sourceforge.jp/svnroot/l2jacmjpn/branches/unstable/

本流プロジェクト

　ゲーム バージョン：T2.5
　英名：Freya
　和名：セカンドスローン フレヤ
　ソースコード：http://svn.sourceforge.jp/svnroot/l2jacmjpn/trunc/

対応するクライアント ソフトウエアでプレイしてください。
&lt;/pre&gt;&lt;/div&gt;</description>
          </item>
      </channel>
</rss>
