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

文字MUD游戏论坛-天下泥潭群英会-水泊梁山 (http://www.aolai.org/forums/index.php)
-   『 梁山论剑 』 (http://www.aolai.org/forums/forumdisplay.php?f=3)
-   -   雪山 雪山卷鼻的问题 (http://www.aolai.org/forums/showthread.php?t=97)

ultima 2002-05-31 04:24

雪山卷鼻的问题
 
雪山卷鼻的问题

juanbi 是看自己的dengxian-dafa 和对方的 dodge
还是看自己的 enable spells 和对方的 enable dodge?
有谁知道是如何计算的?:confused: :confused:

fire 2002-05-31 14:07

四种情况
 
根据我手头的mudlib,

(1) dp<30
抓住鼻子

(2) dp<60 && dp>30
荡开

(3) dg<50
闪过

(4) else
中招

dp : my enable spells VS. target enable spells
dg : my enable spells VS. target enable dodge

damage看max mana,mana factor,和体格

我想总站的juanbi应该和上面得差不多

xiaowenz 2002-06-01 18:03

关于卷鼻
 
cast里小文最头疼的就是卷鼻,卷鼻最rascal的地方就是用dodge躲过去后仍然要被busy,甚至有相当几率busy的比对方还长。这种双方busy的特点导致和雪山高手fight需要时刻随机应变,断断不能象对付普通cast attack那样简单的一个pf6过去就ok。

不过dodge掉卷鼻后毕竟还是有>50%的机会先于对手结束busy,如果因为前面的顾忌坐失良机又有些可惜。所以和fifo fight小文一般是#n tick alias {perform pili;exert recover},pili如果打到fifo的busy上就算赚到了,接下来再出手pf6会有很大把握一击致命。打不到busy上也不要紧,卷鼻不伤最大值,只要一口气吸回来前面都算白卷,大家从头再来。

从这个意义上fight雪山hh一方面武学和dodge要高,另一方面内力,气血也很重要,大概气血过2k后卷鼻就不再那么可怕了。

ytc 2002-06-03 23:30

xwz这么高的skills还怕juanbi 啊?
如果你用dodge躲开他的juanbi,你busy 3,他自己busy 2
如果你用spells躲开他的juanbi,你不busy,他自己busy 2
好像是这样的,wowo那边有人贴过原码





























ytc 2002-06-04 00:14

slogan fengyue !!!!!!!!!!!!!!!!!!!!!!!!!
nip fengyue!!!!!!!!!!!!!!!!!!!!!!!!!!
4tuzi非说我白当斑竹却不贴post
我要贴够100张水贴先

piaodd 2002-06-04 00:30

ytc是指我贴的那篇?
不过我那不是xyj的原码,
我感觉dodge掉junabi以后多半比对手先结束busy

ytc 2002-06-04 00:42

那边有个叫棒棒的贴的
那个就是你?

piaodd 2002-06-04 00:43

no...............

ytc 2002-06-04 00:44

具体是这样的

if (dp < 30)
{被揪住鼻子并且me->start_busy(30-dp+random(10))}
else if (dp<60 && dp>30)
{鼻子被荡开并且me->start_busy(1+random(2))}
else if (dg<50)
{被对手躲开并且me->start_busy(1+random(2))
但同时target->start_busy(random(3))}
else
{成功并且me->start_busy(random(2))
同时target->start_busy(1+random(3))}



xiaowenz 2002-06-04 05:29

math Q for juanbi
 
to my understanding, when i dodge fifo's juanbi successfully,

my possible busy time (random(3)) should be {0, 1, 2, 3}, 25% chance for each;
fifo's possible busy time (1+random(2)) should be {1, 2, 3}, 33% chance for each;
total combination of all possible situation is 4x3=12;

so the chance

my busy longer than fifo's is {3 vs. 1, 3 vs. 2, 2 vs. 1}, 3/12 = 1/4;

our busy time same is {3 vs. 3, 2 vs. 2, 1 vs. 1}, 3/12 = 1/4;

his busy longer than mine is {2 vs. 3, 1 vs. 2, 1 vs. 3, 0 vs. 1, 0 vs. 2, 0 vs. 3}, 6/12 = 1/2

that means, if i pf6 after fifo juanbi fail, 1/2 chance it will work, 1/4 chance i am in busy, can not pf at all, 1/4 chance i can, if i type alias faster than he does, but he is not in busy, and i will busy 3 tick myself after that. And remember, it's the situation i dodged his juanbi SUCCESSFULLY!

lucky fifo need qiecuo sp. spells while i can practice moondance. sweat.




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

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

站长 fengyue


Content Relevant URLs by vBSEO 3.6.1