|
--段誉 指令
if PersonKF(eid, 124) then
if DT(eid , 53) and WAR.TZ_DY == 1 and JLSD(10, 90, eid) then --80%
hurt = 0
WAR.Person[emenyid][CC.TXWZ2] = CC.WARS96 --凌波微步
WAR.Person[emenyid][CC.TXDH] = 88
elseif JLSD(10, 20, eid) or (DT(eid , 53) and JLSD(30, 40, eid)) or (DT(eid , 117) and JLSD(30, 40, eid)) or (DT(eid , 118) and JLSD(30, 40, eid)) or (MPPD(eid) == 7 and JLSD(40, 50, eid)) then --30%
hurt = 0
WAR.Person[emenyid][CC.TXWZ2] = CC.WARS96
WAR.Person[emenyid][CC.TXDH] = 88
end
end
--无崖子凌波
if DT(eid , 116) then
if JLSD(10, 70, eid) then --60%
WAR.Person[emenyid][CC.TXWZ2] = CC.WARS132 --真·凌波微步
WAR.Person[emenyid][CC.TXDH] = 88
hurt = 0
WAR.ACT = 10
WAR.ZYHB = 0
end
end
if MTGQ(eid) and juexing() >= 3 and (JLSD(20,80,eid) or WAR.ZYWS > 0) then
if WAR.Person[emenyid][CC.TXWZ2] ~= nil then
WAR.Person[emenyid][CC.TXWZ2] = WAR.Person[emenyid][CC.TXWZ2] .."+剑气入体"
求高手指点一二吧,我会举一反三的 |
|