|
请问怎样才能将化功大法发动时 将攻击到的NPC强制上毒25点
if PersonKF(pid,87) and JLSD(0,75,pid) and WAR.BMXH==0 then
if WAR.Person[id][CC.TXDH]==-1 then
WAR.Person[id][CC.TXDH]=math.fmod(87,10)+85
end
if WAR.Person[id][CC.TXWZ2]==nil then
WAR.Person[id][CC.TXWZ2]=CC.WARS35
else
WAR.Person[id][CC.TXWZ2]=WAR.Person[id][CC.TXWZ2].."+"..CC.WARS35
end
WAR.BMXH=3
for w=1,10 do
if JY.Person[pid]["武功"..w]==87 then
JY.Person[pid]["武功等级"..w]=JY.Person[pid]["武功等级"..w]+10
if JY.Person[pid]["武功等级"..w]>999 then JY.Person[pid]["武功等级"..w]=999 end
break
end
end
end |
|