找回密码
 点一下
查看: 895|回复: 2

请教,这个为神马没用呢?大神来看看

[复制链接]
发表于 2011-9-4 22:42:47 | 显示全部楼层 |阅读模式
O54啊,那些神马的都是哈希函数


[jass]function WYjiwei takes nothing returns boolean
local trigger t=GetTriggeringTrigger()
local unit p5=PT4(114433,"Source")
if GetTriggerEvalCount(t)>8 then
call DebugMsg()
call SetUnitVertexColor(p5,255,255,255,255)//这里的Debug函数检测执行了,BUt!设置颜色和移除技能肿么没效果呢  VI4是Clear哈希,H8I是清理触发
call UnitRemoveAbility(p5,'Agho')
call VI4(114433)
call H8I(t)
endif
if GetTriggerEventId()==EVENT_UNIT_SPELL_ENDCAST then
call DebugMsg()
call SetUnitVertexColor(p5,255,255,255,255)
call UnitRemoveAbility(p5,'Agho')
call VI4(114433)
call H8I(t)
endif
call DestroyEffect(AddSpecialEffectTarget("Abilities\\Spells\\Human\\Slow\\SlowCaster.mdl",p5,"overhead"))
if P64(114433,"count")-80>10 then
call SetUnitVertexColor(p5,255,255,255,P64(114433,"count")-40)
call O54(114433,"count",P64(114433,"count")-40)
endif
if GetTriggerEvalCount(t)>5-GetUnitAbilityLevel(p5,'A0NT') or GetTriggerEvalCount(t)>5-GetUnitAbilityLevel(p5,'A0NX') then
call UnitAddAbility(p5,'Agho')
endif
set p5=null
set t=null
return false
endfunction[/jass]

[jass]call O54(114433,"count",255)
set tt=CreateTrigger()
call P74(114433,"Source",p5)
call TriggerRegisterTimerEvent(tt,1,true)
call TriggerRegisterUnitEvent(tt,p5,EVENT_UNIT_SPELL_ENDCAST)
call TriggerAddCondition(tt,Condition(function WYjiwei))[/jass]
发表于 2011-9-20 17:16:57 | 显示全部楼层
先声明我是JASS白痴

可以到JASS区域去问啊
回复

使用道具 举报

发表于 2011-9-20 17:30:32 | 显示全部楼层
local unit p5=PT4(114433,"Source")  是什么?
单位是存在的吗?或者说取出来的单位是指向正确的吗?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 点一下

本版积分规则

Archiver|移动端|小黑屋|地精研究院

GMT+8, 2024-10-5 20:23 , Processed in 0.032820 second(s), 18 queries .

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表