文字MUD游戏论坛-天下泥潭群英会-水泊梁山

文字MUD游戏论坛-天下泥潭群英会-水泊梁山 (http://www.aolai.org/forums/)
-   『 梁山论剑 』 (http://www.aolai.org/forums/f3/)
-   -   疑问:wzg的奏萧 (http://www.aolai.org/forums/t10094/)

126126 2005-06-08 10:17

疑问:wzg的奏萧
 
关于wzg pf zouxiao
,据说是看双方literate等级,那么,李给的怪 :em14: :em14: 物有没有literate技能?

126126 2005-06-08 10:23

回复: 疑问:wzg的奏萧
 
以前看到过几篇分析zouxiao的文章,但是现在找不到了,谁能帮忙转一下?

Gone 2005-06-14 11:25

回复: 疑问:wzg的奏萧
 
不清楚....找清楚的人....

野鹤 2005-06-16 22:14

回复: 疑问:wzg的奏萧
 
if (target->query_skill("literate",1)<50)
return notify_fail("对他吹箫?还不如对牛弹琴呢。\n")
也就是说你的怪即使没有literate的话,这个pfm也是没有用的。
dp = (int)target->query_skill("parry")
+(int)target->query_skill("literate")
+(int)target->query_skill("zouxiao")
+(int)target->query_skill("fuqin")
+(int)target->query_skill("spells");
dp = dp * dp * dp /10;
dp = dp + (int)target->query("combat_exp");

if( random(100*ap/dp) < 20 )
{
msg += HIW "$n冲着你鄙意的冷笑道:就这点本事,也来贻笑大方?"
+"$N顿时羞愧难当。\n"NOR;
message_vision(msg, me, target);
me->start_busy(3+random(5));
}
else if( random(100*ap/dp) < 40 )
{
msg += HIW "可$n冲耳不闻,不为所动。\n"NOR;
message_vision(msg, me, target);
me->start_busy(random(3));
}

else
{
target->receive_damage("sen",damage,me);
msg += HIW "$n听了箫声,心中莫名其妙的感到一阵酸楚,悲从中来,泪水正涔涔落下。\n"NOR;
message_vision(msg, me, target);
COMBAT_D->report_status(target);
target->start_busy(5+random(5));
me->start_busy(random(3));
}
pfm zouxiao的成功率和parry literate zouxiao fuqin(抚琴之技,不知道哪学)spells等技能有关,还和武学有关。而且自己busy的时间也是不等的。
所以我觉得这不时一个好的busy pfm。

spls 2005-08-26 14:18

回复: 疑问:wzg的奏萧
 
谢谢楼上的。
总站的话不用学什么fuqin,就学zouxiao

manjusri 2006-06-08 11:23

回复: 疑问:wzg的奏萧
 
dp里面的parry spells 是有效等级还是基本技能等级?

kyohot 2006-07-01 10:07

回复: 疑问:wzg的奏萧
 
应该是有效技能
我觉得

kyohot 2006-07-01 10:07

回复: 疑问:wzg的奏萧
 
应该是有效技能
我觉得

icper 2006-07-09 01:47

回复: 疑问:wzg的奏萧
 
有效技能等级应该是这样的 query_skill("spells",1)


所有时间均为格林尼治时间 +9, 现在的时间是 00:57.

Powered by SPLS
版权所有 2001-2023 水泊梁山
皖ICP备05012024号

站长 fengyue


Content Relevant URLs by vBSEO 3.6.1