|
本帖最后由 fsd1990 于 2012-7-17 19:24 编辑
for i=1,10 do
if JY.Person[eid]["武功"..i]==108 or JY.Person[eid]["武功"..i]==85 or
JY.Person[eid]["武功"..i]==107 or JY.Person[eid]["武功"..i]==106 then
if JY.Person[eid]["武功等级"..i]>=900 then
WAR.CHPD=WAR.CHPD+1
elseif JY.Person[eid]["武功"..i]==108 or JY.Person[eid]["武功"..i]==85
then
elseif JY.Person[eid]["武功等级"..i]>=900 then
WAR.YJDG=WAR.YJDG+1
end
end
end
if WAR.CHPD==2 and JLSD(0,100,eid) then
dng=1
hurt=30
if WAR.Person[emenyid][CC.TXWZ2]~=nil and WAR.Person[emenyid][CC.TXWZ2]~=" "
then
WAR.Person[emenyid][CC.TXWZ2]=WAR.Person[emenyid][CC.TXWZ2].."+慈航普度"
else
WAR.Person[emenyid][CC.TXWZ2]="易筋经·慈航普度"
end
WAR.Person[emenyid][CC.TXDH]=39
end
WAR.CHPD=0
if WAR.YJDG==2 and JLSD(0,100,eid) then
dng=1
hurt=math.modf(hurt*3/5)
if WAR.Person[emenyid][CC.TXWZ2]~=nil and WAR.Person[emenyid][CC.TXWZ2]~=" "
then
WAR.Person[emenyid][CC.TXWZ2]=WAR.Person[emenyid][CC.TXWZ2].."+易筋锻骨"
else
WAR.Person[emenyid][CC.TXWZ2]="易筋经·易筋锻骨"
end
WAR.Person[emenyid][CC.TXDH]=39
end
WAR.YJDG=0
为何以上代码会导致易筋经+北冥出慈航普度,而易筋经+北冥+九阴九阳不会出了?怎样才能让两项代码不起冲突 |
|