Welcome Guest ( Log In | Register )

1158 Pages V « < 7 8 9 10 11 > »   
Reply to this topicStart new topic
> Ask the Experts!, Ask anything about hentaiverse. Hints for beginners

 
post Dec 31 2017, 18:48
Post #161
reality_marble



☆ My hearts are ←~(Ψ▼ー▼)∈ pitch black! ☆
*******
Group: Gold Star Club
Posts: 1,475
Joined: 31-August 13
Level 487 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 31 2017, 18:59
Post #162
unit111



Active Poster
*******
Group: Members
Posts: 1,279
Joined: 28-July 12
Level 406 (Dovahkiin)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 31 2017, 20:27
Post #163
eramosat



Active Poster
*******
Group: Gold Star Club
Posts: 1,366
Joined: 9-October 10
Level 462 (Godslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 31 2017, 20:42
Post #164
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 495 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 31 2017, 21:55
Post #165
eramosat



Active Poster
*******
Group: Gold Star Club
Posts: 1,366
Joined: 9-October 10
Level 462 (Godslayer)


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')]));

User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 31 2017, 22:04
Post #166
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 495 (Godslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Dec 31 2017, 23:06
Post #167
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 12,936
Joined: 19-February 16
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 00:03
Post #168
sickentide



sexromancer
*******
Group: Catgirl Camarilla
Posts: 1,355
Joined: 31-August 10
Level 500 (Ponyslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 13:49
Post #169
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,315
Joined: 31-July 10
Level 500 (Ponyslayer)


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/
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 14:17
Post #170
Ass Spanker



Professional Ass Spanker
********
Group: Gold Star Club
Posts: 4,124
Joined: 25-July 12
Level 500 (Ponyslayer)


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?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 14:26
Post #171
VawX



Active Poster
*******
Group: Gold Star Club
Posts: 1,264
Joined: 5-November 11
Level 500 (Ponyslayer)


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...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 14:33
Post #172
cornandbeans



気分上々
*******
Group: Gold Star Club
Posts: 2,146
Joined: 26-June 15
Level 500 (Ponyslayer)


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?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 14:38
Post #173
Noni



Hataraku Noni-sama
***********
Group: Catgirl Camarilla
Posts: 12,936
Joined: 19-February 16
Level 500 (Ponyslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 14:39
Post #174
VawX



Active Poster
*******
Group: Gold Star Club
Posts: 1,264
Joined: 5-November 11
Level 500 (Ponyslayer)


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=212229

This post has been edited by VawX: Jan 1 2018, 14:42
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 14:50
Post #175
cornandbeans



気分上々
*******
Group: Gold Star Club
Posts: 2,146
Joined: 26-June 15
Level 500 (Ponyslayer)


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=212229


Being 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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 14:51
Post #176
Setton-san



Regular Poster
*****
Group: Members
Posts: 672
Joined: 15-April 13
Level 334 (Godslayer)


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?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 14:58
Post #177
EsotericSatire



Look, Fat.
***********
Group: Catgirl Camarilla
Posts: 12,315
Joined: 31-July 10
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 16:13
Post #178
Scremaz



A certain pervert. OT expert. Just dancing around in the game.
***********
Group: Gold Star Club
Posts: 24,304
Joined: 18-January 07
Level 500 (Ponyslayer)


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_Heavy

and 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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 16:41
Post #179
lazyNPC



├┬┴┬┴┤(・_├┬┴┬┴┤
********
Group: Gold Star Club
Posts: 3,346
Joined: 8-June 12
Level 495 (Godslayer)


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?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 1 2018, 17:11
Post #180
Ass Spanker



Professional Ass Spanker
********
Group: Gold Star Club
Posts: 4,124
Joined: 25-July 12
Level 500 (Ponyslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


1158 Pages V « < 7 8 9 10 11 > » 
Reply to this topicStart new topic
2 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
1 Members: Malenk

 


Lo-Fi Version Time is now: 19th January 2025 - 02:04