感觉问题出在这段 然而不知道怎么改 (本人0脚本经验 纯属摸索..)
set @zbid2,getequiprefinerycnt(@part);
set @zbid3,getequipcardid(@part,0);
set @zbid4,getequipcardid(@part,1);
set @zbid5,getequipcardid(@part,2);
mes "[全身附魔]";
mes "你确定要将 [^FF0000"+getitemname(@zbid1)+"^000000] 附魔吗?";
next;
menu "确定附魔",-;
if (zeny<$@fuzeny) goto Levent1;
if (countitem($@fumowuid)<$@fumowushu) goto Levent2;
if (getitemslots(@zbid1)==4) goto Levent3;
if (countitem(@zbid1)!=1) goto Levent4;
if (rand(100)>$@fucheng) goto Levent5;
atcommand "@effect 111";
set zeny,zeny-$@fuzeny;
delitem $@fumowuid,$@fumowushu;
delitem @zbid1,1;
autoequip @zbid1,1;
set @fmid,rand(4700,4767);
getitem2 @zbid1,1,1,@zbid2,0,@zbid3,@zbid4,@zbid5,@fmid;
autoequip @zbid1,0;