|
|
|
Ask the Experts!, Ask anything about hentaiverse. Hints for beginners |
|
Dec 31 2017, 18:48
|
reality_marble
Group: Gold Star Club
Posts: 1,475
Joined: 31-August 13
|
QUOTE(Ea-Moon @ Dec 31 2017, 14:02) So for maging style, I have one Elementalist piece, but for the rest, how to compare Radiant Phase to Charged Phase pieces? I suppose the real question there is how important is the extra MDB compared to higher Casting Speed?
Charged really helps the imperil phase. (´。• ω •。`)You are usually using imperil -> imperil -> imperil or the T3 In terms of time spent, you wasted more turns using imperil than damage usually, except for school girls and bosses. ╰(▔∀▔)╯Charged pieces helps you to spend way less turns taking damage, thus way less time spent °˖✧◝(⁰▿⁰)◜✧˖° healing. From "gem"/frugal pieces with >80%EDB, to a set with pieces with 61%+61%+13%+85%EDB phases, with same amount of forging, last DwD was the first time I was able to do a less <30m DwD ε===(っ≧ω≦)っ Of course the major time spent on a SG arena is bullying school girls (*/▽\*) so Radiant would make it faster. This post has been edited by reality_marble: Dec 31 2017, 18:51
|
|
|
|
|
|
Dec 31 2017, 18:59
|
unit111
Group: Members
Posts: 1,279
Joined: 28-July 12
|
QUOTE(iDShaDoW @ Dec 31 2017, 19:41) https://hentaiverse.org/equip/149118206/fe34df8db7 ADB 60% / Parry 82% https://hentaiverse.org/equip/99502990/726178d20b ADB 83% / Parry 18% Or are they both kinda just junk and I'm better off looking for a Rapier of Slaughter of some sort. I think both rapiers normal, (even for 1H) but first more good for IW cause it have high parry. I use legendary rapier of slaughter upgraded to 60 base ADB, and it not much better than my legendary rapier nimble with base ADB 42. This post has been edited by unit111: Jan 1 2018, 08:36
|
|
|
|
|
|
Dec 31 2017, 20:27
|
eramosat
Group: Gold Star Club
Posts: 1,366
Joined: 9-October 10
|
i need Monsterbation help :-0
all I want is a 2 spell switch...first spell is Imperil but I need it to stop once it is invoked on whatever Monster I am selecting. And then, my Level 1 spell until said selected target is done.
currently using Imperil on hover and Gale on shift Hover, but Imperil gets cast well beyond need.
|
|
|
|
|
|
Dec 31 2017, 20:42
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
|
QUOTE(eramosat @ Dec 31 2017, 19:27) i need Monsterbation help :-0
all I want is a 2 spell switch...first spell is Imperil but I need it to stop once it is invoked on whatever Monster I am selecting. And then, my Level 1 spell until said selected target is done.
currently using Imperil on hover and Gale on shift Hover, but Imperil gets cast well beyond need.
That's not possible. You can though set Imperil on keyboard or on Shift Hover, that would be better. For keyboard Imperil: CODE Bind(KEY_1, Strongest([TargetMonster(0), Cast('Imperil')])); Bind(KEY_2, Strongest([TargetMonster(1), Cast('Imperil')])); Bind(KEY_3, Strongest([TargetMonster(2), Cast('Imperil')])); Bind(KEY_4, Strongest([TargetMonster(3), Cast('Imperil')])); Bind(KEY_5, Strongest([TargetMonster(4), Cast('Imperil')])); Bind(KEY_6, Strongest([TargetMonster(5), Cast('Imperil')])); Bind(KEY_7, Strongest([TargetMonster(6), Cast('Imperil')])); Bind(KEY_8, Strongest([TargetMonster(7), Cast('Imperil')])); Bind(KEY_9, Strongest([TargetMonster(8), Cast('Imperil')])); Bind(KEY_0, Strongest([TargetMonster(9), Cast('Imperil')]));
PS: For easier keyboard Imperil-ing you can install HV Monster Letter to Number, the link is in my signature This post has been edited by gianfrix94: Dec 31 2017, 20:45
|
|
|
|
|
|
Dec 31 2017, 21:55
|
eramosat
Group: Gold Star Club
Posts: 1,366
Joined: 9-October 10
|
QUOTE(gianfrix94 @ Dec 31 2017, 13:42) That's not possible. You can though set Imperil on keyboard or on Shift Hover, that would be better. For keyboard Imperil: CODE Bind(KEY_1, Strongest([TargetMonster(0), Cast('Imperil')])); Bind(KEY_2, Strongest([TargetMonster(1), Cast('Imperil')])); Bind(KEY_3, Strongest([TargetMonster(2), Cast('Imperil')])); Bind(KEY_4, Strongest([TargetMonster(3), Cast('Imperil')])); Bind(KEY_5, Strongest([TargetMonster(4), Cast('Imperil')])); Bind(KEY_6, Strongest([TargetMonster(5), Cast('Imperil')])); Bind(KEY_7, Strongest([TargetMonster(6), Cast('Imperil')])); Bind(KEY_8, Strongest([TargetMonster(7), Cast('Imperil')])); Bind(KEY_9, Strongest([TargetMonster(8), Cast('Imperil')])); Bind(KEY_0, Strongest([TargetMonster(9), Cast('Imperil')]));
PS: For easier keyboard Imperil-ing you can install HV Monster Letter to Number, the link is in my signature I am sure you know what I am looking for...Imperil followed by simple spells. So when what you suggest does not work, all I can do is appeal to you to think more about the settings, and try again. :-) Here's what I have... clickEverywhere = false, // by default, click actions are only performed when the cursor is over a live monster // setting this to true will enable middle and right click bindings and disable the context menu everywhere wheelEverywhere = false, // same as above, but for the wheel mouseEngage = false, // hold mouse buttons to modify hover behaviour, rather than performing the bound action only once clickLeft = Nothing, // Attack clickMiddle = Cast('Imperil'), clickRight = Strongest([Cast('FUS RO DAH'), Cast('Orbital Friendship Cannon')]), wheelUp = Cast('Imperil'), wheelDown = Cast('Weaken'), wheelLeft = Cast('Silence'), wheelRight = Cast('Sleep'), hoverAction = Nothing, // Attack hoverShiftAction = Strongest([Cast('Downburst'), Cast('Gale')]), // alternate hover action when holding shift Bind(KEY_1, Strongest([TargetMonster(0), Cast('Imperil')])); Bind(KEY_2, Strongest([TargetMonster(1), Cast('Imperil')])); Bind(KEY_4, Strongest([TargetMonster(3), Cast('Imperil')])); Bind(KEY_5, Strongest([TargetMonster(4), Cast('Imperil')])); Bind(KEY_6, Strongest([TargetMonster(5), Cast('Imperil')])); Bind(KEY_7, Strongest([TargetMonster(6), Cast('Imperil')])); Bind(KEY_8, Strongest([TargetMonster(7), Cast('Imperil')])); Bind(KEY_9, Strongest([TargetMonster(8), Cast('Imperil')])); Bind(KEY_0, Strongest([TargetMonster(9), Cast('Imperil')]));
|
|
|
|
|
|
Dec 31 2017, 22:04
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
|
QUOTE(eramosat @ Dec 31 2017, 20:55) I am sure you know what I am looking for...Imperil followed by simple spells.
You can't have Imperil followed by other Spells until monster is no longer Imperiled, because that's automation and Monsterbation doesn't do that because you'll get banned. So i suggested an alternative, nothing more.
|
|
|
Dec 31 2017, 23:06
|
Noni
Group: Catgirl Camarilla
Posts: 12,936
Joined: 19-February 16
|
QUOTE(eramosat @ Dec 31 2017, 20:55) I am sure you know what I am looking for...Imperil followed by simple spells. So when what you suggest does not work, all I can do is appeal to you to think more about the settings, and try again. :-)
Please don't. Automatic imperil and then automatically followed by spell attack is automation beyond a single action. That could get you banned from HV / this site.
|
|
|
|
|
|
Jan 1 2018, 00:03
|
sickentide
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
|
QUOTE(eramosat @ Dec 31 2017, 20:27) currently using Imperil on hover and Gale on shift Hover, but Imperil gets cast well beyond need.
other recommended settings are to set hoverShiftAction = Strongest([ToggleHover, Cast('Imperil')]) and hit Z for a single cast, or to use the mouse wheel/buttons to imperil, with wheelUp = Cast('Imperil') and hoverArea = 6 QUOTE(gianfrix94 @ Dec 31 2017, 20:42) PS: For easier keyboard Imperil-ing you can install HV Monster Letter to Number, the link is in my signature
by the way, this was included in monsterbation as the monsterNumbers setting This post has been edited by sickentide: Jan 1 2018, 02:10
|
|
|
|
|
|
Jan 1 2018, 13:49
|
EsotericSatire
Group: Catgirl Camarilla
Posts: 12,315
Joined: 31-July 10
|
I'll have to work on imperil settings as well. XD Also: QUOTE - The day of week now has a moderate effect on elemental damage, where attacks and magic of a given element will do increased damage on specific days. (This is implemented as a reduction in effective elemental resistance for both players and monsters on the day in question.) Has this been mapped yet? Is Thor's Day the best for mjolnir zzzzzz/
|
|
|
Jan 1 2018, 14:17
|
Ass Spanker
Group: Gold Star Club
Posts: 4,124
Joined: 25-July 12
|
QUOTE(EsotericSatire @ Jan 1 2018, 19:49) I'll have to work on imperil settings as well. XD
Also: Has this been mapped yet? Is Thor's Day the best for mjolnir zzzzzz/
Day Damage Type Sunday Holy Monday Dark Tuesday Fire Wednesday Cold Thursday Wind Friday All Saturday Elec this?
|
|
|
Jan 1 2018, 14:26
|
VawX
Group: Gold Star Club
Posts: 1,264
Joined: 5-November 11
|
Anyone can suggest what kind of rapier I should get and where to get them mmm...~? Currently I don't have many soul fragment so it's really hard to get usable rapier at my level mmm...
|
|
|
Jan 1 2018, 14:33
|
cornandbeans
Group: Gold Star Club
Posts: 2,146
Joined: 26-June 15
|
I suddenly got a Tenbora's Box, since I am using HVtoolBox script and it hide this trophies in the shrine til now I noticed that, I don't know how and when I received it.
Does anyone have idea?
|
|
|
Jan 1 2018, 14:38
|
Noni
Group: Catgirl Camarilla
Posts: 12,936
Joined: 19-February 16
|
QUOTE(Lastwizard05 @ Jan 1 2018, 13:33) I suddenly got a Tenbora's Box, since I am using HVtoolBox script and it hide this trophies in the shrine til now I noticed that, I don't know how and when I received it.
Does anyone have idea?
You made a toplist last year. Hence the green butterfly. Comes with a box
|
|
|
Jan 1 2018, 14:39
|
VawX
Group: Gold Star Club
Posts: 1,264
Joined: 5-November 11
|
QUOTE(Lastwizard05 @ Jan 1 2018, 19:33) I suddenly got a Tenbora's Box, since I am using HVtoolBox script and it hide this trophies in the shrine til now I noticed that, I don't know how and when I received it.
Does anyone have idea?
I believe it's from Toplist or Yuletide mmm... Not really sure since I don't really understand most things yet mmm... https://forums.e-hentai.org/index.php?showtopic=212229This post has been edited by VawX: Jan 1 2018, 14:42
|
|
|
|
|
|
Jan 1 2018, 14:50
|
cornandbeans
Group: Gold Star Club
Posts: 2,146
Joined: 26-June 15
|
QUOTE(DJNoni @ Jan 1 2018, 20:38) You made a toplist last year. Hence the green butterfly. Comes with a box
QUOTE(VawX @ Jan 1 2018, 20:39) I believe it's from Toplist or Yuletide mmm... Not really sure since I don't really understand most things yet mmm... https://forums.e-hentai.org/index.php?showtopic=212229Being an inactive forum user, I don't understand most things neither... Anyway thanks. This post has been edited by Lastwizard05: Jan 1 2018, 14:50
|
|
|
Jan 1 2018, 14:51
|
Setton-san
Group: Members
Posts: 672
Joined: 15-April 13
|
Just confirming some things...
If a weapon with elemental prefix is IWed to 10 will it always get Hollowforged? And an Ethereal weapon will get Elemental strike?
|
|
|
Jan 1 2018, 14:58
|
EsotericSatire
Group: Catgirl Camarilla
Posts: 12,315
Joined: 31-July 10
|
QUOTE(as013 @ Jan 1 2018, 02:17) Day Damage Type Sunday Holy Monday Dark Tuesday Fire Wednesday Cold Thursday Wind Friday All Saturday Elec this?
So random, cool. Does anyone know the actual size of the effect. I suppose I will test my run speed next Saturday. I feel that Tenboro actually put this in to log if there were actually any differences between casting styles.
|
|
|
|
|
|
Jan 1 2018, 16:13
|
Scremaz
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
|
QUOTE(iDShaDoW @ Dec 31 2017, 17:41) ie. Like what ADB % for Legendary Power of Slaughter would be better than Peerless Power of Non-Slaughter when soulfused?
yes. go here: https://ehwiki.org/wiki/Equipment_Ranges_Heavyand check when, saying, non-Slaughter L range equals Slaughter range. for example, Peerless Protection Helmet ADB is equal to Mmin Slaughter or mid-range Exq Slaughter. you can find links for weapons and other armors at the end of the page. QUOTE(DJNoni @ Dec 31 2017, 22:06) Please don't. Automatic imperil and then automatically followed by spell attack is automation beyond a single action. That could get you banned from HV / this site.
slight fix: this *will* get you banned. QUOTE(sickentide @ Dec 31 2017, 23:03) by the way, this was included in monsterbation as the monsterNumbers setting
ah, interesting. do you mind to point out other inclusions so i can update compendium? QUOTE(EsotericSatire @ Jan 1 2018, 12:49) Has this been mapped yet? Is Thor's Day the best for mjolnir zzzzzz/
https://ehwiki.org/wiki/Battles#Day_of_the_Week
|
|
|
|
|
|
Jan 1 2018, 16:41
|
lazyNPC
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
|
QUOTE(sickentide @ Dec 31 2017, 23:03) by the way, this was included in monsterbation as the monsterNumbers setting
Oh, nice to know. Could i ask if you added in the way of visualizing the stack count i posted in your script thread?
|
|
|
Jan 1 2018, 17:11
|
Ass Spanker
Group: Gold Star Club
Posts: 4,124
Joined: 25-July 12
|
QUOTE(EsotericSatire @ Jan 1 2018, 20:58) So random, cool. Does anyone know the actual size of the effect. I suppose I will test my run speed next Saturday.
I feel that Tenboro actually put this in to log if there were actually any differences between casting styles.
Also writen in the wiki that it's -5 (I guess 5 percent) on Friday and -10 on the rest
|
|
|
2 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
|
|
|
|
|