• 新闻搜索
  • 您的位置:传奇世界私服 >> 服务端研究 >> 如何调整传奇世界酷龙坐骑的隐藏属性

    如何调整传奇世界酷龙坐骑的隐藏属性

    日期:2008-3-3 4:02:00 来源:原创 作者:新开传奇世界
    内容摘要:酷龙是现在传奇世界最酷的坐骑,这名字一点都没有叫错.但是很多私服不能调整其隐藏属性.今天本站来独家发布一下如何调整酷龙坐骑的隐藏属性:

    酷龙是现在传奇世界最酷的坐骑,这名字一点都没有叫错.但是很多私服不能调整其隐藏属性.
    今天本站来独家发布一下如何调整酷龙坐骑的隐藏属性:

    用记事本打开D:\MwoServer\server\script\pet\attr15101.lua
    这个是灭蒙的属性,大家应看到下面的内容。
    irand=macro_Rand(100)
    macro_AddExtItemInfo(8104,2)
    将下面的内容加进去,注意是加,不是覆盖,保留原来的内容。
    if irand<16 then
    macro_AddExtItemInfo(8704,150)
    elseif irand<32 then
    macro_AddExtItemInfo(8705,100)
    elseif irand<48 then
    macro_AddExtItemInfo(8706,120)
    elseif irand<64 then
    macro_AddExtItemInfo(8707,160)
    elseif irand<80 then
    macro_AddExtItemInfo(8708,400)
    else
    macro_AddExtItemInfo(8709,7)
    end
    其实这就是酷龙的隐藏属性。
    这样在养成体升级的时候就能随机学到奥义了。
    也可以加入金凤的隐藏属性如下。
    if irand<11 then
    macro_AddExtItemInfo(8804,100)
    elseif irand<22 then
    macro_AddExtItemInfo(8805,7)
    elseif irand<33 then
    macro_AddExtItemInfo(8806,200)
    elseif irand<44 then
    macro_AddExtItemInfo(8807,5)
    elseif irand<55 then
    macro_AddExtItemInfo(8808,5)
    elseif irand<66 then
    macro_AddExtItemInfo(8809,5)
    elseif irand<77 then
    macro_AddExtItemInfo(8810,5)
    elseif irand<88 then
    macro_AddExtItemInfo(8811,5)
    else
    macro_AddExtItemInfo(8812,5)
    end
    其他的也是一样改。
    还有一个方法就是在数据库里直接改。
    打开item,找到对应的骑宠,这个我就不详说了。
    这就是骑宠奥义的数据:num3 2175 num4 21 num5 15
    这是我试过学会11种奥义的数据。
    其实数据大家随便输入吧,或许还有学更多的奥义的代码。

    【责任编辑:城主】
    相关文章
    征途游戏
    传奇世界-推荐文章
    传奇世界服务端技术

    高手进阶
    心情故事
    官方新闻