From f1594defff6e8458b77867e8cc4b4ffa42cb8a0d Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 13 十一月 2018 12:00:44 +0800 Subject: [PATCH] 2683 子 天赋技能和新增双职业各两个技能 / 【后端】天赋技能 --- 优化4508代码 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/QUESTDATATest.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 48 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/QUESTDATATest.xml b/ZoneServerGroup/map1_8G/MapServer/MapServerData/QUESTDATATest.xml new file mode 100644 index 0000000..d59e9f4 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/QUESTDATATest.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="GB2312"?> +<!-- 编辑使用 XMLSpy v2006 U (http://www.altova.com) 由 any (any) --> +<quests> + <quest id="103060" name="剑庄宝阁" type="0" npc="10304004" lv="39" map="" day_count="" color_lv="1" can_del="0" code="qa_name_103060" ms_code="ms_name_103060" reset_count=""> + <descriptions> + <description> + <msg code="info_103060_0_0_msg"> + 前方便是宝阁,前去询问一番剑尘道友,如何才能进得此处。 + </msg> + <rewards> + <reward><msg code="info_103060_0_0_reward_0"><!--<reward info=item id=2103 num=5934|image=1/> +<n> </n> +<reward info=item id=10221 num=1|image=1/> +</r> +--></msg><actions/></reward></rewards> + <lights> + <light npcid="10304004" type="-1"/> + </lights> + <mission_info> + <msg code="m_info_103060_0_0_0_msg"> + <!--<color=#ff2828><a>39级可接取|openui=100|ul=0</a></color> --> + </msg> + </mission_info> + </description> + <description reward="1"> + <msg code="info_103060_0_1_msg"> + 前方便是宝阁,前去询问一番剑尘道友,如何才能进得此处。 + </msg> + <rewards> + <reward><msg code="info_103060_0_1_reward_0"><!--<reward info=item id=2103 num=5934|image=1/> +<n> </n> +<reward info=item id=10221 num=1|image=1/> +</r> +--></msg><actions><action><add_exp value="5934"/> + <add_item id="10221" count="1" bind="1"/> + </action></actions></reward></rewards> + <lights> + <light npcid="10304004" type="2"/> + </lights> + <mission_info> + <msg code="m_info_103060_0_1_0_msg"> + <!--与<color=#44e863><a><Word info=NPC id=10304004/>|MoveNPC=10304004|FlyNPC=10304004|ul=0</a></color>对话 --> + </msg> + </mission_info> + </description> + </descriptions> + </quest> +</quests> -- Gitblit v1.8.0