- 精华
- 阅读权限
- 20
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2010-10-22
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2010-10-26 00:18:40
|
显示全部楼层
是不是这个脚本
<?xml version="1.0" encoding="GB2312"?>
<!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by 1 (1) -->
<event id="5216" name="50级">
<!--new means new quest, default is quest on user-->
<quest id="260006">
<embranchment id="2">
<conditions>
<gold type="Great" value="199"/>
</conditions>
<actions>
<mainmenu>
function MainDialog()
this:AddTalk("<p><n> (GetName),你好 \n \n</n><n color=\"255,100,249,0\">,欢迎你来到征途,让你体验非同一般的游戏!点击让你获得称号!</n></p>")
this:AddTaskCmdItem("天下第一(2){10001}", "u5216", 50009, 11)
end
function MoveCanClose()
return false
end
this:AddDialog("MainDialog")
</mainmenu>
</actions>
</embranchment>
</quest>
<quest id="50009" new="1">
<embranchment id="11" active="1">
<conditions>
</conditions>
<actions>
<notify content="你获得了天下第一的荣誉称号"/>
<useskill id="957" level="1"/>
<removeitem value="1" id="5216" log="用掉物品"/>
<var type="Set" name="state" value="-2"/>
</actions>
</embranchment>
</quest>
</event>
能告诉我具体在哪里改嘛???? |
|