安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Enemy status = positive - default attack / strongest single target attack / specific item attack
Enemy rank > normal - mark
Enemy weakest - default attack / strongest single target attack / specific item attack
That script should first attack anything with mark on it. If nothing has mark on it then it'll cast mark but only on miniboss / boss / janitor. Then if there is no miniboss / boss / janitor it'll attack whatever is closest to dead.
If you're using them in combination with Blademaster to take full effect of the leader passive, you'd have conflicts with Blademaster stun scripts if you use them to stun because if an enemy is marked or stunned it has a status effect on it and any Enemy status = positive will not use the associated attack.
If you're not looking to use stun on Blademaster then there won't be a conflict with the mark script.
You could use a similar script on blademaster if you're trying to stun bosses and not just spam stun but then you wouldn't be able to run mark script on huntress.
Yes, as of now I believe blademaster's double attack and stun are the only attacks that benefit from huntress's CD reducer. Not even Huntress has an ability with a CD.
Not sure if this is a result of any patches, but this actually needs to be Enemy Status = Negative.
At the time of the post you are claiming was incorrect, the following was completely correct:
Enemy status = Negative means the answer to the question "does an enemy have a status effect on it?" is NO.
So, anything you tell it to do if enemy status = negative would only happen if mark was not in effect on them.
The above script was written to first attack a target ONLY if the target has mark in effect on it (enemy status = positive - "preferred attack") and if nothing has mark on it to them cast mark only on miniboss / boss / janitor enemies (enemy rank > normal - mark) and only then if nothing has mark on it and there are no non-normal enemies to mark will it default to the preferred attack to kill normal enemies (enemy weakest - "preferred attack").
If you change the first line to Enemy status = negative - "preferred attack", then, since no status effects have been put on any enemies, it will always just attack and never use the mark skill on any enemies.
----------------------------------------------------------------------------------------------
Now, however, after a change that wasn't announced or mentioned at all, the designations for status effects are changed to mean the opposite of what they meant previously.
So, to edit my answer to the original post to reflect the recent changes that weren't announced:
If you're looking for a script to mark bosses and not just spam mark then you could use:
Enemy status = negative - default attack / strongest single target attack / specific item attack
Enemy rank > normal - mark
Enemy weakest - default attack / strongest single target attack / specific item attack
That script should first attack anything with mark on it. If nothing has mark on it then it'll cast mark but only on miniboss / boss / janitor. Then if there is no miniboss / boss / janitor it'll attack whatever is closest to dead.
If you're using them in combination with Blademaster to take full effect of the leader passive, you'd have conflicts with Blademaster stun scripts if you use them to stun because if an enemy is marked or stunned it has a negative status effect on it and any Enemy status = negative will not use the associated attack.
If you're not looking to use stun on Blademaster then there won't be a conflict with the mark script.
You could use a similar script on blademaster if you're trying to stun bosses and not just spam stun but then you wouldn't be able to run mark script on huntress.
I'm literally running it right now.
The change was not in any of the announcements and I stopped bothering to use any status effects a long time ago.
I'll change my reply to your post to reflect that.