| 教大家如何修改骑宠隐藏属性 |
| 教大家如何修改骑宠隐藏属性 |
| 作者:佚名 文章来源:本站原创 点击数: 更新时间:2008-2-28 6:27:15 |
用记事本打开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种奥义的数据。 其实数据大家随便输入吧,或许还有学更多的奥义的代码。
本站声明:本站文章资源均来自网上转载或机器人自动搜索采集,如果本站文章资源有版权问题请联系管理员,我们尽快予以更正。所有文章只限用于个人测试学习使用,不得用于非法商业用途,请勿非法复制传播。特此声明!--[5uwl.net]
五年游戏制作经验; 金牌服务品质保障 游戏开区一条龙 第一品牌无忧网络[5uwl.net]
|
|
| 文章录入:黑鹰 责任编辑:ceo |
|
上一篇文章: 设置服务器自动经验倍数和掉金钱
下一篇文章: 魔界好友系统能加超过一个人的方法 |
| 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |