- UID
- 1616075
- 主题
- 0
- 阅读权限
- 30
- 帖子
- 483
- 精华
- 0
- 积分
- 302
- 金钱
- 900
- 荣誉
- 6
- 人气
- 0
- 在线时间
- 4 小时
- 评议
- 0
- 帖子
- 483
- 精华
- 0
- 积分
- 302
- 金钱
- 900
- 荣誉
- 6
- 人气
- 0
- 评议
- 0
|
原帖由 darkblacklove 于 2010-11-21 13:07 发表 
[害怕] 就不能说改了哪里吗……有动手能力的玩家自然会自己整合的
arena.lua内1335--1351行内容删除
if mover.name=="alchemist" or mover.name=="ingeneer" then
local targets = {}
alchemist_acidcannon_enum_targets(Attack.cell_get(act.cell), function (c) table.insert(targets, c) end)
for i,t in ipairs(targets) do
if (Attack.cell_id(t)~=act.cell and pr~=0) then
if Attack.act_ally(t) then
pr = 0
elseif Attack.act_enemy(t) then
local caa = Attack.get_caa(t, true)
if (caa ~= nil and not Attack.act_is_spell(caa,"spell_invisibility")) then -- 耢钽腓 腓 镱塍麒螯 溧眄 ?怵嚆??黩钺?礤 溴豚螯 磬 礤忤滂禧?耋耱?
local h = math.ceil(hazard(caa, mover_atks.base, hazard_cache)*10)
pr = pr + h
end
end
end
end
end |
|