作者laechan (眼镜男)
看板mud_sanc
标题Re: [问题] 妖精之翼(Elf-wings)
时间Fri Mar 16 08:52:19 2007
※ 引述《anrdea (亚特)》之铭言:
: 丝皮雅: 你的 5 hands 与 cleanse 技能值都要达到 2000 以上才能学喔.
: 我的kawai 5 hands 与 cleanse 都超过了2000 还是不给我学@@?
: 可以看一下吗?
程式段是这样子设的...
if(skillname=="elf-wings")
{
if(user->query("level")<120)
{
write("丝皮雅: 等你到了 120 级再来跟我学吧!\n");
return 1;
}
if(user->query("skill/burning hands")<2000 ||
user->query("skill/snow hands")<2000 ||
user->query("skill/cyclone hands")<2000 ||
user->query("skill/sand hands")<2000 ||
user->query("skill/electric hands")<2000 ||
user->query("skill/cleanse")<2000)
{
write("丝皮雅: 你的 5 hands 与 cleanse 技能值都要达到 2000 以上才能学喔.\n");
return 1;
}
return 0;
}
所以符合条件是...
一、你的种族必须为妖精。
二、等级必须 120。
三、5 hands 与 cleanse 都必须 2000 以上。
Laechan
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.170.230.133