半肾
精华
|
战斗力 鹅
|
回帖 0
注册时间 2007-2-10
|
<Quest quest_name=\"使徒子的请求\" quest_id=\"1\" level=\"1\" difficulty=\"1\" QT_Main=\"1\">
<giver_dlg>
<tab />你好我叫人生赢家使徒子,能不能帮我把这个<t r=\"1\" g=\"1\" b=\"0\" t=\"菜刀\"/>交给村外的<t r=\"1\" g=\"1\" b=\"0\" t=\"水渣子\" />?<n />
</giver_dlg>
<direct_desc>
<t r=\"1\" g=\"1\" b=\"0\" t=\"使徒子\"/>想要你把<t r=\"1\" g=\"1\" b=\"0\" t=\"菜刀\"/>交给村外的<t r=\"1\" g=\"1\" b=\"0\" t=\"水渣子\" />
</direct_desc>
<receiver_dlg>
<tab />这是使徒子给我的?菜刀上面写着上面写着什么字……还有……两日……截……稿……<n />
</receiver_dlg>
<init>
init_item(player,1,1);
</init>
<item_change>
if(item=1)then
if(not get_item_num(player,1)>0)then
set_quest_fail;
end
end
</item_change>
<next=\"2\" />
</Quest>
<Quest quest_name=\"国产漫画之怒\" quest_id=\"2\" level=\"1\" difficulty=\"1\" QT_Main=\"1\">
<giver_dlg>
<tab />不是我不交稿,村外野的扭喷实在可恶。你要真想帮忙,就帮我去村外野宰10个扭喷。不知道谁是扭喷?说的就是那群<t r=\"1\" g=\"1\" b=\"0\" t=\"野猪\" />啊<n />
</giver_dlg>
<direct_desc>
帮<t r=\"1\" g=\"1\" b=\"0\" t=\"水渣子\"/>消灭10个村外野的<t r=\"1\" g=\"1\" b=\"0\" t=\"野猪\"/>
</direct_desc>
<receiver_dlg>
<tab />可恶啊,我刚被偷袭了!<n />
</receiver_dlg>
<init>
init_kill(player,1,5);
</init>
<kill>
check_kill(player,quest,monster);
</kill>
<next=\"3\" />
</Quest>
<Quest quest_name=\"扭喷之王\" quest_id=\"3\" level=\"1\" difficulty=\"2\" QT_Main=\"1\">
<giver_dlg>
<tab />村外野的扭喷之首领<t r=\"1\" g=\"1\" b=\"0\" t=\"野猪王寒寒\" />,刚才偷袭了我,偷走了我的<t r=\"1\" g=\"1\" b=\"0\" t=\"基情\" />,没有<t r=\"1\" g=\"1\" b=\"0\" t=\"基情\" />我没法画画啊!<n />
<tab />英雄,请帮我取回<t r=\"1\" g=\"1\" b=\"0\" t=\"基情\" />吧!它就在村外野<t r=\"1\" g=\"1\" b=\"0\" t=\"野猪王寒寒\" />的身上!要小心啊,他很危险的,飞起一拱能同时取你上中下三段贞操!<n />
</giver_dlg>
<direct_desc>
消灭村外野的<t r=\"1\" g=\"1\" b=\"0\" t=\"野猪王寒寒\"/>,将<t r=\"1\" g=\"1\" b=\"0\" t=\"基情\" />还给<t r=\"1\" g=\"1\" b=\"0\" t=\"水渣子\" />
</direct_desc>
<receiver_dlg>
<tab />唔活!太好了,我这就画!<n />
</receiver_dlg>
<init>
init_item(player,2,1);
</init>
<item_change>
check_item(player,quest,item);
</item_change>
<next=\"4\" />
</Quest>
<Quest quest_name=\"催稿得逞\" quest_id=\"4\" level=\"1\" difficulty=\"1\" QT_Main=\"1\">
<giver_dlg>
<tab />好了我回头会把稿交给<t r=\"1\" g=\"1\" b=\"0\" t=\"使徒子\" />的,让他帮我准备好5个黑丝魔利莎和5个白丝魔利莎还有一盒超薄型海宝,这是说好的稿酬。<n />
</giver_dlg>
<direct_desc>
告诉<t r=\"1\" g=\"1\" b=\"0\" t=\"使徒子\"/>水渣子可以按时交稿
</direct_desc>
<receiver_dlg>
<tab />很好,送你一本有印刷错误的基战本的样刊吧,到时候出了正式版记得来捧场<n />
</receiver_dlg>
<init>
set_quest_finish;
</init>
<kill>
check_kill(player,quest,monster);
</kill>
<reward>
add_item(player,2,1);
</reward>
</Quest> |
|