用户登录  | 
首 页技术文章软件发布广告价格
当前位置:传奇游戏服务端下载站传奇站长论坛资源网站程序技术文章文章资讯游戏架设教程魔兽技术文章

如何隐藏英雄的技能

减小字体 增大字体 作者:佚名  来源:本站整理  发布时间:2014-09-27 19:38:21

如何隐藏英雄的技能

这个系统可以实现英雄的多元化
你可以利用英雄升级得到的技能点数来提高英雄的技能等级,即使这个技能英雄一开始"并没有"学到.

function Trig________________u_Actions takes nothing returns nothing
    call CreateFogModifierRectBJ( true, Player(0), FOG_OF_WAR_VISIBLE, GetPlayableMapRect() )
    call SetPlayerAbilityAvailableBJ( false, ’AEsh’, Player(0) )
    call SetPlayerAbilityAvailableBJ( false, ’AOr3’, Player(0) )
    call SetPlayerAbilityAvailableBJ( false, ’AOsf’, Player(0) )
    call SetPlayerAbilityAvailableBJ( false, ’AOcl’, Player(0) )
endfunction
 
function Trig_________________002_Func001C takes nothing returns boolean
    if ( not ( GetUnitLevel(GetTriggerUnit()) == 5 ) ) then
        return false
    endif
    return true
endfunction
function Trig_________________002_Func002C takes nothing returns boolean
    if ( not ( GetUnitLevel(GetTriggerUnit()) == 8 ) ) then
        return false
    endif
    return true
endfunction
function Trig_________________002_Func003C takes nothing returns boolean
    if ( not ( GetUnitLevel(GetTriggerUnit()) == 13 ) ) then
        return false
    endif
    return true
endfunction
function Trig_________________002_Func004C takes nothing returns boolean
    if ( not ( GetUnitLevel(GetTriggerUnit()) == 17 ) ) then
        return false
    endif
    return true
endfunction
function Trig_________________002_Actions takes nothing returns nothing
    if ( Trig_________________002_Func001C() ) then
        call SetPlayerAbilityAvailableBJ( true, ’AEsh’, Player(0) )
    else
    endif
    if ( Trig_________________002_Func002C() ) then
        call SetPlayerAbilityAvailableBJ( true, ’AOr3’, Player(0) )
    else
    endif
    if ( Trig_________________002_Func003C() ) then
        call SetPlayerAbilityAvailableBJ( true, ’AOsf’, Player(0) )
    else
    endif
    if ( Trig_________________002_Func004C() ) then
        call SetPlayerAbilityAvailableBJ( true, ’AOcl’, Player(0) )
    else
    endif
endfunction
注意,这并不是一个J演示!
五年私服制作经验

Tags:

作者:佚名

文章评论评论内容只代表网友观点,与本站立场无关!

   评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论

相关文章

传奇资源网提供最新传奇开区一条龙版本下载,本站声明:只更新最新最好的传奇服务端分享给大家。