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

文字MUD游戏论坛-天下泥潭群英会-水泊梁山 (http://www.aolai.org/forums/index.php)
-   『 梁山论剑 』 (http://www.aolai.org/forums/forumdisplay.php?f=3)
-   -   【讨论】chaofeng 的命中和短铁爪 有关 (http://www.aolai.org/forums/showthread.php?t=12925)

landis 2009-06-29 00:51

回复: 【讨论】chaofeng 的命中和短铁爪 有关
 
呵呵。应该没啥关系吧。:em01:

htian_zj 2009-06-30 19:05

回复: 【讨论】chaofeng 的命中和短铁爪 有关
 
唉 这么多年还是有人问弄不清这个问题

throwing只影响chaofeng和feijian的出招条件
对命中和伤害一点关系也没有!!

和throwing真正有关系的是雪山的duandao
"$N运力一震,只见冰花四溅!一把冰刀顿时化为无数碎片向$n激射而去!\n" NOR;
//produce kill here...
target->kill_ob(me);

success = 1;
ap = me->query_skill("throwing");
ap = ap * ap * ap /10 ; //usually no throwing skill, so not useful...
ap += (int)me->query("combat_exp");
ap = 2*ap; //make it easier.

dp = target->query_skill("dodge");
dp = dp * dp * dp /10 ; //dodge is useful here.
dp += target->query("combat_exp");
if( random(ap + dp) < dp ) success = 0;
//here we compared exp and throwing, dodge levels.
最后一句注释至少都能看懂吧

影响chaofeng命中率的是双方的exp和兵器中暗器的数量
如果装暗器,数量一定不要小于10!!
否则命中率还不如暗器数为0!!
如果暗器数量为1,那么命中率为0

feijian属于纯粹的物理攻击
命中算法直接调用combat.c
所以跟普通招数一样,命中率取决于sword bainiao-jian
dodge 和该招数的修正值

fengyibird 2009-07-11 10:05

回复: 【讨论】chaofeng 的命中和短铁爪 有关
 
有关系吗?没关系吧?有关系吗????

fengyibird 2009-07-11 10:08

回复: 【讨论】chaofeng 的命中和短铁爪 有关
 
高手多,高手多啊,哈哈哈哈

yiyouaa 2009-08-17 13:35

回复: 【讨论】chaofeng 的命中和短铁爪 有关
 
被忽悠了,忽悠,接着忽悠,,,。。。。。

cool_penguin 2009-10-14 17:38

回复: 【讨论】chaofeng 的命中和短铁爪 有关
 
没有关系。。。。。。。。

skillsli 2009-10-16 17:17

回复: 【讨论】chaofeng 的命中和短铁爪 有关
 
没听说过~~~~~~~~~~~~~~

demb 2009-10-30 11:35

回复: 【讨论】chaofeng 的命中和短铁爪 有关
 
谁给我发一个quest 全自动解密机器,论坛里买了也下不了。


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

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

站长 fengyue


Content Relevant URLs by vBSEO 3.6.1