升级送银子和装备的修改方法
征途私服升级送银子和装备的修改方法打开服务端\ztgame\quest\on_other目录下的levelup.xml文件<embranchmentid="8"&g
征途私服升级送银子和装备的修改方法
打开服务端 \ztgame\quest\on_other 目录下的 levelup.xml 文件
<embranchment id="8">
<conditions>
<level type="Great" value="100"/> 等级限定最低100级
<level type="Less" value="121"/> 等级限定最高121级
</conditions>
<actions> 行为,执行下面<actions></actions>中包括的内容
<gold type="Add" value="1500"/> 限定等级内每升一级送1500文银子,直到角色等级超过上限121级!!
<addgreenbinditem value="1" id="963" /> 限定等级内每升一级送1把绑定的钥匙,value="数量" id="物品代码",要送什么自己改咯
<additem value="1" id="963" /> 这句就是送不绑定的东东..当然,送的东西,还是绑定的好啊..
<notify1 content="恭喜你升级了!"/>
<notify1 content="人物属性+8"/>
<notify1 content="技能点+1"/>
<notify1 content="生命上限+15"/>
<notify1 content="魔法上限+1"/>
<var type="Set" name="state" value="1" id="150001"/>
</actions>
</embranchment>
相关文章
发表评论
评论列表
- 这篇文章还没有收到评论,赶紧来抢沙发吧~