修正前
$I->{co} = join('/',$Sp->{Nm},$Sp->{cl},'co',$Sp->{im});
修正後
$I->{co} = join('/',$Sp->{Nm},$Sp->{cl},$V,$Sp->{im});
尚、現時点で降りれなくなっているプレイヤーを、プログラムの方で降りるようにすることができません。
追加
$V = $set::flt if $V > $set::flt;
$V = 0 if $V < 0;
修正前
$I->{px} = $U->{px}; # ペットスロット
修正後
$I->{Mpx} = $U->{px}; # ペット上限
修正前
next if $Ii->{cl} !~ /(Sw|Ax|Sp|Kt|Bo|Cl|Wn|Hm|Ar|Bt|Sh|Gm)/;
修正後
next if $Ii->{cl} !~ /(Sw|Ax|Sp|Kt|Bo|Cl|Wn|Hm|Ar|Bt|Sh|Gm|Xx)/;
修正前
dt => { nm => 'アップルパイ',
cl => 'Fd',
id => 'Cherrypie',
im => 'cherrypie.gif' } },
修正後
dt => { nm => 'アップルパイ',
cl => 'Fd',
id => 'Applepie',
im => 'applepie.gif' } },
Copyright 2000-2007 Missing Link All Rights Reserved.