「重量制限解除」の編集履歴(バックアップ)一覧はこちら

重量制限解除」(2007/08/07 (火) 16:23:09) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java 1850行付近 if (weightproc < 500 || _dietMode) {newWeightPenalty = 0;} else if (weightproc < 666) {newWeightPenalty = 1;} else if ( weightproc < 800) {newWeightPenalty = 2;} else if (weightproc < 1000) {newWeightPenalty = 3;} else {newWeightPenalty = 4;} 下記の様に変更 if (weightproc < 1000 || _dietMode) {newWeightPenalty = 0;} //else if (weightproc < 666) // {newWeightPenalty = 1;} //else if ( weightproc < 800) // {newWeightPenalty = 2;} //else if (weightproc < 1000) // {newWeightPenalty = 3;} else {newWeightPenalty = 4;}
java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java 1850行付近 if (weightproc < 500 || _dietMode) {newWeightPenalty = 0;} else if (weightproc < 666) {newWeightPenalty = 1;} else if ( weightproc < 800) {newWeightPenalty = 2;} else if (weightproc < 1000) {newWeightPenalty = 3;} else {newWeightPenalty = 4;} 下記の様に変更 if (weightproc < 1000 || _dietMode) {newWeightPenalty = 0;} //else if (weightproc < 666) // {newWeightPenalty = 1;} //else if ( weightproc < 800) // {newWeightPenalty = 2;} //else if (weightproc < 1000) // {newWeightPenalty = 3;} else {newWeightPenalty = 4;}←この4を0に変えると無制限?

表示オプション

横に並べて表示:
変化行の前後のみ表示: